/* ーーーーーーー gaiyou pageーーーーーーーーーー */

.overview {
    margin: 0;
}

/* Mobile adjustments specific to overview layout only */
@media (max-width: 768px) {

    .info-table {
        font-size: 0.95em;
    }

    .info-table th,
    .info-table td {
        display: block;
        width: 100%;
    }

    .info-table tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
        border: 1px solid #bdc3c7;
        border-radius: 8px;
        overflow: hidden;
    }

    .info-table th {
        border-bottom: none;
        background-color: #4682b4;
        color: white;
        padding: 8px;
        text-align: center;
    }

    .info-table td {
        border-top: none;
    }
}

/* ーーーーーーー gaiyou pageーーーーーーーーーー */
