.oas_statistics {overflow:hidden;}

.oas_widget_table {float:left;
       width:25%;
}

.oas_widget_table span {font-weight:bold;}

.oas_table { 
       display:table;
       border-collapse: collapse; 
       width:95%;
       background:#fff;
       }

.oas_table_tr { 
      display:table-row; 
    }
 
.oas_table_td { 
      display:table-cell; 
      padding:2px;
      border:1px solid rgba(0,0,0,0.14);
      text-align:center;
      position:relative;
      opacity: .99;
    }

.oas_table_th_top {
      display:table-cell;
      padding:8px;
      border:1px solid rgba(0,0,0,0.14);
      text-align:center;
      font-weight:bold;
      background:#ccc;
      color:#000;
    }

.oas_table_th_left {
      display:table-cell;
      padding:2px;
      border:1px solid rgba(0,0,0,0.14);
      text-align:center;
      font-weight:bold;
    }

.oas_bar {
      background-color: #ededed;
      z-index: -1;
      position: absolute;
      margin-top:1px;
      }

.oas_description {
     width:100%;
     margin-top:1em;
     }

.oas_description ul {
     padding-left:2em;
     font-size:smaller;
}

@media screen and (max-width: 615px) {
    .oas_widget_table {
        margin-bottom:1em;
        width:50%;
        margin-right:0;
    }
    .oas_table {width:98%;}
}

@media screen and (max-width: 350px) {
    .oas_widget_table {
        margin-bottom:1em;
        width:100%;
        margin-right:0;
    }
    .oas_table {width:100%;}
}


