.outerbox {
    /*margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;*/
}
.outerbox .innerbox {
    width: 100%;     /* DEFINES TABLES WIDTH */
   /* width: 960px;   */    
}
.innerbox {
    display: inline;
    float: left;
    height: 550px;       /* DEFINES TABLES HEIGHT */
    overflow-x: auto;
    overflow-y: auto;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.bluetable td, .bluetable th {
}
.bluetable {
    /*font-family: sans-serif;*/
}
.bluetable tbody tr td {
    background-color: rgba(255,255,255,1);
    /*color: #262c31;
    font-size: 11px;*/
}
/*.bluetable tbody tr.odd td {
    background-color: #222;
}/*
/*.bluetable thead tr th,*/
/*.bluetable thead tr td {
    background-color: #555;
    color: #121517;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 1px #e8ebee;*/
}
