#header {
    display: none;
}

#main {
    margin-top: 0px;
}

#f_error {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#f_error > div.ui-widget {
    width: 100%;
}

#f_error > div.ui-widget #d_details {
    margin-top: 10px;
    border-radius: 0px;
}


#f_error > div.ui-widget #d_details h3 {
    border-radius: 0px;
    font-size: .8rem!important;
    letter-spacing: 2px;
    color: #0061A0;
    background: white;
    opacity: .6;
    outline: none;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1em;    
    font-size: .7rem;
    border-radius: 0px;
}


#section {
    height: 1px;
    min-height: 100%;
}
