.lststd li {
    list-style-type: disc;
    font-weight: normal;
    list-style-position: outside;
    
}
ul{margin-left: 16px;}


.table-bordered {
font-size: 1em;
padding:5px 5px;
}

.lstnum li {
list-style-type: decimal !important;
font-weight: normal;
list-style-position: outside !important;
margin-left: 16px;
}

.lstalphau li {
    list-style-type: upper-alpha;
    list-style-position: inside;
}

.lstalphal li {
    list-style-type: lower-alpha;
    list-style-position: inside;
}

.lstnumrti li {
    list-style-type: disc;
    font-weight: normal;
    padding: 5px 0px;
    list-style-position: outside !important;
    border-bottom: 1px solid #cdcdcd;
}

.lstnumrti li a{color: #00446d;}

.lstromanl li {
    list-style-type: lower-roman;
    list-style-position: inside;
}

.tblscroll {overflow-x: scroll;}

.lstarrow li {
    width: 100%;
    list-style-image: url(../../../../sites/all/themes/nexus/images/arrow.png);
    margin-bottom: 7px;
    border-bottom: 1px #ccc dotted;
    padding-bottom: 7px;
}


.lststdos li {
    list-style-type: disc;
    font-weight: normal;
    list-style-position: outside;
    border-bottom: 1.5px solid #cdcdcd;
}

