﻿/* ODVS MasterPage custom CSS
------------------- */
#app-custom body {
    padding-top: 0;
}
#app-custom h2 {
    font-size: 20px;
    color: #700017;
}
/* The html and body elements cannot have any padding or margin. */
#app-custom html, body {
    height: 100%;
}
/* Wrapper for body content */
#app-custom .wrapper {
    height: auto !important;
    margin: 0 auto;
    /* top, right, bottom, left padding */
    padding: 0 10px 40px 10px;
    max-width: 900px;
}
#app-custom p {
    font-size: 16px;
}
/* sets the default height and width of asp multi-line text boxes */
#app-custom .multi-line-input {
    height: 60px;
    max-width: 100%;
}
#app-custom .btn-lg {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #6b0015;
}
#app-custom .btn-primary:hover {
    background-color: #840019;
}
