﻿body {
    background: white !important;
    font-size: 12pt;
}

h1 {
    font-size: 24pt;
    margin: 0;
    display: inline;
    Color: white;
    text-shadow: 2px 2px #27264d;
}

h2 {
    font-size: 10pt;
    margin: 0;
}

td, th {
    text-align: left;
}

.BillDescription {
    padding: 10px;
    font-style: italic;
    border-bottom: 1px solid gray;
    width: 97%;
}

.BillHeader {
    font-weight: bold;
    font-size: 24pt;
    padding-left: 5px;
    width: 100%;
    border: 2px solid lightgray;
}

.BillTabs {
    display: inline-block;
    padding: 8px;
    border-bottom: 1px solid black;
    border-right: 1px solid #C0C0C0;
    color: Black;
    width: 100px;
    text-align: center;
    text-decoration: none;
    margin: 2px;
    /*box-shadow: 4px 4px 4px -1px #00000063;*/
}

.DocHeaderRow {
    font-size: 10pt;
    width: 100%;
    height: 24px;
    font-weight: bold;
    display: block;
    border-bottom: 2px solid white;
    line-height: 24px;
    padding-left: 10px;
}

.DocInfoCell {
    width: 182px;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 2px;
}

.DocInfoCellRC {
    width: 82%;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    height: 24px;
    margin-left: 10px;
}

.DocRow {
    width: 100%;
    display: block;
    border-bottom: 2px solid white;
}

.entry-title {
    width: 100%;
    display: inline-block;
    /*box-shadow: 4px 4px 4px -1px #00000063;*/
}

.focusedButton {
    display: inline-block;
    padding: 8px;
    border-bottom: 1px solid black;
    border-right: 1px solid #C0C0C0;
    width: 100px;
    text-align: center;
    color: white;
    text-decoration: none;
    margin: 2px;
    /*box-shadow: 4px 4px 4px -1px #00000063;*/
}

.IconCell {
    width: 10%;
    display: inline-block;
    text-align: center;
    height: 24px;
}

.IconCell img {
    margin-top: 2px;
}

.pizzaTrackerCell {
    display: table-cell;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid black;
}

.pizzaTrackerDIV {
    width: 498px;
    display: inline-block;
}

.pizzaTrackerFiled {
    width: 78px;
    border-radius: 20px 0px 0px 20px;
}

.textLR {
    display: inline-block;
    width: 62px;
    padding-right: 3px;
    padding-left: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 2px;
}

.textType {
    display: inline-block;
    width: 102px;
    padding-left: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 2px;
}

.textSpon {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 2px;
    width: 48px;
}

#BillDocuments {
    width: 220px;
    max-width: 220px;
    min-height: 891px;
    float: right;
    vertical-align: top;
    font-size: 9pt;
    /* overflow-y: visible; */
    overflow-x: hidden;
    border-width: 1px;
    border-style: inset;
    border-color: White;
    margin-top: -892px;
    margin-bottom: 10px;
}

#BillFrame {
    width: 100%;
    height: 508px;
    overflow: auto;
    vertical-align: top;
    border: 0 none;
    border-top: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid black;
}

#BillFrameDiv {
    margin-right: 225px;
}

#BillInfo {
    height: 332px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#BillStuff {
    height: 382px;
    margin-right: 225px;
    position: relative;
}

#DocRows {
    background-color: white;
}

#Header2 {
    padding-bottom: 9px;
    padding-left: 8px;
    padding-top: 4px;
    font-style: italic;
}

#TabButtons {
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: 23px;
    overflow-wrap: break-word;
}

#titleOuter {
    top: -3px;
    position: relative;
}

@media only screen and (max-width: 850px) {
    .BillTabs, .focusedButton {
        width: 82px !important;
        padding: 0px !important;
    }

    #pizzaTracker {
        display: none !important;
    }
}