﻿.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.table
{
     font-family: FranklinGothic-MediumCond;
    border-collapse: collapse;
    color: #212529;
        border-spacing: 2px;
}

    .table th, .table td
    {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }
.table-bordered
{
    border: 1px solid #dee2e6;
}

.table-responsive
{
    display: block;
    width: 100%;
    overflow-x: auto;
}

thead
{
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
}

td {
    display: table-cell;
    vertical-align: inherit;
}

.vmid {
    vertical-align: middle !important;
    text-align: center !important;
}
.fa {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size:14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-plus {
    color: green;
}
.fa-times {
    color: red;
}