﻿@charset "UTF-8";

/* Smartphone adjustments for 3.html */

/* Tables */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px;
}

.exam-table, .fee-table {
    white-space: nowrap; 
}

/* TOC */
.toc {
    padding: 20px;
}
.toc li {
    padding: 8px 0;
    border-bottom: 1px dotted #eee;
}

/* Flow Chart Breakdown */
.flow-diagram-container {
    padding: 20px;
    margin-bottom: 40px;
}

.flow-diagram {
    min-width: 0;
    flex-direction: column;
}

.flow-step {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px; /* More margin */
    padding: 20px;
}

.flow-arrow {
    transform: rotate(90deg);
    margin: 15px 0;
}

/* Contact Form */
.contact-form-table {
    display: block;
    border: none;
    margin-bottom: 40px;
}
.contact-form-table tbody, .contact-form-table tr, .contact-form-table th, .contact-form-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.contact-form-table th {
    background: #f5f5f5;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.contact-form-table td {
    padding: 15px 15px 30px 15px;
    margin-bottom: 10px;
}

.radio-group label {
    display: block;
    margin-bottom: 12px;
    padding: 5px 0;
}

.contact-form-table tr {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
