﻿.container-fluid {
    padding-right: 0.94em;
    padding-left: 1.3em;
    margin-right: auto;
    margin-left: auto;
}
.navbar-text.PageInstructions {
    color: #337ab7;
}

.form-group.required .control-label:before {
    color: red;
    content: "*";
    font-weight: bold;
    position: static;
    margin-left: 0em;
    margin-right: 0.13em;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #344457;
}

.top-buffer {
    margin-top: 20px;
}