.main th, td, table {
    border: 2px solid black;
}

.main table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 10px;
    background-color: lightgrey;
    table-layout: fixed;
}

.main th, td {
    padding: 8px;
}

th.c1 {
    width: 5%;
}

th.c2 {
    width: 10%;
}

th.c3 {
    width: 10%;
}

th.c4 {
    width: 23%;
}

th.c6 {
    width: 23%;
}

th.c7 {
    width: 15%;
}

.main th {
    height: 60px;
    background-color: black;
    color: skyblue;
    font-size: 150%;
    font-weight: normal;
}

.main td.dynamicText {
    text-align: center;
}

.main td {
    vertical-align: middle;
    height: 50px;
    min-width: 80px;
}

.main tr:nth-child(odd) {
    background-color: white;
}

.main tr:hover {
    background-color: lightblue;
    color: black;
}

div.tableSection {
    overflow-x: scroll;
}

p.formResponse {
    font-size: 100%;
    color: white;
    background-color: #E74C3C;
    margin: 0 2%;
    padding: 2px 10px;
    text-align: center;
    display: none;
}

form.updateStatus {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 10px auto;
}

.updateStatus p {
    padding: 10px;
    margin: 0;
    border: 1px solid black;
    background-color: #707B7C;
    color: white;
    width: 20%;
    text-align: center;
    font: normal normal 110% "Calibri Light", sans-serif;
    border-right-style: none;
}

.updateStatus select {
    padding: 10px;
    margin: 0;
    border: 1px solid black;
    width: 30%;
    background: white;
    font: normal normal 110% "Calibri Light", sans-serif;
}

.updateStatus option {
    padding: 10px;
}

input[type=number].updateStatus {
    vertical-align: middle;
    margin: 0;
    padding: 10px;
    border: 1px solid black;
    width: 30%;
    background: lightgrey;
    font: normal normal 110% "Calibri Light", sans-serif;
    border-right-style: none;
}

input[type=submit].updateStatus {
    vertical-align: middle;
    background-color: dodgerblue;
    color: black;
    border: 1px solid black;
    border-left-style: none;
    padding: 10px 20px;
    width: 20%;
    font: normal normal 110% "Calibri Light", sans-serif;
}
