div, table, td, th{
	padding: 10px;
}
table{
	border-collapse: collapse;
}
#description{
	padding: 0;
	border: 1px solid black;
}
#client-info, table, td, th{
	border: 1px solid silver;
}
#container{
	border: 1px solid black;
}
#footnote{
	font-size: 14px;
}
#consultant-name{
	font-size: 40px;
}
#payment-cell{
	text-align: right;
}
table tr:last-child td:last-child{
	border: 2px solid black;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#container{
	width: 800px;
}
#info-section{
	height: 200px;
}
#consultant-info, #bill-info{
	float: left;
	width: 300px;
}
#client-info, #client-info, #bill-info{
	float: right;
	width: 300px;
}
#bill-info{
	clear: both;
}
table{
	width: 100%;
}
table td:first-child{
	width: 90%;
}
table td:last-child{
	width: 10%;
}