

.mainbody {
    margin-top: 120px;
}

#csharp div ul li pre {
    background-color: #cef3f1 !important;
    color: #246f66 !important;
    border-top: 1px solid #246f66;
}

#csharp div ul li {
    color: #246f66 !important;
    background-color: #f8ffff !important;
}

#aspcore div ul li pre {
    background-color: #cef3f1 !important;
    color: #246f66 !important;
    border-top: 1px solid #246f66;
}

#aspcore div ul li {
    color: #246f66 !important;
    background-color: #f8ffff !important;
}

#reactjs div ul li {
    color: #246f66 !important;
    background-color: #f8ffff !important;
}

    #reactjs div ul li pre {
        background-color: #cef3f1 !important;
        color: #246f66 !important;
        border-top: 1px solid #246f66;
    }

#webapi div ul li {
    color: #246f66 !important;
    background-color: #f8ffff !important;
}

    #webapi div ul li pre {
        background-color: #cef3f1 !important;
        color: #246f66 !important;
        border-top: 1px solid #246f66;
    }
