@import "app-reset.css";

.box-application .app-dailyrates { width: 998px; }
.box-application .app-dailyrates:after {
	content: "";
	display: table;
	clear: both;
}
.box-application .app-dailyrates h2 {
	font-size: 26px;
	line-height: normal;
	margin-bottom: 20px;
}
.box-application .app-dailyrates table.data-xy {
	margin-bottom: 30px;
	width: 100%;
}
.box-application .app-dailyrates table.data-xy th {
	padding: 0 10px;
	font-size: 12px;
}
.box-application .app-dailyrates table.data-xy th.header-gray {
	text-align: left;
	width: 275px;
}
.box-application .app-dailyrates table.data-xy th.header-green { width: 135px; }
.box-application .app-dailyrates table.data-xy td.align-right {padding-right: 30px !important; }
.box-application .app-dailyrates table td:nth-of-type(4),
.box-application .app-dailyrates table td:last-of-type { text-transform: uppercase; }