#standards_list {
    margin-top: 30px;
}

ul.pbscustom.standards-hierarchy {
    margin: 0;
}

ul.pbscustom.standards-hierarchy .chevron i {
    margin-right: 5px;
    cursor: pointer;
}

ul.pbscustom.standards-hierarchy a.standard_link {
    font-weight: normal;
    padding: 5px 0;
    display: inline-block;
}
ul.pbscustom.standards-hierarchy a.standard_link:hover {
    text-decoration: underline;
}

ul.pbscustom.standards-hierarchy .border-top {
    border-top: 1px solid #aaa;
}

.children {
    padding-left: 20px;
}

.children ul.pbscustom.standards-hierarchy .border-top {
    padding-left: 15px;
}

.section_title {
    color:#3399CC;
    font-weight: bold;
    padding-bottom: 10px;
}

.pbscustom.panel .section-head .shadowed{
    color: white;
}

.pbscustom.standards-selection{
    width: 240px;
}

.pbscustom.browse-by-standards-selection-title{
    font-weight: bold;
}

@media (max-width: 979px) and (min-width: 768px){
    .pbscustom.full-width-container{
        display:none;
    }
}

.pbscustom.tablet-width-container{
    display:none;
}

@media (max-width: 979px) and (min-width: 768px){
    .pbscustom.tablet-width-container{
        display:inline;
        margin-left: 20px;
    }
    [name="grade-selection"] .pbscustom.browse-by-standards-selection-title{
        margin-left: 65px;
    }
}

.pbscustom.browse-by-standards-description{
    margin-bottom: 16px;
}

