﻿.guarantee-header {
    background-color: #ff0000;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    padding-top: 10px;
    text-align: center;
}

.content-white {
    background-color: #ffffff;
}

.centered-80 {
    margin: 0 auto;
    width: 80%;
}

.verification-area img {
    vertical-align: middle;
}

.refresh-img {
    width: 30px;
    cursor: pointer;
    margin-left: 8px;
}

.action-buttons {
    margin-bottom: 10px;
}

#grid[aria-hidden="true"] {
    visibility: hidden;
}

#grid[aria-hidden="false"] {
    visibility: visible;
}

.small-text {
    font-size: 12px;
    line-height: 1.6;
}

.text-align-center {
    text-align: center;
}
