﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Open Sans";
}

h1,h2,h3,h4 {
    font-family: "Bitter";
}

.navbar-brand {
    font-family: "Bitter";
}

.h1-sts {
    font-size: 0.5em;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: inherit;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.vps-well{
    background: rgb(190, 250, 123);
}

.code-well{
    background: rgb(111, 212, 219);
}