body {
    font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
#navbar {
    background-color: #44add9;
    padding: 10px;
}
.form-control {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: auto;
    padding: 10px;
}
.form-group select {
    height: 42px;
}
.btn-info {
    background-color: #4abcec;
    height: auto;
}
.top40 { margin-top: 20px; }
.top20 { margin-top: 10px; }
.top10 { margin-top: 5px; }

.helpdanger {
    color: #a94442;
}
h1 {font-size: 24px; !important;}
h3 {font-size: 18px;}

@media only screen and (min-width : 768px) {
    h1 {font-size: 36px;}
    h3 {font-size: 24px;}

    .top40 { margin-top: 40px; }
    .top20 { margin-top: 20px; }
    .top10 { margin-top: 10px; }
}