﻿
/* Test Report Table
----------------------------------------------*/
#test-report-container {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 100%; /* Required to set */
    height: 600px; /* Required to set */
    overflow: hidden; /* Required to set */
}

table.renew-tbl {
    width: 100%;
    border: 1px solid #aaa;
    background-color: #fff;
   
}
table.renew-tbl td {
    font-size: 13px !important;
    padding: 6px 3px 6px 8px;
}
tr.renew-tbl-head {
    background-color: #009dc9;
    height: 22px;
}
tr.renew-tbl-head td {
    font-weight: bold !important;
    color: #fff !important;
    padding: 3px 3px 3px 8px !important;
}

.clear { clear: both; position: relative; }
.right { position: relative; float: right; }
.left { position: relative; float: left; }