.img-transfer-table {
	width: 100px;
}

#transfer-price thead tr {
	background: #ffff;
	color:#02A4D5;
	border-bottom-width: 0px;
	text-align: center;
}

#transfer-price thead tr:first-child th {
	border-bottom-width: 0px;
	border: 0px;
}

#transfer-price thead tr:nth-child(3) {
	background: linear-gradient(#01A9DA, #0784B3);
	border-bottom-width: 0px;
	color:#FFFF;
}

#transfer-price thead tr:first-child th div {
	text-align: center;
	font-size: 30pt;
	padding: 0px;
	border-bottom: 5px solid #0593C3;
}

#transfer-price thead tr:nth-child(2) th {
	border: 0px;
	padding: 0px;
	padding-top: 0px;
}

#transfer-price thead tr:nth-child(2) th div, tr:nth-child(3) th div {
	text-align: center;
	border-bottom-width: 0px;
}

#transfer-price thead tr:nth-child(3) th, #transfer-price tbody tr td {
	border-left: 4px solid #ffff;
	border-right: 4px solid #ffff;
}

#transfer-price thead tr:nth-child(3) th div:first-child {
	font-size: 30px;
}

#transfer-price tbody {
	color: #00498F;
	font-weight: 300;
}

#transfer-price tbody tr td:first-child {
	text-indent: 2.5em;
	list-style-type: circle;
	border-left: 0px;
}

#transfer-price tbody tr td:not(:first-child) {
	text-align: center;
}

#transfer-price tbody tr td:nth-child(4) {
	border-right: 0px;
}

#transfer-price tfoot {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	background: linear-gradient(45deg, #01A9DA, #08709E);
}
