.sb-embed-wrapper{
	text-align:center;
	padding:1rem;
	background-color: #732C6E;;
	margin-top:1rem;
	margin-bottom:1rem;
	color:#ffffff
}

.sb-embed-wrapper label.RadioTabs-tab{
	font-weight:bold;
	color:#ffffff;
}

.sb-embed-wrapper .monthly-other,.sb-embed-wrapper .onetime-other{
	width:11rem;
	display:inline-block;
	margin-top:5px;
}

.monthly-amount-labels, .onetime-amount-labels{
	font-weight:bold;
	font-size:1.1rem;
	border:2px solid #ffffff;
	padding:4px;
	width: 75px;
	border-radius:10%;
	color:#FFFFFF;
	margin-right:5px !important;
	margin-top:5px;
}
.amt-radio-clicked{
	color:#732C6E;
	background-color:#ffffff;
}

.monthly-amount-radios, .onetime-amount-radios{
	display:none;
}

.sb-embed-wrapper ::placeholder {
  color: #777777;
  opacity: 1; /* Firefox */
}

.sb-choice-radios{
	padding-top:5px;
	margin-top:5px;
	border-top:1px solid #ffffff;
}

#monthly-give-button, #onetime-give-button{
	text-transform:uppercase;
	padding: 5px 10px;
	color: #732C6E;
	background:#ffffff;
	border:2px solid #ffffff;
	font-weight:bold;
	border-radius:20px;
	cursor: pointer;
	
}

.sb-linebreak{
	display:none;
}

@media (max-width: 40em) {
	
	.sb-linebreak{
		display:block;
	}
	
}