/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
h2 {
    color: #83919c;
}
#sub_main {
    background: url(../img/training_submain.png) no-repeat center 0;
    height: 308px;
}
#main_topics {
    border-top: 3px solid #83919c;
    background: #fff;
    padding-bottom: 30px;
    padding: 30px;
    margin-bottom: 30px;
}
.label {
    border-bottom: 1px dotted #dfdfdf;
    padding: 10px;
    font-weight: bold;
    background: url(../../common/img/list_style.png) no-repeat left center;
    font-size: 15px;
    margin-bottom: 15px;
}
.txt {
    margin-bottom: 15px;
    line-height: 2.2;
}
.summary {
    line-height: 2.5;
}