    .qu_code{
        width: 80%;
    float: right;
    border: 2px solid #1e0808;
    padding: 0px;
    }
    header h1 {
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 1px;
    color: #194e8c;
    }
    
    nav {
    box-shadow: 0 3px 10px rgba(204, 204, 204, 0.5);
    position: sticky; /* modern browsers */
    top: 0;
    transition: background-color 250ms linear;
    width: 100%;
    z-index: 999;
    }
    
    .is-fixed { /* JS will apply this for IE11 / Edge 15 */
    position: fixed;
    }
    
    nav ul {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: azure;
        width: 100%;
        border: 1px solid #172967;
        margin-top: 15px;
    }
    .personal-profile td{
        background-color: #f8f8f8 !important;
    }
    
    nav a {
        color: #000;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        padding: 8px;
        display: block;
        transition: all 150ms linear;
        font-size: 16px;
        border-bottom: 1px solid #dcdcdc;
        line-height: 30px;
        width: 100%;
    }
    
    nav a:hover,
    nav a:focus {
    background-color: #194e8c;
    color: snow;
    text-decoration: navajowhite;
    }
    
    .is-scrolled {
    background-color: #f9e55c;
    transition: background-color 250ms linear;
    }
    
    .is-scrolled a {
    color: #194e8c;
    }
    
    .is-scrolled a:hover,
    .is-scrolled a:focus,
    .is-scrolled a:active,
    .is-scrolled a.is-selected {
    /* 2020-02-26 */
    background-color: #194e8c;
    color: #fff;
    }
    
    .main {
    display: block;
    margin: 0 auto;
    }
    
    .main p {
    font-size: 1rem;
    }
    .main h3 {
        scroll-margin: 20px 0 0 0;
        text-transform: uppercase;
        font-size: 25px;
        color: #4f0029;
        letter-spacing: 1px;
        text-decoration: underline;
        font-weight: 600;
        margin-top: -25px;
      }    

       

    
    
    
    /* 2020-02-24
    https://css-tricks.com/hash-tag-links-padding/ */
    .main h3::before {
    display: block;
    content: " ";
    margin-top: 20px;
    visibility: hidden;
    pointer-events: none;
    }
    .imgbor{
    border: 3px solid #dcdcdc;
    box-shadow: 1px 2px 3px #dcdcdd;
    width: 100%;
    }
    .social_icon{
        margin: 0px auto;
        display: block;
        text-align: center;
    }
    .bg_icon{
        background-color: #e1efff;
        color: #194e8c;
        width: 30px;
        margin: 10px 0px;
        height: 30px;
        padding-top: 8px;
        border: 1px solid #194e8c;
        box-shadow: 2px 2px 2px #dcdcdc;
    }
    .bg-success{
        background-color: #f8f8f8 !important;
        box-shadow: 2px 3px 4px #dcdcdc;
        margin-top: 10px;
        padding: 15px;
    }
    /* .mt-check{
        margin: 0px;
        padding-top: 0px;
    } */
.point3 ul li {
    margin-bottom: 3px;
    background: transparent url(../images/left_li.png) no-repeat scroll left 8px;
    padding-left: 2.5%;
}
.point3 ol li {
    margin-bottom: 3px;
    background: transparent url(../images/left_li.png) no-repeat scroll left 8px;
    padding-left: 2.5%;
}

.point3 ul li a {
    color: #C60000;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
    text-transform: uppercase;
    font-size: 13px;
}

.point3 ul li a:hover {
    color: #0f99cc;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #609999;
}