

h3{
    line-height: 1.2em;
}



.distributorTitle p{
    font-weight: bold;
    font-style: italic;
}


button{
    float:right;
    margin:0 1% 0 0;
}

/*STYLING FOR TWO TABLES*/

#diagnosis_list{
    display: inline-block!important;
    margin-right: 0;
}

.tableData{
    display: inline-block!important;
    margin-left: 0;
}
.tableData td{
    height: 48px;
}

.tableData td:first-child{
    text-align: left;
}

.tableData td:last-child{
    width:30px;
}

.ui-sortable tr{
    cursor: pointer;
}

.ui-sortable tr:hover{
    background:rgba(244,251,17,0.45);
}

.cross{
background-image: url("../../images/cross.png");
  background-position: center;
  background-repeat: no-repeat;
}

.tick{
  background-image: url("../../images/tick.png");
   background-position: center;
  background-repeat: no-repeat;
}

/* ----------- Large Display ----------- */

@media screen and (min-width: 1920px) and (min-height: 1080px) {
    /* Styles */
}


/* ----------- Laptop HiDPI screen ----------- */

@media screen and (min-width: 1440px) and (min-height: 900px) {
    /* Styles */
}


/* ----------- Laptop ----------- */

@media screen and (min-width: 1366px) and (min-height: 768px) {
    /* Styles */
}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (min-width: 1280px) and (min-height: 800px) {
    /* Styles */
}


/* ----------- iPad ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
   
}


/* ----------- iPhone 5 ----------- */

@media only screen and (min-device-width: 568px) and (min-device-height: 320px) {
    /* Styles */
}



