﻿body, table, td {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1.5;
    font-size: 13px;
}

body {
    background-color: white;
    padding: 0;
    margin: 10px;
}

.course-remarks p {
    margin: 0;
}

h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

h3 {
    color: #dd805b;
    font-weight: bold;
    font-size: 14px;
}

table.coursedates {
    border-collapse: collapse;
}
table.coursedates td {
    border-collapse: collapse;
    border: solid 1px black;
    padding: 4px 15px 4px 4px;
    line-height: 1;
}

a {
    color: #2F85E0;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}




form .section-title-cell {
    color: #dd805b;
    padding: 10px 0px 3px 0px;
    font-size: 14px;
    font-weight: bold;
}

form .title-cell {
    font-weight: bold;
    min-width: 140px;
}

@media (min-width: 560px) {
    form .value-row {
        display: flex;
    }
}
form .value-row > div {
    
}

form input.text,
form select,
form textarea {
    min-width: 330px;
}

form .value-row.coursetitle {
    display: block;
}
form .value-row.coursetitle .title-cell {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 8px;
}

.success {
    padding: 12px 10px  10px 35px;
    background-color: #b8ffb8;
    border: solid 1px green;
    font-weight: bold;
    position: relative;
}
.success .fa-check-circle {
    position: absolute;
    color: green;
    font-size: 20px;
    left: 10px;
    top: 11px;
}