﻿body {
}
table.blueUmcTable {
    border: 1px solid #1C6EA4;
    width: 700px;
    text-align: left;
    border-collapse: collapse;
}

    table.blueUmcTable td, table.blueUmcTable th {
        border: 1px solid #AAAAAA;
        padding: 4px 2px;
    }

    table.blueUmcTable tbody td {
        font-size: 15px;
    }

    table.blueUmcTable tbody td:nth-child(1) {
        width:350px;
    }

    table.blueUmcTable thead {
        border-bottom: 2px solid #444444;
    }

        table.blueUmcTable thead th {
            font-size: 18px;
            font-weight: bold;
        }