.twg-slide-wrapper: {
    margin: 0;
    padding: 0;
}
.twg-slide-row, .twg-slide-col {
    margin: 0
    overflow: hidden;
    position: absolute;
    /* border: 1px solid grey; */
}
.twg-slide-row {
    left: 0;
    right: 0;
}
.twg-slide-col {
    top: 0;
    bottom: 0;
}
.twg-slide-scroll-x {
    overflow-x: auto;
}
.twg-slide-scroll-y {
    overflow-y: auto;
}
.twg-slide-main.twg-slide-row {
    background-color: white;
    top: 0;
    bottom: 0;
}
/*****************************************/
/* Start of Special Treatment */
/* Left Column - Regular and with Hide*/
.twg-slide-left.twg-slide-col {
    width: 236px;
    display: block;
}
.twg-slide-left.twg-slide-col.inner {
    width: 236px;
    display: block;
    bottom: 120px;
}
.twg-slide-left.twg-slide-col.tshide {
    width: 0;
    bottom: 120px;
    display: none;
}
/* Mid Column - Regular and with Hide (Hide = Show for Middle) */
.twg-slide-mid.twg-slide-col.tshide {
    left: 0;
    width: 25px;
    border-right: 1px solid black;
    display: block;
}
.twg-slide-mid.twg-slide-col {
    left: 0;
    width: 0;
    border-right, border-left: 1px solid black;
    display: none;
}
/* Right Column - Regular and with Hide */
.twg-slide-right.twg-slide-col {
    left: 246px;
    right: 0;
    display: block;
    overflow-y: hidden;
}
.twg-slide-right.twg-slide-col.tshide {
    left: 35px;
    right: 0;
    display: block;
}
/* End of Special Treatment */
/*****************************************/
.twg-slide-header.twg-slide-row {
    height: 50px;
    line-height: 50px;
}
.twg-slide-footer.twg-slide-row {
    height: 50px;
    bottom: 0;
    line-height: 50px;
}
/** top header for the report area **/
.twg-slide-midheader.twg-slide-row {
    border-bottom: 1px solid silver;
    background-color: white;
    top: 0;
    right: 15px;
    // height: 23px;
    height: 30px;
    font-size: 8pt;
    line-height: 23px;
    text-align: right;
    vertical-align: bottom;
}
.twg-slide-midbody.twg-slide-row {
    top: 30px;
    bottom: 25px;
}
.twg-slide-midfooter.twg-slide-row {
    border-top: 1px solid silver;
    background-color: white;
    bottom: 0;
    right: 15px;
    height: 23px;
    font-size: 8pt;
    line-height: 23px;
    text-align: right;
}
/** this is the controls box **/
.twg-slide-lower-left-corner {
    display: block;
    background-color: #113d62;
    position: absolute;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 120px;
    border-top: 2px solid #15428b;
    border-right: 2px solid #15428b;
}
/** **/
.twg-slide-midheader.twg-slide-row a, .twg-slide-midfooter.twg-slide-row a {
    color: black;
    text-decoration: none;
}
.twg-slide-midheader.twg-slide-row a:hover, .twg-slide-midfooter.twg-slide-row a:hover {
    text-decoration: underline;
}
