﻿body {
    font-size: 10pt;
    background-color: white !important;
}

.Bills {
    background-color: #E7E7E7;
    font: 12px Tahoma, Geneva, sans-serif;
    padding: 6px;
    width: 100%;
    border: 1px solid grey;
    margin-bottom: 5px;
}

.mobile {
    font-size: 22pt !important;
}

.newTabs {
    display: inline-block;
    border: 1px solid black;
    background: #B0C4DE;
    border-radius: 8px 8px 0px 0px;
    padding: 5px 8px 5px 8px;
    font: 12px Tahoma, Geneva, sans-serif, bold;
    font-weight: bold;
    margin-bottom: -2px;
    color: black;
}

.newTabsActive {
    display: inline-block;
    border: 1px solid black;
    background: #385c8b;
    border-radius: 8px 8px 0px 0px;
    padding: 5px 8px 5px 8px;
    font: 12px Tahoma, Geneva, sans-serif, bold;
    font-weight: bold;
    color: white;
    margin-bottom: -2px
}

#masterTable {
    width: 98.9%;
    height: 97.5%;
    position: absolute;
    top: 1.1vh;
    left: .6vw;
    border-collapse: collapse;
}

#tabBox {
    border: 1px solid black;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #F2F2F2;
}