﻿.register-btn {
    background-color: #F39662;
    margin-bottom: 30px;
    margin-top: 15px;
    color:#FFFFFF;
}
.blue-txt {
    color:#3E5E6F;
}
table.exam-table {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #3E5E6F;
    background-color: #BBD5DF;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.exam-table td, table.exam-table th {
    border: 1px solid #3E5E6F;
    padding: 15px 20px;
}
table.exam-table tbody td {
    font-size: 16px;
    color: #3E5E6F;
}
.question {
    cursor:pointer;
}
.exam-divider-bar {
    margin-top: 20px;
    border: 3px solid #cccccc;
    margin-bottom: 40px;
}
.row-header {
    background-color: #8DB9CA;
}
.row-header h3 {
    color: #3E5E6F;
    font-size: 18px;
    margin: 0px;
    font-weight:700;
}