﻿#fee-table
{
	/*border: 2px solid #F3B47F;
	border-radius: 7px;*/
	line-height: 1.4em;
	margin-bottom: 20px;
}

.table > tbody > tr > th {
    border-top: none;
}

#fee-table td {
	padding: 5px;
	vertical-align: top;
    line-height: 25px;
    text-align: left;
    font-size: 16px !important;
}

#fee-table th {
	font-weight: normal;
	font-size: 18px;
	color: white;
	padding: 10px;
}

#fee-table .th {
    background-color: #F3B47F;
}

#fee-table tr:nth-child(even) {
    background-color: #f7f7f7;
}

#fee-table sup {
    font-size: 12px;
}

#fee-table th:nth-child(2), #fee-table th:nth-child(3), #fee-table th:nth-child(4), #fee-table tr th:nth-child(5) {
    text-align: center;
}

#fee-table tr td {
    text-align: center;
}