

#content section header, #content article header {
    border-top: solid 0px #00a6eb;
    padding-top: 0em;
    margin: 0 0 0.25em 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #0006AB;
    background-color: #7FCAEB;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #0006AB;
    text-decoration: none;
}
.btn-primary {
    color: #ffffff;
    background-color: #0014AD;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid;
    white-space: nowrap;
    padding: 15px 50px;
    font-size: 24px;
    line-height: 1.42857143;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 24px;
}

hr{
	border-top: 2px solid #202863;
	margin: 20px 0 20px 0;
}

#copyright {
    background-color: #E8E8E8;
}

a {
    color: #004196;
    text-decoration: underline;
}