﻿
html, body {
   width:100%;
		height:100vh;
		margin:0em;
        max-width: 100%;
     overflow:hidden;
        font-family: "helvetica";

}

body {
     background-color: #fff;
    border-left: 1px solid #fff;
     border-right: 1px solid #fff;
    /*border-top: solid 10px #24b574;*/
   
    font-size: 13px;
   font-family: "helvetica";
    /*text-indent: 1em;*/
   
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
    margin-top:1px;
      height:100%!important;
      width:100% !important;
              max-width: 100%;
     overflow-x:hidden;
      
}
.row{

    margin-left:0px;
    margin-right:0px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
