.page-header{
    border: 0px;
    margin: 0px 0 5px;
    padding: 0px;
}

.btn-primary{
    background: white;
    color:black;
}

.btn {
    display: inline;
    padding: 1px 6px;
    font-size: 11px;
    border-color: black;
}

a{
    color: black;
    text-decoration: underline;
}

button:hover{
    background: #000078;
}

label {
    font-size: 12pt;
    font-weight: normal;
    margin: 0px;
}

hr{
    border-style: inset;
    border-width: 1px;
    margin: 0px;
}
.form-control{
    border-radius: 0px;
    font-size: 11px;
    padding: 2px 5px;
    height: 18px;
}

.form-group {
    margin-bottom: 0px;
}

.modal-header {
    height: 45px;
    padding: 10px;
}

.modal-header h4 {
    font-weight: bold;
}

.modal-header button {
    display: none;
}


@media print {
    a[href]:after {
        content: none !important;
    }
}