@charset "utf-8";

html .mdContent{-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

.mdContent{
    color:#444;
    font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-size:14px;
    line-height:1.5em;
    padding:1em;
    max-width:870px;
    border: 1px dotted;
}

.mdContent h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.mdContent h1 {
    color: #000000;
    font-size: 28px;
}

.mdContent h2 {
    border-bottom: 2px solid #CCCCCC;
    color: #000000;
    font-size: 24px;
}

.mdContent h3 {
    border-bottom: 2px solid #CCCCCC;
    font-size: 18px;
}

.mdContent h4 {
    font-size: 16px;
}

.mdContent h5 {
    font-size: 14px;
}

.mdContent h6 {
    color: #777777;
    background-color: inherit;
    font-size: 14px;
}

.mdContent hr {
    height: 0.2em;
    border: 0;
    color: #CCCCCC;
    background-color: #CCCCCC;
}

.mdContent p, blockquote, ul, ol, dl, li, table, pre {
    margin: 15px 0;
}

.mdContent p{
    margin:1em 0;
}

.mdContent pre { 
    background-color: #F8F8F8;    
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    overflow: auto;
    padding: 5px;
}

.mdContent pre code {
    /*background-color: #F8F8F8;*/
    border: none;    
    padding: 0;
}

.mdContent code {
    font-family:  Monaco, Andale Mono, monospace;
    /*background-color:#F8F8F8;*/
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 0 0.2em;
    line-height: 1;
}

.mdContent pre > code {
    border: 0;
    margin: 0;
    padding: 0;
}


.mdContent a{ color: #0645ad; text-decoration:none;}
.mdContent a:visited{ color: #0b0080; }
.mdContent a:hover{ color: #06e; }
.mdContent a:active{ color:#faa700; }
.mdContent a:focus{ outline: thin dotted; }
.mdContent a:hover, a:active{ outline: 0; }

::-moz-selection{background:rgba(255,255,0,0.3);color:#000}
::selection{background:rgba(255,255,0,0.3);color:#000}

.mdContent a::-moz-selection{background:rgba(255,255,0,0.3);color:#0645ad}
.mdContent a::selection{background:rgba(255,255,0,0.3);color:#0645ad}

.mdContent blockquote{
    color:#666666;
    margin:0;
    padding-left: 1.5em;
    border-left: 0.5em #EEE solid;
    background-color: rgb(244, 255, 251);
    margin-right: 1.5em;
    border-right: 0.5em #EEE solid;
    padding-right: 1.5em;
}

.mdContent ul, ol { margin: 1em 0; padding: 0 0 0 2em; }
.mdContent li p:last-child { margin:0 }
.mdContent dd { margin: 0 0 0 2em; }

.mdContent img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width:100%;}

.mdContent table { border-collapse: collapse; border-spacing: 0; }
.mdContent td { vertical-align: top; }



