﻿.tw {
}

.tw-controls {
    border: solid 1px #ddd;
    margin-bottom: 10px;
    padding: 5px;
    font-family: 'Poppins500';
    display: flex;
    justify-content: space-between;
}

.tw table {
}

.tw .center {
    text-align: center;
}

.tw .w-350 {
    min-width: 350px !important;
    max-width: 350px !important;
    width: 350px !important;
}

.tw .w-220 {
    min-width: 220px !important;
    max-width: 220px !important;
    width: 220px !important;
}

.tw .w-110 {
    min-width: 110px !important;
    max-width: 110px !important;
    width: 110px !important;
}

.tw .w-85 {
    min-width: 85px !important;
    max-width: 85px !important;
    width: 85px !important;
}

.tw .w-70 {
    min-width: 70px !important;
    max-width: 70px !important;
    width: 70px !important;
}

.tw .w-60 {
    min-width: 60px !important;
    max-width: 60px !important;
    width: 60px !important;
}

.tw .w-50 {
    min-width: 50px !important;
    max-width: 50px !important;
    width: 50px !important;
}

.tw .w-28 {
    min-width: 28px !important;
    max-width: 28px !important;
    width: 28px !important;
}

.tw-cur {
    cursor: pointer;
}

.tw .fs-25 {
    
}

    .tw .fs-25 i {
        font-size: 25px;
        margin: 0;
    }

    .tw .fs-20 {

    }

        .tw .fs-20 i {
            font-size: 20px;
            margin: 0;
        }

/*.tw-help {
    font-family: monospace;
    font-size: 15px;
    border: solid 1px #ccc;
    padding: 10px;
    width: fit-content;
    padding-bottom: 0;
}*/
/*.tw-container {
    font-family: 'Poppins500';
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    margin: 20px 10px 0px 10px;
    text-transform: uppercase;
    border: solid 1px #ccc;
    background-color: #ccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.tw-body {
    border: solid 1px #ccc;
    margin: 0px 10px 0px 10px;
}

    .tw-body table {
        margin-bottom: 0px;
    }*/
