/* START: MATCHING OLD STYLE*/
.publication-container {
    font-family:  Verdana, Helvetica, sans-serif;
}
    .publication-container h1 {
        /* font-weight: bold;  new format is not bold and older bills have bold directly on their h1 elements */
        font-family: Verdana, Helvetica, sans-serif;
        line-height: 1.42857143; /* override 1.1 from bootstrap.min.css (h1, h2, h3, h4, h5, h6) */
    }

    .publication-container h2 {
        letter-spacing: 0pt; /* override 0.75em from ce-hoc-main.min.css */
        font-family: Verdana, Helvetica, sans-serif;
        line-height: 1.42857143; /* override 1.1 from bootstrap.min.css (h1, h2, h3, h4, h5, h6) */
    }

    .publication-container h3, h4, h5, h6 {
        font-family: Verdana, Helvetica, sans-serif; /* override roboto from ce-hoc-main.min.css */
        line-height: 1.42857143; /* override 1.1 from bootstrap.min.css (h1, h2, h3, h4, h5, h6) */
        font-weight: normal;
    }

.publication-container table{
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    width: 100%;
    border-color: grey;
}
.publication-container>table>tr>td:nth-child(odd) {
	width: 50%;
    /*font-size: 14pt;*/
    /*font-family: Times New Roman;*/
    padding:0 10px;
}
/* END: MATCHING OLD STYLE*/


/* Table of Contents */

.publication-container .DefaultTableOfContentsTitle {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.publication-container .DefaultTableOfContentsSectionLink {
    /*margin-left: 30px;*/
    font-weight: bold;
    line-height: 26px;
    margin-top: 15px;
    display: inline-block;
}

.publication-container .DefaultTableOfContentsFile {
    margin-left: 50px;
    font-weight: bold;
    line-height: 26px;
}


.billsSidebarTitle {
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px #c0c0c0 solid;
}
.sidebarTitle{
    border-bottom: 1px #c0c0c0 solid;
}
.stageDate {
    font-weight:normal;
}

.BillTitle
{
    font-family: Times New Roman;
    font-size: 24pt;
    text-align: center;    
}


.BillCompleteDocumentLink
{
    font-size: 8pt;
    margin: 15px 0 15px 0;
    text-align: center;
}

.BillMarginalNote
{
    font-size: 8pt;
    margin-top: 15pt;
}

.BillScheduleItemContainer
{
    /*margin-top: 20px;*/
}

.BillCover-Reprint
{
    text-align: center;
    font-weight: bold;
}

.BillCover-Sponsors
{
    margin-top: 200px;    
}

.BillInsideCover-SourceInfo
{
    margin-top: 50px;
}

.BillLeaderTab
{
    margin: 0px 2px 0px 2px;
}

.BillLeaderTab-Dotted
{
    background-image: url(../images/LeaderTab-Dotted-BG.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.BillLeaderTab-Dashed
{
    background-image: url(../images/LeaderTab-Dashed-BG.gif);
    background-repeat: repeat-x;
    background-position: center;    
}

.BillLeaderTab-Solid
{
    background-image: url(../images/LeaderTab-Solid-BG.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.fraction {
    display: inline-block;
    position: relative;
    top: 5px;
    text-align: center;
	padding-bottom: 5px;
}

.fractiontop {
    padding: 0 5px; 
}

.fractionbottom{
    border-top: 1px solid #000;
    display: block;
}

.bevelledfraction {
	line-height: 150%;
}

.bevelledfractiontop {
	position: relative;
	bottom: 3px;
	left: 1px;
}

.bevelledfractionbottom{
	position: relative;
	top: 3px;
	right: 1px;
}

.change_bar_begin {
    position: absolute;
    background: #000000;
    width: 1px;
}

.change_bar_end {
    position: absolute;
    background: #ffffff;
    float: left;
    width: 1px;
}

.audible-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; /* added line */
    border: 0;
}

