/* GRID BASED ([{"device":"mobile","options":{"gutter":"15","columns":12,"width":"100%"}},{"device":"tablet","options":{"gutter":"15","columns":12,"width":"90%"}},{"device":"desktop","options":{"gutter":"15","columns":12,"width":"80%","maxWidth":"1232px"}}]) */
 body, td, th {
    font-family: Lato, sans-serif;
}
.content {
    min-height: 1244px;
}
@media only screen and (min-width : 768px) {
    .content {
        min-height: 300px;
    }
}
@media only screen and (min-width : 1024px) {
    .content {
        min-height: 300px;
    }
}