.mycPreisLabel
{
  font-size:24px;
  color:#383838;
}

.mycPreis
{
  font-size:24px;
  color:#383838;
text-align: right;
}


.mycButtonDisable
{
  border:medium none;
  border-radius:0;
  box-shadow:none;
  display:inline-block;
  float:left;
  font-size:12px;
  font-weight:700;
  height:40px;
  line-height:42px;
  margin-right:15px;
  padding:0 15px;
  text-shadow:none;
  text-transform:uppercase;
  transition:all .3s ease 0;
  white-space:nowrap;
  width:inherit;
  background:#e7e7e7;
  color:#fff;
}