﻿.rightCell {
    text-align: end;
}

td {
    padding: 6px 6px;
    vertical-align:middle;
}

.flatButtonReg {
    /*background-color: #D4E79E;*/
    border: 1px solid #356AA0;
    display: inline-block;
    cursor: pointer;
    color: #356AA0;
    font-family: arial;
    font-size: 17px;
    padding: 5px 5px;
    text-decoration: none;
    font-weight: bold;
}

.flatButtonReg:hover {
    background-color: #022453;
    font-weight: bold;
    color: #DDD;
}

.flatButtonReg:active {
    position: relative;
    top: 1px;
}

.SmallHeader {
    font-weight: bold;
    color: #356AA0;
}