.error-label{
    font-size:14px;
    font-family: Arial,sans-serif;
    font-weight:700;
}
fieldset{
    margin-top:20px;
}
.panel-group .panel + .panel {
    margin-top: 2px !important;
}
.panel-title {
    font-size: 14px;
    font-weight: bold;
}
.panel-heading {
    padding: 7px;
    color:black;
    border-bottom: 1px #ccc inset !important;
}

a[aria-expanded=false]:not([class])[data-accordion="education"] .panel-heading,
a[aria-expanded=false][class=collapsed] .panel-heading{
    background-color: #eee;
}

i.triangle-icons{
    margin: auto 5px auto 8px;
}

a[aria-expanded=true][class=''] .fa-caret-right,
a[aria-expanded=false]:not([class])[data-accordion="education"] .fa-caret-down,
a[aria-expanded=true]:not([class]):not([data-accordion="education"]) .fa-caret-right,
a[aria-expanded=false][class=collapsed] .fa-caret-down{
    display: none;
}