﻿.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

strong {
    font-size: 16px;
}

a {
    color: #407196;
    text-decoration: none;
}

body {
    width: 98%;
    color: #000;
    margin: 0 auto;
    max-width: 24cm;
    font-size: 16px;
    padding: 0 15px;
    position: relative;
    background: #fff;
    font-family: Arial, sans-serif;
    font-family: SourceSansPro;
}

header {
    padding: 10px 0 20px;
    /*border-bottom: 2px solid #407196;*/
}

#logo {
    float: left;
}

    #logo img {
        height: 50px;
        display: block;
    }

#company {
    float: right;
    text-align: right;
}

h1.name {
    color: #407196;
    margin: 11px 0;
    font-size: 2em;
    line-height: 1em;
    font-weight: 600;
}

#shortinfo {
    padding: 20px 0;
    border-bottom: 2px solid #407196;
}

.nameandid {
    float: left;
}

    .nameandid strong {
        display: block;
    }

.datetime {
    float: right;
}

    .datetime p {
        margin: 0;
    }

.description {
    padding: 0.6rem 0;
    border-bottom: 1px solid #407196;
}

    .description p {
        margin: 0;
    }

.multiparagraph {
    margin: 0 0 20px;
    border-bottom: 1px solid #407196;
}

.tablehead {
    padding: 0 0 6px;
}

    .tablehead h2 {
        margin: 0;
        font-size: 1.4em;
        line-height: 1em;
        font-weight: 600;
        color: #407196;
    }

    .tablehead h3 {
        margin: 0;
        font-weight: 600;
        font-size: 1.2em;
        font-weight: normal;
    }

table.yourbenefit {
    table-layout: fixed;
}

    table.yourbenefit th,
    table.yourbenefit td {
        width: 12%;
        white-space: normal;
    }

    table.yourbenefit td {
        vertical-align: top;
    }

        table.yourbenefit td:nth-child(1),
        table.yourbenefit th:nth-child(1),
        table.yourbenefit td:nth-child(3),
        table.yourbenefit th:nth-child(3) {
            width: 31%;
        }

        table.yourbenefit td:nth-child(2),
        table.yourbenefit th:nth-child(2) {
            width: 20%;
        }

        table.yourbenefit td:nth-child(4),
        table.yourbenefit td:nth-child(5),
        table.yourbenefit td:nth-child(6),
        table.yourbenefit th:nth-child(4),
        table.yourbenefit th:nth-child(5),
        table.yourbenefit th:nth-child(6) {
            width: 100px;
        }

table {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 20px;
    border: 1px solid #58595b;
    border-collapse: collapse;
    white-space: normal;
}

    table thead {
        color: #9b9b9b;
        border-bottom: 1px solid #58595b;
    }

    table tbody {
        border-bottom: 1px solid #58595b;
    }

    table tfoot tr td {
        text-align: center;
    }

        table tfoot tr td.title {
            text-align: right;
        }

    table th,
    table td {
        padding: 10px;
        text-align: left;
        white-space: normal;
    }

    table th {
        /* white-space: nowrap; */
        font-weight: bold;
    }

    table td {
        text-align: left;
    }

    table tbody tr:nth-child(odd) {
        background: #fff;
    }

    table tbody tr:nth-child(even) {
        background: #f7f7f7;
    }

.premium,
.employerpaid,
.payrolldeductions {
    text-align: center;
}

table tr th span,
table tr td span {
    display: block;
}

table tfoot {
    display: table-row-group
}

table thead {
    display: table-row-group
}

.note p {
    font-size: 16px;
    padding: 0.5rem;
    border: 1px solid #407196;
}

.yourbenificiaries tr td,
.yourdependents tr td {
    padding: 4px 10px;
    vertical-align: bottom;
}

.text-right {
    text-align: right;
}
