﻿body {
    padding:0px;
    #background-size:cover;
    #background-image:url("../Images/backcolor1.png");
}

/* Set padding to keep content from hitting the edges */
#body-content {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    #padding-left:5%;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#header_base{
    background-color:forestgreen;
    width:100%;
}
#header_title {
    text-align:left;
    font-size:x-large;
}

#user {
    text-align:right;
}
#content_title{
    margin:10px 0px 10px 0px;
    padding:5px;
    border-style:solid;
    border-color:forestgreen;
    border-width:0px 0px 1px 10px;
    font-size:large;
}
td{
    vertical-align:middle;
}
canvas{
    height: auto !important;
    width: 100% !important;
}