.yc-blue{
	color:          #fff!important;
	background:     #00adef!important;
}
.yc-hover-blue:hover{
	color: #fff!important;
	background-color: #00adef!important;
}
.yc-green{
	color:          rgb(0,0,0)!important;
	background:     #86bd3c!important;
}
.yc-hover-green:hover{
	color:rgb(0,0,0)!important;
	background-color:#86bd3c!important
}
.w3-ul li {
	border-bottom: 0px!important;
}

.w3-padding-256{
	padding-top:256px!important;
	padding-bottom:256px!important
}
.input-dollar {
	padding-left: 20px !important;
}
.input-dollar-div {
	position: relative;
}
.input-dollar-span {
	position: absolute;
	top: 24px;
	left: 20px;
	font-size: 16px;
}
