﻿html {
    font-size: 1rem;
}

.ev-col-1 {
    width: 8.33333%
}

.ev-col-1-5 {
    width: 12.5%
}

.ev-col-2 {
    width: 16.66666%
}

.ev-col-3 {
    width: 25%
}

.ev-col-4 {
    width: 33.33333%
}

label {
    margin-right: 1rem;
}

h5 {
    margin-top: 2rem;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    html {
        font-size: 0.8rem;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    html {
        font-size: 0.6rem;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    html {
        font-size: 0.6rem;
    }
}