﻿.tableCalckqq {
    transform: none;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
    border-collapse: unset !important;
    border-spacing: 5px !important;
    font-family: Calibri !important;
    font-size: 140% !important;
    font-weight: bold !important;
    letter-spacing: 0.5px !important;
    border-style: solid;
    padding: 10px;
    border-color: white;
    border-width: 2px;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.5);
    width: 290px;
    border-radius: 25px;
}

.result_tdqq {
    text-align: right !important;
    font-size: 90%;
    line-height: 19px;
    word-break: break-word;
    height: 80px;
    max-width: 241px !important;
    min-width: 241px !important;
    border: solid;
    border-width: 0.5px;
    padding-right: 8px !important;
    border-color: #999 !important;
}

.thSclqq {
    padding: 11px !important;
    text-align: center !important;
    border: solid !important;
    border-width: 0.5px !important;
    min-width: 32px !important;
    border-radius: 25px;
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
    border-color: #999 !important;
}

    .thSclqq:hover {
        background-color: #f0f0f0;
    }

    .thSclqq.active {
        background-color: #ff7e0f;
        color: white;
    }

.winSt {
    cursor: default;
    user-select: text;
    height: 35px;
    border: solid;
    border-width: 0.5px;
    border-radius: 11px;
    text-align: right !important;
    padding-right: 8px !important;
    font-size: 80%;
}

.screenExpression {
    font-size: 110%;
    color: #555;
    height: 40px;
}

.screenResult {
    font-size: 120%;
    color: black;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.screenContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80px;
}
