#main-page-news li {
    list-style: none;
    margin-bottom: 0.25em;
}
.links-sidebar ul li { margin-bottom: 0.5em; }
.job-list .job-list-content {
    padding: 1em 0;
    margin-left: 1em;
}
.job-list.full .job-list-content h4 { margin-bottom: 0; };

/**
 * GitHub syntax theme
 *
 * @author Craig Campbell
 * @version 1.0.4
 */
pre {
    word-wrap: break-word;
    padding: 10px 15px;
    padding-left: 10px;
    line-height: 19px;
    margin-bottom: 20px;
}

code {
    margin: 0px 2px;
    padding: 10px 5px;
    font-size: 12px;
}

pre code {
    border: 0px;
    padding: 0px;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/*main code box*/
pre, code {
    font-family: Consolas, 'Liberation Mono', Courier, monospace;
    color: #444;
    background: #e5e5e5;
    /*padding-left: 2em;*/
    padding: 0.75em 0.75em 0.75em 1.5em;
    line-height: 1.5;
}

pre, pre code {
    font-size: 13px;
}

/*comment*/
pre .comment {
    color: rgb(104, 104, 104);
    font-style: italic;
}

/*variable*/
pre .support {
    color: rgb(29, 140, 4);
}

pre .tag, pre .tag-name {
    color: navy;
}

/*keyword*/
pre .keyword, pre .css-property, pre .vendor-prefix, pre .sass, pre .class, pre .id, pre .css-value, pre .entity.function, pre .storage.function {
    font-weight: bold;
    color: rbg(100,0,0);
}

pre .css-property, pre .css-value, pre .vendor-prefix, pre .support.namespace {
    color: #900;
    font-weight: bold;
}

/*number*/
pre .constant.numeric, pre .keyword.unit, pre .hex-color {
    font-weight: normal;
    color: rgb(227, 84, 3);
}

pre .entity.class {
    color: #458;
}

pre .entity.class {
    color: #458;
}

/*opcode*/
pre .entity.id, pre .entity.function {
    color: rgb(10, 10, 10);
    font-weight: bold;
}

/*keywords*/
pre .attribute, pre .variable {
    color: rgb(27, 21, 163);
    font-weight: bold;
}

pre .string, pre .support.value  {
    font-weight: normal;
    color: #d14;
}

pre .regexp {
    color: #009926;
}

#main-page-side-banner {
    margin-bottom: 1.5em;
}

#main-page-side-banner h3 {
    line-height: 1.2em;
    margin-bottom: 1em;
}

.caption .slider-button { background-color: rgba(0, 0, 0, 0.2); }
