/*
 * Target IE 6, 7 and 8 (less than IE9)
 */
/*
 * Assuming a mobile first approach with respond.js OFF, we must reset the font
 * size for lt IE9
 */
 .medicine-header{
   position: relative;
   top: 0;
 }
 .node-type-medicine-cabinet-therapy .region-sidebar-first{
   position: relative;
   top: 0;
 }

 .medicine-title{
   position: relative;
   top: 0;
 }

 .node-type-medicine-cabinet-therapy .region-secondary-content{
   position: relative;
   top: 0;
 }

 .node-type-medicine-cabinet-therapy .columns > div:nth-child(2){
   position: relative;
   top: 0;
 }

 .form-select::-ms-expand {
    display: none;
}
