/* @group Text Detail Page(s) */

.model-block {
	padding-bottom: 25px;
}

.model-block.last {
	padding-bottom: 0;
}

.price-table {
	margin-top: 12px;
}

.price-table th {
	font-weight: bold;
}

.price-table th,
.price-table td {
	padding: 6px 3px 2px 5px;
	border: 1px solid #dedfe0;
}

.price-table th.period,
.price-table th.price {
	width: 200px;
}

.price-table th.three-row {
	width: 135px
}

.price-table tr.alt {
	background-color: #f9f9f9;
}

/* @end */