body, div, p, label, input, button, select, textarea {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 200;
    letter-spacing: 0.3px;
}

h1, .modal h3 {
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 23px;
}

h1 {
    border-bottom: 3px solid black;
    padding-bottom: 5px;    
}

.strong
{
    font-weight: 700;
}


.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 13px;
    line-height: 17px;
}




/* Increase the font size a little on phones */
@media (max-width: 767px), (max-width: 480px) {

    body {
        font-size: 14px;
        line-height: 20px;
    }

}



/* PRINT */

@media only print {

    body {
        padding-top: 0;
        padding-bottom: 0;
    }

}
