@charset "UTF-8";
/* CSS Document */

body{
	background-color: #748B8C;
	color: white;
}
table, tr, td{
}
.joblist{
	background-color: white;
	color: black;
	border: 1px solid black; 
	padding: 0 10px 0 10px;
}
h1{
font-family: helvetica;

}
header{
background-color: #353F40;
  width:100%!important
}
p{margin:0 !important;}

div.headerTxt{display:inline-block}

@media only screen and (max-width: 992px){
.headerBtn{
float: none !important; 
}
.headerTxt{
float: !important;
text-align: middle;
  }
div.headerTxt{
  display:block;
  margin-bottom: 5px;
  }
}