﻿body {
}

.table th {
    color: white !important;
    text-align: center !important;
}

.table td {
    background-color: white;
}

.table th a {
    color: white !important;
    text-decoration: underline !important;
}

.table th hover {
    color: white !important;
    text-decoration: underline !important;
}

.tableNameSizing {
    width: 400px;
}

.tableDescriptionSizing {
    width: 800px;
}

.tableHeaderSizeing {
    width: 345px;
}

.tableNormalSize {
    width: 200px;
}
.tableLargeSize {
    width: 300px;
}

.tableBooleanSizeing {
    width: 175px;
}

.alternativeTableSizing {
    width: 130px;
}

.AttendanceNameSizeing th {
    width: 100px;
}

.AttendanceLargeNameSizeing th {
    width: 150px;
}


.tableFixed {
    table-layout: fixed;
    width: 100%;
}

.tableTextareaSpaceing {
    white-space:pre-line;
    text-wrap:normal;
    word-wrap: break-word;
}

.Dialog-Display-None {
    display: none;
}

.AlterntiveTableSizeing {
    width: 130px !important;
}