
div.rpblogsubhead
{
    color: white;
    font-size: 12px;
    margin: 2px 0 -2px 0;
    font-style:italic;
}

div.rawSourceCode
{
    width: 100%;
    font-family: Consolas, 'Courier New', Courier, monospace;      
    font-size: 14px;
    border-right: 1px solid gray;        
    border-left: 1px solid gray;        
    /* border-top: 1px solid gray;        
    border-bottom: 1px solid gray; */       
}

div.rawSourceCode pre
{
    margin: 0 0 0 8px;
    border: 1px dotted gainsboro;
    color: #333333;
}

div.sourceCode
{
    width: 100%;
    font-family: Consolas, 'Courier New', Courier, monospace;      
    font-size: 14px;
    border-right: 1px solid gray;        
    border-left: 1px solid gray;        
    /* border-top: 1px solid gray;        
    border-bottom: 1px solid gray; */     
}

div.sourceCode pre
{   
    height: 20px;
    margin: 0 0 0 0;
    /* border: 1px dotted gainsboro;  */
    color: #333333;
    overflow: hidden;
}

div.sourceCode span.ln
{
    padding-left: 16px;   
    padding-right: 4px;
    text-align: right;
    border-right: 2px solid gray;
    border-bottom: 1px solid beige;
    background-color: aliceblue; 
    color: gray;
    overflow: hidden;
}

div.sourceCode span.code
{
    padding-left: 8px;   
}

div.sourceCode pre.odd
{
    background-color: 	#F8F8F8; /* aliceblue; */
    overflow: hidden;
}

@media screen {div.sourceCodeHeading
{
    font-family: Consolas, 'Courier New', Courier, monospace;      
    font-size: 16px;
    width: 100%;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    text-align: center; 
    background-color: beige;
    color: #333333;
    margin-top: 20px;
}
}

@media print {div.sourceCodeHeading
{
    font-family: Consolas, 'Courier New', Courier, monospace;      
    font-size: 14px;
    width: 100%;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    text-align: center; 
    background-color: beige;
    color: #333333;
    margin-top: 20px;
	padding-top: 4px;
	padding-bottom: 6px;
}
}


div.sourceCodeFooter
{
    font-family: Consolas, 'Courier New', Courier, monospace;      
    width: 100%; 
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray; 
    background-color: beige;
    font-size: 13px;
    padding-top: 1px;
    height: 24px;
    background-color: beige;
    margin-bottom: 20px;
}

a.copyLink
{
    padding-left: 32px;
    color: black;
    text-decoration: none;
}    

a.copyLink:hover 
{
    text-decoration: underline;
}

/* --------------------------- */

    table.rpInfoTable
    {
        border: 1px solid gray;
        margin: 0 0 12px 0;
        font-size: 12px;
        width: 100%;
    }

    table.rpInfoTable  td
    {
        border-bottom: 1px solid gray;
        padding: 4px;
        line-height: 22px;
    }
    
    table.rpInfoTable th
    {
        background-color: #F4F4F4;
        color: black;
        text-align: left;
        font-weight: 400;
        border-bottom: 1px gray solid;
        padding: 3px;
    }

