.jumbotron {
    background-color: #CCCCFF !important;
}

mark {
    background-color: yellow;
    color: black;
}

.field {
    font-weight: bold;
    background-color: antiquewhite;
}

body {
    padding-bottom: 70px;
    padding-top: 56px;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blue {
    color: blue;
}

.text-blue {
    color: blue;
}

.text-green {
    color: green;
}
.text-red {
    color: red;
}
.text-maroon {
    color: maroon;
}

.bg-nav-bar-public {
    background-color: #0b4177 !important;
}

.bg-nav-bar-admin {
    background-color: #6c0716 !important;
}

.hide {
    display: none;
}

.hr-text {
    height: 15px;
    width:100%;
    border-bottom: solid 2px #000;
    text-align: center;
    margin: 2em 0;
}
.hr-text span {
    background: #fff;
    position: relative;
    top: 0;
    padding: 0 20px;
    line-height:30px;
}