@font-face {
    font-family: Glober;
    src: url('../../markets/fonts/glober_regular-webfont.woff');
}
.section {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.section label {
    flex-basis: 55px;
    flex-shrink: 0;
}
.section:nth-child(2) {
    box-sizing: border-box;
    box-shadow: 0 1px 4px #000000;
    text-shadow: rgb(0, 0, 0) -1px 0px 1px;
}
select, input[type='number'] {
    font-size: 13px!important;
    font-family: sans-serif!important;
    padding: 6px;
    border-radius: 4px;
}

.section select {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
}
.body {
    max-width: 480px;
    margin: 0 auto;
    overflow: hidden;
}

.body, .body th, .body td {
    background-color: #333333;
    border-radius: 6px;
    font-family: arial, tahoma, sans-serif;
    font-size: 14.569px;
    font-weight: 400;
    text-shadow: rgb(0, 0, 0) -1px 0px 1px;
    color: rgb(187, 187, 187);
    text-align: left;
}
.body td, .td-like {
    color: #FFFFFF;
    font-family: arial, Tahoma, sans-serif;
}

.td-like {
    font-size: 0.9em;
}

.header {
    font-family: Glober;
    font-size: 17.1706px;
    color: #CCCCCC;
    box-shadow: 0 1px 4px #000000;
    text-shadow: rgb(0, 0, 0) -1px 0px 1px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
}
.table-container, .rest-container {
    padding: 0 15px;
}
.table-container table {
    width: 100%;
    border-spacing: 0 10px;
}
.input-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.input-container .child {
    flex-grow: 1;
    text-align: left;
}

.input-container .child > span {
    margin-left: 20px;
}

.btn {
    width: 100%;
    background: linear-gradient(to bottom, #1676B1 49%, #0D5480 50%, #0D5480 50%) repeat scroll 0 0 transparent;
    font-size: 1.2em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.3);
    height: 40px;
    margin: 10px 0;
    color: #FFFFFF;
    border: 0;
    border-radius: 5px;
}

input[type='radio'] {
    transform: scale(1.5);
}
input[type="number"] {
    box-sizing: border-box;
    width: calc(100% - 21px); /* full width minus whatever spacing the radio takes*/
}
.rest-container input[type="number"]:disabled{
    background-color: darkgrey;
}

.reset {
    color: #FFFFFF;
    margin: 0 auto 0 auto;
    display: block;
    width: 40px;
    text-decoration: none;
}

footer {
    color: #FFFFFF;
    margin: 10px 0;
    font-size: 0.9em;
}

.or {
    font-size: 23.4px;
    font-family: arial, tahoma, sans-serif;
    color: #FFFFFF;
    flex-basis: 60px;
}


.tooltip.tooltip.tooltip.tooltip.tooltip.tooltip.tooltip.tooltip.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    font-size: 1em;
}

.tooltip.tooltip.tooltip.tooltip.tooltip.tooltip.tooltip.tooltip.tooltip.tooltip-no-bottom {
    border-bottom: none;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -50px;
    border: 1px solid red;
    font-size: 1.1em;
    font-family: Arial;
    padding: 5px;
}

.tooltip .tooltiptext.tooltiptext-right {
    margin-left: -216px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.error-container {
    color: #DD4B39;
    background-color: #FED1D1;
    border: 1px solid #DD4B39;
    border-radius: 3px;
    text-shadow: none;
    margin: 15px;
    padding: 15px;
}