﻿.lststd li {
    list-style-type: disc;
    font-weight: normal;
    list-style-position: outside;
}
/*#main-menu {
   
    z-index: 1 !important;
}*/
.table-bordered {
    font-size: 1em;
    padding: 5px 5px;
}

.lstnum li {
    list-style-type: decimal;
    font-weight: normal;
    list-style-position: inside;
}

.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;
    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 {
    font-weight: normal;
    color: #464646;
}

.lststdos li {
    list-style-type: disc;
    font-weight: normal;
    list-style-position: outside;
    border-bottom: 1.5px solid #cdcdcd;
}

.boxitem {
    margin-right: 0px !important;
    margin-left: 0px !important;
    width: 100%;
    list-style: none;
    margin-bottom: 16px;
    border-bottom: 1px dotted #cccccc;
    padding: 24px 10px;
    background: #f1f1f1;
}
