.highlight.hll {
    background-color: #ffffcc;
}
.highlight {
    background: #f0f3f3;
}
.highlight.c {
    color: #0099FF;
    font-style: italic;
}
.highlight .err {
    color: #AA0000;
    background-color: #FFAAAA;
}
.highlight.k {
    color: #006699;
    font-weight: bold;
}
.highlight .o {
    color: #555555;
}
.highlight.cm {
    color: #0099FF;
    font-style: italic;
}
.highlight .cp {
    color: #009999;
}
.highlight.c1 {
    color: #0099FF;
    font-style: italic;
}
.highlight .cs {
    color: #0099FF;
    font-weight: bold;
    font-style: italic;
}
.highlight.gd {
    background-color: #FFCCCC;
    border: 1px solid #CC0000;
}
.highlight.ge {
    font-style: italic;
}
.highlight.gr {
    color: #FF0000;
}
.highlight.gh {
    color: #003300;
    font-weight: bold;
}
.highlight .gi {
    background-color: #CCFFCC;
    border: 1px solid #00CC00;
}
.highlight .go {
    color: #AAAAAA;
}
.highlight.gp {
    color: #000099;
    font-weight: bold;
}
.highlight .gs {
    font-weight: bold;
}
.highlight .gu {
    color: #003300;
    font-weight: bold;
}
.highlight.gt {
    color: #99CC66;
}
.highlight .kc {
    color: #006699;
    font-weight: bold;
}
.highlight.kd {
    color: #006699;
    font-weight: bold;
}
.highlight .kn {
    color: #006699;
    font-weight: bold;
}
.highlight.kp {
    color: #006699;
}
.highlight .kr {
    color: #006699;
    font-weight: bold;
}
.highlight.kt {
    color: #007788;
    font-weight: bold;
}
.highlight .m {
    color: #FF6600;
}
.highlight.s {
    color: #CC3300;
}
.highlight.na {
    color: #330099;
}
.highlight .nb {
    color: #336666;
}
.highlight.nc {
    color: #00AA88;
    font-weight: bold;
}
.highlight .no {
    color: #336600;
}
.highlight.nd {
    color: #9999FF;
}
.highlight .ni {
    color: #999999;
    font-weight: bold;
}
.highlight.ne {
    color: #CC0000;
    font-weight: bold;
}
.highlight.nf {
    color: #CC00FF;
}
.highlight.nl {
    color: #9999FF;
}
.highlight .nn {
    color: #00CCFF;
    font-weight: bold;
}
.highlight.nt {
    color: #330099;
    font-weight: bold;
}
.highlight .nv {
    color: #003333;
}
.highlight.ow {
    color: #000000;
    font-weight: bold;
}
.highlight .w {
    color: #bbbbbb;
}
.highlight.mf {
    color: #FF6600;
}
.highlight.mh {
    color: #FF6600;
}
.highlight.mi {
    color: #FF6600;
}
.highlight.mo {
    color: #FF6600;
}
.highlight.sb {
    color: #CC3300;
}
.highlight.sc {
    color: #CC3300;
}
.highlight.sd {
    color: #CC3300;
    font-style: italic;
}
.highlight.s2 {
    color: #CC3300;
}
.highlight.se {
    color: #CC3300;
    font-weight: bold;
}
.highlight.sh {
    color: #CC3300;
}
.highlight.si {
    color: #AA0000;
}
.highlight.sx {
    color: #CC3300;
}
.highlight.sr {
    color: #33AAAA;
}
.highlight .s1 {
    color: #CC3300;
}
.highlight.ss {
    color: #FFCC33;
}
.highlight.bp {
    color: #336666;
}
.highlight .vc {
    color: #003333;
}
.highlight.vg {
    color: #003333;
}
.highlight .vi {
    color: #003333;
}
.highlight.il {
    color: #FF6600;
}
.type-csharp.highlight.k {
    color: #0000FF;
}
.type-csharp .highlight .kt {
    color: #0000FF;
}
.type-csharp.highlight.nf {
    color: #000000;
    font-weight: normal;
}
.type-csharp .highlight .nc {
    color: #2B91AF;
}
.type-csharp.highlight.nn {
    color: #000000;
}
.type-csharp .highlight .s {
    color: #A31515;
}
.type-csharp.highlight.sc {
    color: #A31515;
}
#demoThree-nav.ln-letters a {
    border: none;
    border-top: 2px solid pink;
    color: red;
}
#demoThree-nav.ln-letters a.ln-last {
    border-right: none;
}
#demoThree-nav.ln-letters a: hover,
#demoThree-nav.ln-letters a.ln-selected {
    border-top: 2px solid red;
    background-color: pink;
    color: White!important
}
#demoThree-nav.ln-letters a.ln-disabled {
    color: pink;
}
#demoThree-nav.ln-letters a.ln-disabled: hover {
    color: white;
}
#demoThree-nav.ln-letter-count {
    color: red
}
#demoThree li {
    color: pink
}
#demoThree li a {
    color: red;
    text-decoration: none
}
#demoThree li a: hover {
    text-decoration: underline
}
#demoFour,
.listWrapper {
    width: 100%;
    overflow: hidden
}
#demoFour li {
    float: left;
    list-style: none
}
#demoFour a {
    display: block;
    text-align: center;
    width: 100%;
    border: 1px solid silver;
    padding: 0 10 10 10px;
    margin:0 10px 0 0;
    text-decoration: none
}
#demoFour a: hover {
    background-color: #eee;
    color: pink
}
.imageList {
    width: 550px
}
.imageList img,
.imageList h2,
.imageList p {
    float: left
}
.imageList img {
    text-align: right;
    margin-right: 20px;
    margin-top: 15px
}
.imageList p,
.imageList h2 {
    width: 360px
}
.imageList li {
    list-style-type: none;
    overflow: hidden;
    padding: 1em 0 1em 1em;
   -webkit-border-radius: 4px;
    border-radius: 4px;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
    background-clip: padding-box
}
.imageList li: hover {
    background-color: #eff1f9;
    cursor: pointer;
   -webkit-box-shadow: 0px 0px 2px 0px#bababa;
    box-shadow: 0px 0px 5px 0px#BBB
}
.imageList h2,
.imageList p {
    background: none;
    padding-bottom: 0;
    margin: 0
}
.imageList a {
    text-decoration: none;
    color: #039
}
.last-name {
    display: none
}
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
 
