html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
	font-weight: 120;
	font-family: 'Verdana';
        vertical-align: top;
}

.container {
	text-align: center;
	display: table-cell;
}

.content {
	text-align: center;
	display: inline-block;
        margin-left: -15px;
        margin-right: -15px;
}

.title {
	font-size: 96px;
}

header {
        background: #000088 none repeat scroll 0 0;
        color: #ffffff;
        line-height: 1;
        width: 100%;
        vertical-align: bottom;
        font-family: 'Lato';
}

footer {
        height: 50px;
        width: 100%;
        color: #ffffff;
        background-color: #000088;
	display: table;
	vertical-align: middle;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        text-align: center;
}

div.dataTables_wrapper {
        width: 1200px;
        margin: 0 auto;
    }
    
p   {
      padding-left: 10px;  
    }

    
    