    .table10-kurenie {
        border-collapse: collapse;
        padding: 0;
        border: none;
        outline: none;
        border-spacing: 0;
    }

    .table10-kurenie .rotated {
        transform: rotate(-90deg);
        padding: 0;
        font-size: 20px;
        line-height: 1;
        margin-right: -180px;
        margin-left: -170px;
    }

    .table10-kurenie th {
        padding: 10px;
        font-weight: normal;
    }

    .table10-kurenie td {
        font-weight: bold;
    }

    .table10-kurenie th,
    .table10-kurenie td {
        text-align: center;
        padding: 5px;
    }

    .table10-kurenie sup {
        font-size: 9px;
    }

    .table10-kurenie .light-green {
        background-color: #E5EDC0;
    }

    .table10-kurenie .green {
        background-color: #95C11E;
    }


    .table10-kurenie .yellow {
        background-color: #FFED00;
    }

    .table10-kurenie .orange {
        background-color: #F39200;
    }

    .table10-kurenie .purple {
        background-color: #D079B0;
    }

    .table10-kurenie .red {
        background-color: #BE1622;
        color: white;
    }

    .table10-kurenie .dark-red {
        background-color: #71190E;
        color: white;
    }

    .table10-kurenie .white {
        background-color: #fff;
        color: black;
        font-size: 20px;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
    }

    .table10-kurenie .colored div {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: bottom;
        margin-left: 5px;
    }

    .table10-kurenie .colored span {
        font-size: 14px;
    }