html { font-size: 14px; }

@media (min-width: 768px) {
    html { font-size: 16px; }
}

html { position: relative; min-height: 100%; }

.btn.btn-primary { background-color: #36B5EE !important; border-color: #36B5EE !important; }

.rig-container[disabled]{
    opacity: 0.3;
}

.rig-container { position: relative; font-size: 24px; }
    .rig-container .canopy-size {
        font-size: 26px;
        font-weight: bold;
        margin-top: 1.5rem !important;
        padding: .35em .65em;
        display: inline-block;
        /*background-color: #36B5EE !important;*/
    }

.shadow-lg { box-shadow: 0 1rem 1.5rem rgba(0,0,0,.175) !important; }

.xd-blue { color: #36B5EE !important; }
.font-bold { font-weight: bold; }

.blockPrice{
    width: 100%;
    vertical-align: middle;
}

.saving{
    color: red;
}

#initialButtons button.btn{
    width: 32%;
}