@charset "UTF-8";
/* CSS Document */

#clients_list_container {
	float:left;
	width:50%;
	margin:20px 0 0 0;
	/*border-top:4px solid #ddd;*/
}

#client_profile h1 {
	color:#00a1cd;
	font-weight:bold;
	}
	
#client_profile span {
	color:#717171;
	font-weight:normal;
	font-size:0.7em;
	}
	



table#reservation_list {
		width:100%;
		margin:0 0 15px 0;
		}
	
	#reservation_list tr {
		
		}
	
	#reservation_list td {
		border-bottom:1px solid #ddd;
		padding:4px 5px 4px 0;
		}
	
	#reservation_list th {
		color:#bbb;
		width:60px;
		vertical-align:top;
		border-bottom:1px solid #ddd;
		}
	
	#reservation_list #price {
		font-weight:bold;
	
		}
	

