.uk-form-label b {
    color: red;
    margin-left: 2px;
}

.uk-tracer-size {
    display: block;
    width: 100%;
    height: 150px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.uk-tracer-size input[type="radio"] {
    display: none;
}

.uk-tracer-size.uk-active {
    background-color: #ffb9a2;
}

.uk-tracer-size:hover:not(.uk-active) {
    background-color: #ffd8cb;
}

.uk-table-quote th {
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    max-width: 150px;
}

.uk-table-quote input[type="number"] {
    min-width: 65px;
}