﻿.locationTable {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 5px;
    font-family: var(--FontRoboto);
    padding: 10px 0px 10px 0px;
    color: var(--TextColor);
}

.locationHeader {
    font-weight: bold !important;
    border-collapse: collapse;
    border-bottom: 1px solid black;
    text-transform: uppercase;
}

.locationC1 {
    width: 300px;
}
.locationC2 {
    width: 350px;
}
.locationC3 {
    width: 150px;
}
.locationC4 {
    width: 150px;
}
.locationC5 {
    width: 100px;
}