#RetiredRidesHolder {
	display: block;
	position: relative;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.RetiredRidesColumn {
	display: block;
	width: 340px;
}

.RetiredRidesHeadingName {
	display: block;
	width: 235px;
	float: left;
	padding-bottom: 10px;
}

.RetiredRidesHeadingDate {
	display: block;
	width: 90px;
	float: right;
	text-align: center;
	padding-bottom: 10px;
}

.RetiredRidesColumnName {
	display: block;
	width: 235px;
	float: left;
	padding-bottom: 5px;
}

.RetiredRidesColumnDate {
	display: block;
	width: 90px;
	float: right;
	padding-bottom: 5px;
	text-align: center;
}
