.csharpcode, .csharpcode pre {
    font-size: 15px;
    color:black;
    font-family: Consolas, "Courier New", Courier, Monospace;
    background-color: #fbfbfb; /*white-space: pre;*/
    line-height: 1.5;
    text-align: left;
    padding: 5px 20px 5px 20px !important;

}

    .csharpcode pre {
        margin: 0em;
        padding: 5px 5px 5px 5px !important; 

        
    }

.csharpcode .rem
{
    color: green ;
}

    .csharpcode .kwrd {
        color: blue;

    }

    .csharpcode .str {
        color:red;
    }

    .csharpcode .op {
        color: rebeccapurple ;
    }

    .csharpcode .preproc {
        color: #3399cc;
    }

.csharpcode .asp
{
    background-color: #ffff00;
}

.csharpcode .html
{
    color: #800000;
}

.csharpcode .attr
{
    color: black;
}

.csharpcode .alt
{
    background-color: silver;
    width: 100%;
    margin: 0em;
}

.csharpcode .lnum
{
    color: silver;
}

.codediv {
    width: 100% !important;
    padding: 10px 10px 10px 10px;
    background-color: #fbfbfb;
    overflow: auto;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    display: inline-block;
    text-align: left;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.ContentBody .codediv {
    width: 100% !important;
    padding: 10px 10px 10px 10px;
    background-color: #fbfbfb;
    overflow: auto;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    display: inline-block;
    text-align: left;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    
}

.codediv p
{
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: 500;
    width: auto;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 17px;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
}