@charset "utf-8";
span.red{color:#c00;}
.buttons a.btn{ margin-left:65px;}

/*table tbody tr th{
	width:240px;
}*/
table tbody tr td{
	text-align:center;
}
table.purchases tbody tr th{
	text-align:center;
}
table.purchases tbody tr td:nth-child(2){
	text-align:left;
}
span.parenthesesText{
	font-size:12px;
}

ul{
	margin:0;
	padding-left:20px;
}
 ul li{
	 padding:5px 0;}

ul.dates li{
	position:relative;
}	
	ul.dates li span.time{
		position:absolute; left:400px;
	}

p.office{ margin:5px 0 0;}	
p.office span{
	display:block;
	height:22px;
	padding-left:30px;
	line-height:22px;
	margin-bottom:10px;
}
p.office span.tel{
	background:url(../images/tel.png) 0 50% no-repeat;
	background-size:22px;
}
p.office span.fax{
	background:url(../images/fax.png) 0 50% no-repeat;
	background-size:22px;
}
p.office span.email{
	background:url(../images/email.png) 0 50% no-repeat;
	background-size:22px;
}