﻿
div.d-row .row:nth-child(odd) {
    background: #f5f5f5 !important;
}

.info-panel:hover {
    cursor: pointer;
    background: yellow;
}

.radio .caption, .radio .check {
    /*font-size: 1rem !important;*/
}

.button.medium {
    font-size: 1.1rem;
    height: 46px;
    line-height: 36px;
}
