﻿html, body {
    color: black;
    background-color: white;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

#TableTitle {
    width: 100%;
    text-align: center;
    background-color: #000099;
    color: white;
    padding: 1% 0%;
    margin: 0%;
}

.tableStyle {
    width: 100%;
    border-spacing: 0px;
}

th {
    background-color: #c5d9fa;
}

.hTitle {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    /*border: 1px solid black;*/
    border-bottom: 3px solid black;
    border-top: 3px solid black;
}

.namingCells {
    line-height: 19px;
    font-size: 13px;
    min-width: 24.5vw;
    max-width: 24.5vw;
    text-align: center;
    justify-content: center;
    /*border: 1px solid black;*/
    /*border-bottom: 1px dotted black;*/
}

.specCells {
    line-height: 16px;
    font-size: 13px;
    min-width: 11vw;
    max-width: 11vw;
    text-align: center;
    justify-content: center;
    /*border: 1px solid black;*/
    /*border-bottom: 1px dotted black;*/
}

.detCells {
    line-height: 16px;
    font-size: 13px;
    min-width: 8vw;
    max-width: 8vw;
    text-align: center;
    justify-content: center;
    /*border: 1px solid black;*/
    /*border-bottom: 1px dotted black;*/
}

.ancCells {
    line-height: 16px;
    font-size: 13px;
    min-width: 7vw;
    max-width: 7vw;
    text-align: center;
    justify-content: center;
    /*border: 1px solid black;*/
    /*border-bottom: 1px dotted black;*/
}

.bigData{
    overflow-x:visible;
}

/* Pagination controls and info */
.pagCtrl {
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: center;
    background-color: #C5DAFB;
    font-size: 12px;
}

/* Pagination links */
.pagination {
    text-align: center;
    background-color:#C5DAFB;
}

.lblRecs {
    justify-content: center;
    align-items: center;
    width: 100%;
}

#iCEnvironmentIndicatorBox {
    font-weight: bold;
    color: #000099;
    font-size: 90%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.iC_BannerDate {
    padding-right: 5px;
    font-weight: bold;
    font-size: 70%;
    color: #000099;
    background-color: inherit;
    font-family: verdana, arial, helvetica, sans-serif;
}
