.navline-red a.navbar-brand {
    color: white;
}

.navline-red a.navbar-brand:hover {
    color: #cccccc;
}

.navline-red a.navbar-brand span {
    font-weight: bold;
}

.navline-red {
    background-color: #d22f30;
    border-color: #d22f30;
    border-radius: 0px;
    min-height: 10px;
}

blockquote {
    margin-top: 50px;

}
blockquote img.img-responsive {
    float: right;
    margin: 0px 10px 10px 10px;
}

blockquote p {
    font-size: 16px;
    font-style: italic;
}
.instruction li, .instruction p {
     font-size: 16px;
}

.instruction li {
    margin-bottom: 4px;
}

blockquote p.first {
    padding-top: 20px;
}

blockquote footer {
    margin-top: 40px;
}

footer cite {
    font-weight: bold;
}

.rightJustified {
    text-align: right;
}


div.page-header.start {
    margin-top: 100px;
}

.paymentstable {
    margin-top: 50px;
}

.paymentline .btn-danger {
    display: none;
}

.paymentline:hover .linenumber {
    display: none;
}

.paymentline:hover .btn-danger {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    padding: 1px 3px;
}

.print-form {
    margin-top: 50px;
}

.footer {
    margin-top: 50px;
    padding: 30px 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
}