﻿.wpb_wrapper > a[$href='mailto:'] {
    background: url(/wp-content/uploads/icon_email.png) no-repeat left center;
    padding-left: 32px; /* A little more than the width of the icon */
    /* line-height: 19px;  The height of the icon */
    display: inline-block;
}

.tblRows {
    width: 100%;
    border-collapse: collapse;
}

    .tblRows td {
        padding: 7px;
        border: #4e95f4 1px solid;
    }
    /* provide some minimal visual accomodation for IE8 and below */
    .tblRows tr {
        background: #eeeeee;
    }
        /*  Define the background color for all the ODD background rows  */
        .tblRows tr:nth-child(odd) {
            background: #ffffff;
        }
        /*  Define the background color for all the EVEN background rows  */
        .tblRows tr:nth-child(even) {
            background: #F6F6F6;
        }

.tblmain td {
    color: White;
    font-weight: bold;
    background-color: #336699;
}

.tbldivision td {
    color: black;
    font-weight: bold;
    background-color: #cccccc;
    border-top: solid 2px black;
}

.tblsubdivision td {
    color: black;
    font-weight: bold;
    background-color: #dddddd; /*#d0cece #a3d1ff; */ /* #00d2d8 */
}

    .tblsubdivision td a {
        color: black;
        font-weight: bold;
        background-color: #d0cece; /* #a3d1ff; */ /* #00d2d8 */
    }

.tblmgr td {
    color: black;
    font-weight: bold;
    background-color: #d9e1f2; /* #cccccc; */
}
