body {
    background: #ffffff;
    font-size: 10px;
}

main {
    padding-bottom: 0;
}

header, .hide-print, .top-bar, .register-cancel-container {
    display: none;
}

.inner-page main {
    margin-left: 0;
}

main .container {
    padding: 0;
    max-width: none;
    margin-bottom: 0;
}

h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

h5 {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}

.page-heading {
    margin-bottom: 7px;
}

.uw-card {
    margin-bottom: 0;
}

.table-container table {
    background: #ffffff;
    padding: 0;
    margin: 21px 0 0 0;
    border: 0;
    border-collapse: separate;
}

.table-container .table__row--head {
    background: #ffffff;
    color: #000000;
    font-weight: bold;
}

.table-container table tr {
    height: auto;
    border: 0;
}

.table-container .table__row--head th {
    text-align: left;
    border: 0;
    border-bottom: 1px solid black;
}

.table-container table td, .table-container table th {
    font-size: 10px;
    padding: 3px;
    border: 0;
}

.table-container table tr.table__row--primary td {
    border-top: 1px solid #d5d8e1;
}

.uw-card {
    border-radius: 0;
}

.table-container table .t-level-1 {
    padding-left: 32px;
}

.badge-fixed {
    margin: 21px 0;
    max-width: 50px;
}

.alert {
    padding: 3px;
    margin: 0;
}

.side-col {
    display: none;
}

.uw-circles {
    display: none;
    min-width: 1px;
}

.print-hidden {
    display: none;
}

textarea:disabled, input:disabled, .form-control:disabled {
    background: #ffffff;
    color: black;
    font-size: 12px;

}

.uw-card .uw-card-container--heading span {
    font-size: 14px;
    padding-right: 5px;
}

.uw-card .uw-card-container--heading {
    max-width: 100%;
}

.print-score {
    font-weight: bold;
    font-size: 12px;
    padding: 2px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    width: 50px;
    text-align: right;
    display: inline-block;
    margin-left: 5px;
}

img {
    border: 0;
}

.uw-chip {
    font-size: 10px !important;
}

span.dot {
    height: 12px !important;
    width: 12px !important;
    display: inline-block;
}

span.dot:before {
    position: relative;
    top: -2px;
}
span.yellow-dot:before {
    left: 5px;
    position: relative;
    top: -2px;
}
span.blue-dot:before {
    left: 3px;
    position: relative;
    top: -2px;
}