﻿/* icons for integrity checks*/

.integrity-success {
    color: rgb(0, 200, 0);
    font-size: 2.0em;
    display: inline-block;
    line-height: 0.2;
}


.integrity-failed {
    color: rgb(255, 0, 0);
    font-size: 2.0em;
    display: inline-block;
    line-height: 0.2;
}


/* used for the (e.g.) bar underneath the webpage title*/
.small-sectionSeparator {
    border-width: 2px;
    border-top: 1px dotted rgb(50,50,80);
    border-bottom: 0;
    border-radius: 3px;
    width: 70%;
}

