/** Stylesheet for transactions.php **/

.transactions-row {
	clear: both;
/*	height: 50px;*/
	width: 100%;
	border-bottom: 1px solid #FF8E1D;
	margin-top: 5px;
}
.transactions-col1 {
	float: left;
	width: 23%;
}
.transactions-col2 {
	float: left;
	width: 15%;
}
.transactions-col3 {
	float: left;
	width: 50%;
}
.transactions-col4 {
	float: left;
	width: 12%;
}
