.tcc-form-wrap .tcc-custom-amount{
	display:inline-block;
	padding: 10px;
	font-size:30px;
	border:2px solid #052d49;
	background-color:white;
	font-weight:bold;
	width:31%;
	margin-right:2%;
	margin-bottom:2%;
}
.tcc-form-wrap .tcc-custom-amount:nth-child(3n){
	margin-right:0;
}
.tcc-form-wrap input[type="text"]{
	border:2px solid #052d49;
	background-color:white;
	font-size:25px;
	padding:5px 20px;
	width:100%;
}
.tcc-form-wrap .fields-wrap{
	width:90%;
	margin:auto;
}
.tcc-custom-amount:hover,
.tcc-custom-amount.selected-amount{
	color:white;
	cursor:pointer;
	background-color:#052d49;
}
.tcc-form-wrap{
	text-align:center;
	background-color:#00a8c4;
	padding-top:20px;
}

.tcc-form-wrap .go-to-form{
	display: block;
	width:100%;
	color:white;
	background-color:#052d49;
	text-align:center;
	border:none;
	font-size:30px;
	padding:10px;
	margin-top:20px;
}
.tcc-form-wrap .go-to-form:hover{
	opacity:.8;
	color:#00a8c4;
	cursor: pointer;
}

@media(max-width:540px){
	.tcc-form-wrap .tcc-custom-amount{
		width:100%;
	}
}