#content{
	background-color: white !important;
	color: #464F46 !important;
}

.ulCustom{
	margin:0px!important;
}

div.wSection {
    padding: 80px 20px 80px 20px !important;
	max-width:1240px !important; 
	background-color: white !important;
	color: #464F46 !important;
}

.summaryCard {
    padding: 20px;
    margin-right: 30px;
	margin-bottom:60px;
    border: 1px solid #dedede;
    border-radius: 10px;
    box-shadow: 0px 0px 1px 1px #ebebeb;
	font-size: 18px;
	
}

@media only screen and (max-width: 600px) {
  .summaryCard {
    margin-right: 0px !important;
  }
}

.data{
	width:55%;
}


.returnButton{
	background-color: white !important;
	border-color: #E9C779 !important;
	color: #464F46 !important;
	width: 100% !important;
}

.returnButton:hover{
	background-color: #E9C779 !important;

}


.cardButton{
    width:100%!important;
    background-color: #000000  !important;
	border-color:#000000 !important;
	color: white !important;
	font-weight: 500;
}

.cardButton:hover{
    background-color:#E2E2E2 !important;
	border-color:black !important;
	border-width: 1px !important;
	color: black !important;
	font-weight: 500;
}
.card-footer {
  background: transparent;
  border-top: 0px;
}

.d-input{
	display: inline-block;
}