﻿@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Oswald);

body, html {
    height:100%;
}

body {
    font-family: 'Open Sans', Helvetica, sans-serif;
    overflow-y:scroll;
    line-height:1.5em;
    background:#F2F2F2;
    background-size:cover;
}

.container {
    max-width: 800px;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {  
    font-family: 'Oswald', Helvetica, sans-serif;
}

.validation {
    color:#ff0000;
}

footer {
    color:#666;
    padding:10px;
    line-height:1em;
}

footer a {
    color:#666 !important;
}

.ico {
    height:35px;
}

.content-inside {
    background:#FFF;
    padding:30px;
    margin-bottom:15px;
}

.checkboxlist td {
    padding-right:10px;
}

.instruction {
    font-size:11px;
    font-weight:normal;
    color:#AAA;
}

input[type=text], textarea {font-size:16px !important;}

@media (min-width: 768px) {
    .row.equal-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
}