﻿.web-login-table {
    width: 500px;
}

footer > p {
    width: 500px;
    font-size: 14px;
    margin:0px;
}

th, td {
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
}

.trading-time-label {
    background-color: #f9b56d;
    padding: 1px 15px;
    display: inline-block;
    color: white;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
}

.trading-time-line {
    height: 2px;
    background-color: #f9b56d;
    margin-bottom: 10px;
}

.trading-time-table {
    table-layout: fixed;
    width: 100%;
}

.trading-time-header {
    background-color: #fcd1dc;
}

.pink-lighter {
    background-color: #fde5eb;
}

.pink-lightest {
    background-color: #fef2f5;
}
