@import "constants";


table {
    background-color: white;
    width: 100%;

    th {
        color: $darkGrey;
        font-family: Lato, sans-serif;
        font-size: 13px;
        font-weight: bold;
        border: 0 !important;
    }

    td {
        font-size: 13px;
        font-family: Lato, sans-serif;
        border: 0 !important;
    }

    th, td {
        border-bottom: 1px solid $lightGrey !important;
    }
}