﻿.smart-form header {
    margin-top: 10px !important;
}

.smart-form header:first-of-type {
    margin-top: 0px !important;
}

.display-container h1, .display-container h2, .display-container h3, .display-container h4 {
    margin-top: 8px !important;
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-bottom-style: solid;
    letter-spacing: -1px;
    margin-bottom: 0;
    padding: 0;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-weight: 300;
}

.display-container h1:first-of-type, .display-container h2:first-of-type, .display-container h3:first-of-type, .display-container h4:first-of-type {
    margin-top: 0 !important;
}

.alert > .alert-heading {
    margin-top: 0 !important;
}