﻿.service-table {
    background: black;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border-collapse: collapse;
    table-layout: fixed;
    width: 375px;
    font-family: 'Noto Sans';
}

    .service-table p {
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    .service-table tr {
        text-align: center;
        padding: 5px;
    }

    .service-table td {
        border-right: 1px solid white;
    }

    .service-table td {
        height: 45px;
    }

.top {
    border-bottom: 1px solid white;
    font-size: 13px;
    padding: 15px 0px;
}

/*
.comp-info.top {
    font-weight: normal;
}
*/
.service-overview {
    font-size: 10px;
    font-weight: 600;
    padding: 10px 5px;
}

    .service-overview.odd {
        background: #1e416d;
    }

    .service-overview.even {
        background: #1f3555;
    }

.ic-info, .comp-info {
    color: #002c58;
}

    .ic-info.odd {
        background: #d3edfd;
    }

    .ic-info.even {
        background: #b5cfe7;
    }

    .comp-info.odd {
        background: #eaebeb;
    }

    .comp-info.even {
        background: #d2d3d4;
    }

.main-text {
    display: block;
    margin: 5px;
    padding: 0px;
}

.service-list {
    text-align: center;
    align-content:center;
}

.subtext {
    font-size: 7px;
    display: block;
    margin: -4px;
    padding: 0px;
}

.pm-label {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
