/* Add here all your CSS customizations */
.page-header {margin-top:0px!important;}
.productgenericname{display: default;}
.strength{display: default;}
.packing{display: default;}
.therapyarea{display: default;}
.dosageform{min-width: 120px;}
.action{display: default;}
@media screen and (max-device-width:600px), screen and (max-width:600px){
    .therapyarea{display: none;}
    .header-logo img{
        width:200px;
        height:auto;
    }
}
@media screen and (max-device-width:460px), screen and (max-width:460px){
    .packing{display: none;}
}
@media screen and (max-device-width:390px), screen and (max-width:390px){
    .dosageform{display: none;}
}
#kldata tr th{
    color:#337ab7;
}
.myforms input[type=text]{
    font-size: 14px!important;
}
.form-control-plaintext{
    font-size: 14px!important;
}
.productscarousel img{
    border-radius:10px;
}
/* form related */
.required{ color: #FF0000;}
.error_box{ color: #FF0000;    display: none;    font: 10px/20px verdana;    padding: 0px 10px 10px 0;} 
.success_box{ display:none; }