.neoBox {
	border: 1px solid #dbdbdb;
}

.neoBoxTitle {
	padding: 20px 30px 20px 14px;
	border-bottom: 1px solid #dbdbdb;
	text-transform: uppercase;
}

.neoBoxTitle span {
	/*color: #515151;*/
}

.neoBoxTitle .fa {
	margin-right: 10px;
}

.neoBoxContent {
	padding: 16px;
}

.neoTable {
	border: 1px solid #dbdbdb;
}

.neoTable thead th {
	border-bottom: 1px solid #dbdbdb;
	text-transform: uppercase;
	padding-right: 5px;
	/*padding-top: 20px;
	padding-bottom: 20px;*/
}

.neoTable thead th:first-child {
	padding-left: 14px;
}

.neoTable thead th:last-child {
	padding-right: 30px;
}

.neoTable thead .fa {
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.neoTable tbody tr:first-child td {
	padding-top: 16px !important;
}

.neoTable tbody tr td:first-child {
	padding-left: 16px !important;
}

.neoTable tbody tr td {
	padding-bottom: 10px;
}

.neoTable tbody tr td:last-child {
	padding-right: 30px !important;
	text-align: right !important;
}

.neoTable tbody tr:last-child td {
	padding-bottom: 16px !important;
}