﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}



html, body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 16px;
}

input[type="submit"] {
    min-width: 90px;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
}

.title {
    font-size: 32px;
    font-weight: bold;
}

.title2 {
    font-size: 26px;
    font-weight: bold;
}

.popup {
    margin-top: 60px;
}
