/* Override global styles */

/* Sidebar customization */
#sidebar p#rethinkdb-summary {
    padding-left: 0;
    font-size: 0.75em;
    padding-right: 5px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: thin solid #CCC;
}

/* Section */
#main-content .section {
    width: 710px;
    border-bottom: thin solid #CCC;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#main-content .section.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}

#main-content .section h1 {
    font: 1.8em 'AurulentSansRegular', Arial, sans-serif;
    margin-bottom: 1em;
}

#main-content .section .title {
    margin-top: 40px;
}

#main-content .section .title.first {
    margin-top: 0;
}

#main-content .section .title .icon {
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 35px;
}


/* Section content */
.section-content {
    margin-left: 80px;
}

#main-content .section .title h2 {
    font-size: 1.2em;
}

.section-content h3 {
    font-size: 0.9em;
}

.section-content p {
    font-size: 0.9em;
    line-height: 1.5em;
}

.section-content ul li {
    font-size: 0.9em;
    line-height: 1.6em;
    list-style-type: square;
}

.section-content .core-tools .title {
    font-weight: bold;
}

/* Position */
#main-content .section .position {
    margin-bottom: 40px;
}

/* Interactive positions */
.job-details {
    display: none;
}

#content p.toggle-details a {
    text-decoration: none;
}

