/* Register: tick on selected Parent/Student tab */
.reg-option .reg-tick{
    display: none;
    margin-right: 8px;
    font-size: 14px;
}
.reg-option input[type="radio"]:checked + .reg-option-text .reg-tick{
    display: inline-block;
}
