body {
    font-size: 1.2em;
}

.header {
    background-color: #4083F2;
    color: white;
}

.ab-container {
    padding: 5px 2%;
}

.header-title {
    font-size: 1.5em;
    margin-bottom: 0.2rem;
}

.market-status {
    float: left;
}

.market-time {
    float: right;
}

.icon-status {
    vertical-align: text-top;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    margin-right: 6px;
}

.icon-status.open {
    background-color: #48c058;
}

.icon-status.closed {
    background-color: #f4595f;
}

.summary h1 {
    /* font-weight: bold; */
    font-size: 1.2em;
    background-color: #4083F2;
    margin-bottom: 0;
    padding: 4px 2%;
    color: white;
}

.summary table {
    width: 100%;
    margin-bottom: 0;
}

.summary td {
    width: 25%;
    padding: 1px 6px;
    text-align: right;
}

td.volume {
    width: 50%;
}

td.security-id {
    text-align: left;
}

td.gain {
    color: green;
}

td.loss {
    color: red;
}

.footer {
    text-align: center;
    padding-top: 5px;
    opacity: 0.7;
}

.footer:hover {
    opacity: 1;
}

.footer p {
    margin: 0;
}
