﻿html, body {
    padding-top: 20px;
 padding-bottom: 20px;
    /*height: 100%;
    margin: 10px;
    font-size: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left:  5px;
    padding-right: 15px;
}

.small-inputform {
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight:bold;
    font-size: 20px;

}

.ReportFormat1 textarea {
    width : 1000px;
    height : 500px;
    resize:both;
}

.ReportFormat2 textarea {
    width : 100px;
    height : 30px;

}
.btn {
    width:195px;

}

.row3 {
  margin-left: 5px;
  margin-right: -15px;

}




.btn-default{

    font-size:17px;
     border: 2px solid black;
     border-bottom:4px solid black;
    font-family:'Microsoft Sans Serif';
    font:900;
}


 div.rel2{
    position:relative;
    left:10px;
}
/* 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;
    vertical-align:text-bottom;
}

/* Set width on the form input elements since they're 100% wide by default
    Watch this value, keeps defaulting to 300.  must stay at 700px to display
    the textAreaFor properly
*/
input,
select,
textarea {
    resize:both;
    max-width:1000px;
}

.showcss{ display:block;}
.hidecss{ display:none;}


   