﻿.form-label
{
    font-weight: normal;
}

.attendance-details {
    border: 1px solid #1e1e1e;
    border-radius: 3px;
    padding: 10px;
    background-color: #1e1e1e;
    margin-bottom: 20px;
}

.attendance-details td{
    padding-right: 20px;
}

.thank-you-table td{
    width: 50%;
}

.required{
    color: #ff0000;
}