h2 {
    font-weight: 600
}

h2:first-of-type {
    margin-top: 0;
}

#left-menu ol {
    margin-left: 0;
    list-style: none;
}

#left-menu ol li a {
    font-weight: 600;
    color: #4A90AD !important;
}

strong {
    font-weight: 600;
}

@media only screen and (max-width: 1024px ) {
    #left-menu {
        text-align: center;
        margin-bottom: 0;
    }

    #left-menu h3 {
        margin-bottom: 10px;
    }

    #left-menu ol {
        display: inline-block;
        border: 1px solid #9B9B9B;
        border-radius: 5px;
        padding: 11px 25px;
        overflow: hidden;
        text-align: center;

    }

    #left-menu ol li {
        float: left;
        display: inline;
        width: auto;
        margin: 0 10px;
    }

}

@media only screen and (max-width: 640px ) {
    #left-menu ol {
        overflow: hidden;
        text-align: center;
        padding: 9px 10px;
    }

    #left-menu ol li {
        margin: 0 5px;
    }
}


