body{
	
	display:none;
}

.client{
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width:1200px;
	padding:0px;	
}

.rowcell{
	border: 1px solid;
	padding:8px;
	text-align:left;	
}

tr:nth-child(even) {
	
    background-color: #dddddd;
}
.middle{
	 display:table;
	 margin-left:auto!important;
     margin-right:auto!important;
	
}

#header{
	width:100%;
	
	background-color:#f1f1f1;
	margin-bottom:10px;
}

.logout{
	
	float:right;
	margin-right: 25px;
}

.logo{
	 margin-left:50%;
	 
	
}


    /*David
    display:table!important;
    position:relative;
    background-color:#f1f1f1!important; /*e2e2e2
    margin-left:auto!important;
    margin-right:auto!important;
    border:thick!important;
    border-color:black!important;
    box-shadow: 0 0 10px #000;
    width:400px!important;

    border-bottom-right-radius: 7px!important;
    border-bottom-left-radius: 7px!important;
    border-top-right-radius: 7px!important;
    border-top-left-radius: 7px!important;*/*/
}

