﻿/*  */
/* ------ {START ITC MARKING} ------ */
/* NOTICE: UTC Proprietary - Copyright UTRC 2016 */
/* NOTICE: Export Controlled - Created at UTRC-Ireland, ECCN EAR99. */
/* ------ {END ITC MARKING} ------ */
.custom-table {
    width : 100%;
    height : auto;
    font-family : 'Calibri', 'Trebuchet MS', 'sans-serif';
}

.custom-table tr {
}

.custom-table th {
    border-style        : solid;
    border-bottom-width : 1px;
    border-top-width    : 0px;
    border-right-width  : 0px;
    border-left-width   : 0px;
    border-color        : #3A4558;
    color               : #3A4558;
    font-size           : 18px;
    text-align          : left;
}
/*
.custom-table td {
    font-size   : 16px;
}*/

table.table-with-borders  {
     border-collapse: collapse;
}

.table-with-borders table,
.table-with-borders th,
.table-with-borders td {
     border: 1px solid  #808080;
}
