.portal-welcome {
    font-size: 25px;
    text-align: center;
    margin: 30px;
    margin-bottom: 60px;
}

.dashboard-options{
    margin: 40px;
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
}

.check-in {
    margin: 80px;
    margin-left: 220px;
    margin-right: 220px;
    text-align: center;font-size: 25px;
}

.check-in form {
    margin-top: 20px;
    font-size: 22px;
}

.check-in input {
    width: 300px;
}

.checkin-row {
    margin-top: 40px;
}

.reports {
    margin: 50px;
}

.report-table-section {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.report-table td {
    text-align: center;
    border: 1px solid black;
    width: 350px;
    font-size: 22px;
}

.report-table th {
    text-align: center;
    border: 1px solid black;
    width: 350px;
    font-size: 22px;
}

#org-label {
    width: 550px;
}