table#tbldata {
padding:4px;
margin-top:12px;
width:100%;
border-spacing: 0;
background-color: white;
box-shadow:0px 2px 10px #00000008;
}
table#tbldata td {
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(251,251,251);
padding:10px;
padding-top:15px;
padding-bottom:15px;
color:rgb(60,60,60);
font-size:16px;
margin:0;
text-align:left;
}

table#tbldata td a {
  text-decoration: none;
  color: #26A2D8;
}

.global_ranking {
  color:rgb(180,180,180);
}
#rowsnumber {
  text-align: left;
  position: relative;
  padding-left: 30px;
}
#tablewrapper {
  max-width: 1098px;
  padding-top:50px;
  margin:auto;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  overflow-x: scroll;
}


.downloaddata {
  text-decoration: none;
    position: absolute;
    display: block;
    right: 0px;
    bottom: 0px;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 222px;
    color: rgb(115, 115, 115);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
.check {
display: block;
    width: 20px;
    height: 20px;
    background-color: white;
    border-color: rgb(160,160,160);
    border-width: 1px;
    border-style: solid;
    background-position-y: center;
    background-position-x: center;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url(../img/check_white.png);
}
.selectedrow {
background-color: #26A2D8;
    border-color: #26A2D8;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
#compare_window {
    display: block;
    text-align: center;
    position: fixed;
    box-sizing: border-box;
    background-color: white;
    left: 6px;
    bottom: 106px;
    width: 230px;
 
    z-index: 9999;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    padding: 12px
}
#compare_b {
  
   text-decoration: none;
   margin: 10px;
   margin-right: 0px;
   
    
    padding: 6px;
  
    border-radius: 2px;
    border-style: solid;
    border-width: 4px;
    border-color: #26A2D8;
    color: white;
    background-color: #26A2D8;
   
    box-sizing: border-box;
    display: inline-block;

}

.nextloader {
    text-decoration: none;
    display: block;
    text-align: center;
    width: 300px;
    padding: 26px;
    margin: auto;
    margin-top: 72px;
    margin-bottom: 72px;
    border-radius: 2px;
    
    background-color: rgb(234, 85, 111);
    color: rgb(255, 255, 255);
    }
.ranknumber {
  text-align: right;
    width: 40px;
    white-space: nowrap;
}
th.best_quartile_column {
 text-align: left;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
    padding: 3px;
    color: rgb(115,115,115);
}



@media (max-width: 1098px) {
.downloaddata {
  right:16px;
  width:160px;
}



}
@media (max-width: 720px) {
#compare_window {
    bottom: 6px;
  }
}

@media (max-width: 560px) {
  
table#tbldata td {
  font-size: 13px;
  padding: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
}  
.img_higher, .img_government, .img_private, .img_others, .img_health {
width:24px;
}
table#tbldata td.tdcheck {
  padding-left: 0px;
}
#rowsnumber {
  font-size: 12px;
  padding-left: 22px;
}
.downloaddata {
 
  width:120px;
}
}