﻿.ButtonRow
{
    display:flex;
    justify-content:center;
}
.ButtonRow .Button {
    margin-left:8px;
}
.PolicyTable {
    color: Black;
    background-color: Gainsboro;
    border-color: Silver;
}

    .PolicyTable:hover, .PolicyTable:focus {
        background-color: #999;
    }

    .PolicyTable.Active {
        background-color: #999999 !important;
        color: white !important;
    }

a.Active {
    background-color: #999999 !important;
    color: white !important;
}



div.PolicyInfo {
    display: none;
}

div.Active {
    display: block;
}

img.PolicyInfo {
    width: unset !important;
    max-width: 300px;
}

.PolicyInfo h4 {
    font-weight: 500;
    font-size: 120%;
    margin: 5px 0px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.CF {
    clear: both;
}

.PolicyInfoBar {
    width: 100%;
    font-weight: bold;
    color: white;
    padding: 5px;
}

.CoverageInfo {
    margin-top: 15px;
    width: 56%;
    margin-left: 22%;
}