
.container{
width: auto;
padding-right: 0px; 
padding-left: 0px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .timer-size{
        font-size: 20vw;
    }
    
    .total-size{
        font-size: 8vw;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .timer-size{
        font-size: 13vw;
    }
    
    .total-size{
        font-size: 5vw;
    }
}

.header{
    height: 70px;
    background-color: red; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #FBA02C, #EC195B);
}

.title{
    margin: 0 auto;
    float: none;
}

.header h3  {
    color: white;
    font-size: 1.7em;
    margin: 0;
    padding-top: 8px;
    padding-left: 30px;
}

.header h4  {
    color: white;
    font-size: 1.3em;
    margin-top: 0;
    padding-top: 3px;
    padding-left: 30px;
}

.fill { 
    min-height: 80%;
    height: 80%;
}

.side{
    /*background-color: lightgrey;*/
    align-content: center;
    text-align: center;
    /*height: 1000px;*/
}

.middle{
    /*background-color: lightblue;*/
    align-content: center;
    text-align: center;
    margin: 0 auto;
    /*padding-top: 100px;*/
}

.middle-top{
    height: 100px;
    align-content: center;
    text-align: center;
    padding-top: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
}

.middle-after-top{
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

.container-fix{
    margin: 0px;
}

.text-box{
    padding-top: 80px;
}

.buttons{
    padding: 20px;
}

.ui-widget button{                
font-size: 14px !important;          
}

.col1{
    min-width: 100px;
    max-width: 150px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.col2{
    width: 100px;
}

.col3{
    max-width: 150px;
    min-width: 100px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

#btnCalc, #btnCalc-tax{
    width: 100px;
    background-color: #F66C46;
    border-color: #EE2759;
}

#btnClear, #btnClear-tax{
    background-color: lightgray;
    border-color: lightgray;
}

.calc-table{
    max-width: 400px;
    min-width: 320px;
}

.info{
    max-width: 400px;
    min-width: 320px;
    display: inline-block;
}

#tabcontainer{
    margin-top: 10px;
}

#tabheader{
    max-width: 400px;
    min-width: 320px;
}

#vat-shortcuts{
    margin-top: 7px;
}
