body { 
    padding-top: 65px; 
}


.greybackground{
	color: white;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom left, #444552 30%, #140F1B 90%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom left, #444552 30%, #140F1B 90%);

/* Opera */ 
background-image: -o-linear-gradient(bottom left, #444552 30%, #140F1B 90%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.3, #444552), color-stop(0.9, #140F1B));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom left, #444552 30%, #140F1B 90%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top right, #444552 30%, #140F1B 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#444552',
		EndColorStr='#140F1B', GradientType=1);
}

.border {
/*    border: thin solid #636363;*/
    padding: 5px;
}

.page-header {
  padding-bottom: 9.5px;
  margin: 0px 0 21px;
  border-bottom: 1px solid #dddddd;
}