/********** Universal Styles **********/

body {
  background-color: gray;
  height: 100vh;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'DOSFont';
}

h3 {
    border-bottom: solid 1px;
}

textarea {
    width: 100%;
}

@font-face{ 
	font-family: 'DOSFont';
	src: url('http://www.celeritasdata.com/fonts/perfect_dos_vga_437-webfont.eot');
	src: url('http://www.celeritasdata.com/fonts/perfect_dos_vga_437-webfont.eot?#iefix') format('embedded-opentype'),
	     url('http://www.celeritasdata.com/fonts/perfect_dos_vga_437-webfont.woff') format('woff'),
	     url('http://www.celeritasdata.com/fonts/perfect_dos_vga_437-webfont.ttf') format('truetype'),
	     url('http://www.celeritasdata.com/fonts/perfect_dos_vga_437-webfont.svg#webfont') format('svg');
}

/********** All the rest **********/

div[class^="container-fluid"]{
    background-color: gray;
}

div[class^="col-sm-"]{
    background-color: gray;
}

textarea {
   background-color: #0066ff; 
   color: white;
}

.subheadings {
    font-size: 1.25em;
    color: #FFF000;
    background-color: gray;
    border: dashed 1px;
    padding-left: 1em;
    margin-bottom: .5em;
}

.copytext {
    border-bottom: dashed 1px;
    width: 100%;
}

.col-sm-2 {
    overflow: scroll; 
}

.col-sm-3 {
    overflow: scroll; 
}

.banner_gry {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: .5em;
    font-size: .75em;
    font-style: italic;
    background-color: #dddddd;
}

.banner {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: .5em;
    font-size: .75em;
    font-style: italic;
}

.cvrtab {
    font-size: .75em;
    text-align: left;
}

.inputs {
    width: 100%;
}

.label {
    font-size: 1.0em;
    text-align: left;
}

.txtin {
    font-size: .75em;
    float: right;
}

#row01 {
    height: 50vh;
    margin-top: 1em;
}

#dsc {
    width: 100%;
}

#cvrpst {
    margin-top: 1em;
    width: 100%;
}

#ptyppst {
    width: 100%;
}

#pamnpst {
   width: 100%; 
}

#pstrpst {
   width: 100%; 
}

#pfinpst {
    width: 100%;
}

#pgdrpst {
    width: 100%;
    margin-bottom: 1em;
}

#despst {
    margin-top: 1em;
    width: 100%;
}

#constdpst {
    width: 100%;
}

#isspst {
    width: 100%;
}

#cvrtxt {
    height: 100%;
}

#pdtxt {
    height: 100%;
}

#condoctxt {
    height: 100%;
}

#row02 {
    height: 50vh;
    margin-top: 1em;
}

