﻿.date {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    background-color: #f0f0f0;
    padding: 10px;
    border-bottom: 2px solid #ddd;
    text-align: center;
}

.table {
    margin: 0;
}

.centerer {
    display: flex;
    justify-content: center;
}

.resultcontainer {
    width: 400px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.rowheader {
    display: flex;
    border-bottom: 1px solid #505050;
}

.roww {
    display: flex;
    border-bottom: 1px solid #505050;
}

.rowg {
    display: flex;
    border-bottom: 1px solid #505050;
    background-color: #cccccc
}

.rowg:last-child {
    border-bottom: none;
}

.cell {
    flex: 1;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

.header {
    font-weight: bold;
    background-color: #3366ff;
    text-transform: uppercase;
    color: white;
}
