﻿b.contact-info-table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.contact-info-table td {
    padding: 8px;
    border: 1px solid #ddd;
}

    .contact-info-table td:first-child {
        font-weight: bold;
        width: 30%;
    }

.form-group {
    margin-bottom: 15px;
}

.checkbox-group label, .radio-group label {
    display: block;
    margin: 5px 0;
}

.form-control {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn-primary {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .btn-primary:hover {
        background-color: #0056b3;
    }

fieldset legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    position: relative;
    left: -5px;
    color: #12405c;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.warningLabel {
    color: #EE0000;
    font-size: 15px;
}

a:hover {
    text-decoration: underline;
    color: #08245c; /* darker shade on hover */
}
