:root {
    --themeBg: #fff;
    --themeTxt: #000;
    --themeAlt0: #f2f2f2;
    --themeAlt1: #fff;
    --themeAlt2: #555;
    --themeAlt3: #555;
    --themeMenu: #f9f9f9;
    --themeErr: red;
}
body {
    background: var(--themeBg);
    color: var(--themeTxt);
    background-size: 100% 100%;
}
.tiskMenu {
    margin-bottom: 30px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #000;
}
.timerInp { /* input div */
    text-align: center;
    visibility: hidden;
    position: relative;
    /* left: 50%; */
}
#displayArea {
    padding-top: 15px;
}
.timerDiv {
    color: var(--themeTxt);
}
.tI {
    color: var(--themeTxt);
}
input, input:focus, input:active {
    background: none;
    border: none;
    border-bottom: 1px solid var(--themeTxt);
    color: var(--themeTxt);
}
img {
    color: transparent;
    border: none;
}
button:focus {
    outline: 0 !important;
}
.btnTiskMenu {
    width: 50px;
    height: 50px;
    padding: 0;
    background-color: transparent;
}
.btnTheme {
    border-radius: 0;
    text-align: left;
}
.btnDel {
    /* color: var(--themeAlt2); */
    background: none;
    border: none;
}
.btnCpy {
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
}
.posCenter {
    position: relative;
    top: 0;
    /* left: -50%; */
}
.hider {
    display: none;
}
.shower {
    display: block;
    visibility: visible;
}

.ctr {
    text-align: center;
}

.tableLog {
    width: 100%;
    border: none;
    color: var(--themeTxt);
}
tr:nth-child(odd) {
    background: var(--themeAlt0);
    color: var(--themeAlt3);
}
tr:nth-child(even) {
    background: var(--themeAlt1);
    color: var(--themeAlt2);
}
th {
    background: var(--themeAlt0);
    color: var(--themeAlt3);
}

.err {
    color: var(--themeErr);
}

.controllers {
    padding: 0;
    margin: 0;
}
.tName {
    font-weight: bold;
}

@media (min-width:1200px) {
    .timerDiv {
        text-align: center;
        height: 300px;
    }
    .timerBtn {
        font-size: 210pt;
        line-height: 1em;
        border: none;
        background: none;
        padding: 0;
    }
    .tI { /* input fields */
        text-align: center;
        font-size: 150pt;
        border: none;
        background: none;
        width: 20%;
        padding: 0;
    }
    .tName {
        font-size: 30pt;
        height: 65px;
        width: 600px;
        text-align: center;
    }
    #displayArea {
        height: 300px;
    }
    .timerInp {
        height: 300px;
    }
    .btnCtrl {
        width: 90px;
        height: 90px;
        padding: 0;
        background-color: transparent;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .timerDiv {
        text-align: center;
        height: 300px;
    }
    .timerBtn {
        font-size: 180pt;
        line-height: 1em;
        border: none;
        background: none;
        padding: 0;
    }
    .tI { /* input fields */
        text-align: center;
        font-size: 110pt;
        border: none;
        background: none;
        width: 20%;
        padding: 0;
    }
    .tName {
        font-size: 30pt;
        height: 65px;
        width: 600px;
        text-align: center;
        -webkit-appearance: none;
        border-radius: 0;
    }
    #displayArea {
        height: 300px;
    }
    .timerInp {
        height: 300px;
    }
    .btnCtrl {
        width: 70px;
        height: 70px;
        padding: 0;
        background-color: transparent;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .timerDiv {
        text-align: center;
        height: 200px;
    }
    .timerBtn {
        font-size: 130pt;
        line-height: 1em;
        border: none;
        background: none;
        padding: 0;
    }
    .tI { /* input fields */
        text-align: center;
        font-size: 90pt;
        border: none;
        background: none;
        width: 20%;
        padding: 0;
    }
    .tName {
        font-size: 30pt;
        height: 65px;
        width: 400px;
        text-align: center;
        -webkit-appearance: none;
        border-radius: 0;
    }
    #displayArea {
        height: 250px;
    }
    .timerInp {
        height: 250px;
    }
    .btnCtrl {
        width: 50px;
        height: 50px;
        padding: 0;
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .timerDiv {
        text-align: center;
        height: 100px;
        padding: 0;
    }
    .timerBtn {
        font-size: 65pt;
        line-height: 1em;
        border: none;
        background: none;
        padding: 0;
    }
    .tI { /* input fields */
        text-align: center;
        font-size: 50pt;
        border: none;
        background: none;
        padding: 0;
        width: 25%;
        padding: 0;
    }
    .tName {
        font-size: 30pt;
        height: 65px;
        width: 85%;
        text-align: center;
        /* border-bottom: none; */
        -webkit-appearance: none;
        border-radius: 0;
    }
    #displayArea {
        height: 130px;
        padding: 0;
        margin: 0;
    }
    .timerInp {
        height: 130px;
    }
    .btnCtrl {
        width: 40px;
        height: 40px;
        padding: 0;
        background-color: transparent;
    }
}

table {
    table-layout: fixed;
    border: none !important;
}
td {
    word-wrap: break-word;
}
.table td, th {
    border-top: none !important;
}

.themeMenu {
    display: none;
    position: absolute;
    left: -75%;
    line-height: 0.5;
    background-color: var(--themeMenu);
    min-width: 150px;
    z-index: 1;
    text-align: left;
}
.themeMenu a, a:visited {
    color: var(--themeTxt);
    padding: 5px;
    text-decoration: none;
    display: block;
    text-shadow: none;
}
.themeMenu a:hover {
    color: var(--themeAlt0);
    background-color: var(--themeAlt3);
}
.themesShow {
    display: block;
}
::placeholder {
    color: var(--themeTxt);
}
::-ms-input-placeholder { /* Edge */
    color: var(--themeTxt);
}


/* info page */
.equalRowHgt::before {
    display: block;
}
.equalRowHgt {
    display: flex;
    flex-flow: row wrap;
}
/* .tiskVid {
    display: inline-block;
    vertical-align: middle;
    float: none;
} */
.tiskPromoBox {
    padding-left: 0;
    padding-right: 0;
}
.tiskInfoPg {
    font-family: "Helvetica", "Arial", "Georgia";
    font-size: 12pt;
}
a.tiskLink:link,
a.tiskLink:visited,
a.tiskLink:hover,
a.tiskLink:focus,
a.tiskLink:active
{
    color: #fff;
    font-weight: bold;
}
::-webkit-scrollbar { display: none; }