﻿body {
    background-color: #475d82;
}

.LoadingIcon {
    width: 47px;
    display: none;
}

legend{
    font-size:24px;
    font-weight:bold;
    border-bottom:3px solid white;
    text-align:center;
    color:white;
    margin-bottom:15px;
}

.AlseinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

    .AlseinTable > tbody > tr > td {
        padding: 0 3px;
    }

        .AlseinTable > tbody > tr > td:nth-child(3n-2) {
            width: 8px;
            color: #ff0000;
        }

        .AlseinTable > tbody > tr > td:nth-child(3n-1) {
            border:1px solid white;
            border-radius: 3px;
            text-align: center;
            width: 150px;
            background-color: transparent;
            color: white;
        }