.outer {
    width: 100 %
}
.inner {
    position: relative;
    max-width: 800px;
    padding: 20px 10px;
    margin: 0 auto
}
#forkme_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 138px;
    height: 138px;
    display: block;
    background: transparent url(.. / images / fork-sprite.png) 0 0 no-repeat;
    text-indent: -9000px;
    z-index: 3
}
#forkme_banner: hover {
    background-position: 0-138px
}
#header_wrap {
    background: #212121;
    background: -moz-linear-gradient(top, #373737, #212121);
    background: -webkit-linear-gradient(top, #373737, #212121);
    background: -ms-linear-gradient(top, #373737, #212121);
    background: -o-linear-gradient(top, #373737, #212121);
    background: linear-gradient(top, #373737, #212121)
}
#header_wrap.inner {
    padding: 10px
}
#project_title {
    margin: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    text-shadow: #111 0px 0px 10px
}
#project_tagline {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    background: none;
    text-shadow: #111 0px 0px 10px
}
#downloads {
    position: absolute;
    width: 210px;
    z-index: 10;
    bottom: -40px;
    right: 0;
    height: 70px;
    background: url("../images/icon_download.png") no-repeat 0 % 90 %
}
.zip_download_link {
    display: block;
    float: right;
    width: 90px;
    height: 70px;
    text-indent: -5000px;
    overflow: hidden;
    background: url(.. / images / sprite_download.png) no-repeat bottom left
}
.tar_download_link {
    display: block;
    float: right;
    width: 90px;
    height: 70px;
    text-indent: -5000px;
    overflow: hidden;
    background: url(.. / images / sprite_download.png) no-repeat bottom right;
    margin-left: 10px
}
.zip_download_link: hover {
    background: url(.. / images / sprite_download.png) no-repeat top left
}
.tar_download_link: hover {
    background: url(.. / images / sprite_download.png) no-repeat top right
}
#main_content_wrap {
    background: #f2f2f2;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111
}
#main_content {
    padding-top: 40px
}
#footer_wrap {
    background: #212121
}
.tabs {
    margin: 0;
    padding: 0;
    font: 1em;
    list-style: none;
    overflow: hidden
}
.tabs a {
    color: #FFF;
    display: block;
    padding: 7px 10px
}
.tabs > li {
    margin: 0 2px 0 0;
    padding: 0;
    display: block;
    float: left;
   -webkit-user-select: none;
   -moz-user-select: none;
    user-select: none;
   -moz-border-radius-topleft: 4px;
   -moz-border-radius-topright: 4px;
   -moz-border-radius-bottomright: 0px;
   -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #257AB6;
    background: -moz-linear-gradient(top, #0C91EC 0 %, #257AB6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0C91EC), color-stop(100 %, #257AB6))
}
.tabs>li:hover {
    background: #FFFFFF;
    background: -moz-linear-gradient(top, #fff 0 %, #F3F3F3 10 %, #F3F3F3 50 %, #fff 100 %);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0 %, #fff), color-stop(10 %, #F3F3F3), color-stop(50 %, #F3F3F3), color-stop(100 %, #fff));
    cursor: pointer;
    color: #333;
}
.tabs>li.active {
    background: #FFFFFF;
    cursor: pointer;
    color: #333;
}
.tabs>li.active a {
    color: #333;
}
.tabContainer {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 4px;
   -moz-border-radius-bottomright: 4px;
   -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    
    background: #FFFFFF;
    margin: 0px;
    color: #333;
}
.tabContainer li{
    margin-left: 0px;
	margin-right: 10px;
}
.tabContainer li a {
     
	 font-family: "Open Sans",sans-serif;line-height: 1.2;color: #2da6a6;
}
.tabContainer li a:hover {
    color: #333;
}
@media screen and (max-width: 480px) {
    body {
        font-size: 14px
    }
    #downloads {
        display: none
    }
    .inner {
        min-width: 320px;
        max-width: 480px
    }
    #project_title {
        font-size: 32px
    }
    h1 {
        font-size: 28px
    }
    h2 {
        font-size: 24px
    }
    h3 {
        font-size: 21px
    }
    h4 {
        font-size: 18px
    }
    h5 {
        font-size: 14px
    }
    h6 {
        font-size: 12px
    }
    code,
    pre {
        min-width: 320px;
        max-width: 480px;
        font-size: 11px
    }
}