/* law1 css */
.borderTable {
    border: 1px solid black;
} 
.secondaryBorders {
   border-right:1px solid black;
   border-top:1px solid black;
   border-bottom: 1px solid black;
}

#lawHeader{
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 2em !important;
    font-weight: 900 !important;
}

#hr{
    border-top: .25px solid #8c8b8b;
}
/*body list styling*/
.unstyledList {
    list-style: none;
}
/*responsive text indent*/
.unstyledList li {
    /* text-indent: -25px;
    padding-left: 10px; */
    text-indent: -25px;
    padding-left: .2rem;

} 
/*statutes/date font size/register small text*/
.unstyledList, #NRSdate, #informationList ul, .smallText {
    font-size: .8rem;
}    
/*top bullets*/
#informationList {
    width: 60%;
    margin: auto;
}     
/*table body font*/
.fontFamilyReset{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
}

/*left most column font size*/
.leftPanelFontSize li a{
    font-size: .9rem;
}
.statutes{
    margin-left: 5px;
    margin-bottom: 0;
    font-weight: bold;
}

/* Register: Volume hr*/
.hrBold{
    border-top: .25px solid #8c8b8b;
    width: 30%;
}
/* law1 and Register copyright text*/
#copyRight{
  color: #676767 !important;
  font-size: .8rem;
}

.marginlessParagraph p{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
/* Court Rules */
.CR_listIndent{
    margin-left: 90px !important;
    text-indent: -20px !important;
}
/*city charters, redirect pages vh*/
.vertHeight {
    min-height: 65vh;
} 
