﻿.BorderTop {
    border-top: 1px solid #e5e5e5;
}

.BorderBottom {
    border-bottom: 1px solid #e5e5e5;
}

.BoxShadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* required label */
label.required:after {
    color: red;
    content: ' *';
    display: inline;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    font-weight: 300;
}

    h1 small, .h1 small,
    h2 small, .h2 small,
    h3 small, .h3 small {
        font-weight: 300;
    }
