.sb-embed-wrapper{
	text-align:center;
	padding:1rem;
	border: solid 2px rgb(239, 65, 54);
	margin-top:1rem;
	margin-bottom:1rem;
	color:#000000;
	background-color:#ffffff
}

.sb-embed-wrapper h3{
	font-weight:bold;
	color:#000000;
}

.sb-embed-wrapper label.RadioTabs-tab{
	font-weight:bold;
}

.sb-embed-wrapper .monthly-other,.sb-embed-wrapper .onetime-other{
	width:9rem;
	display:inline-block;
	margin-top:5px;
}

.monthly-amount-labels, .onetime-amount-labels{
	font-weight:bold;
	font-size:1.1rem;
	border:2px solid #000000;
	padding:2px;
	width: 65px;
	border-radius:10%;
	color:#000000;
	margin-right:5px !important;
	margin-top:5px;
}
.amt-radio-clicked{
	color:#ffffff;
	background-color:#000000;
}

.monthly-amount-radios, .onetime-amount-radios{
	display:none;
}

.RadioTabs-tab{
	display:inline-block;
	vertical-align: baseline;
	margin-left: .5rem;
	margin-right: 1rem;
	margin-bottom: 0;
}

.monthly-amount-labels, .onetime-amount-labels{
	display:inline-block;
	vertical-align: baseline;
	margin-left: .25rem;
	margin-bottom: 0;
}

.sb-embed-wrapper ::placeholder {
  color: #777777;
  opacity: 1; /* Firefox */
}

.sb-choice-radios{
	padding-top:5px;
	margin-top:5px;
	border-top:1px solid #000000;
}

#monthly-give-button, #onetime-give-button{
	text-transform:uppercase;
	padding: 5px 10px;
	color: #ffffff;
	background:rgb(239, 65, 54);
	border:2px solid black;
	font-weight:bold;
	border-radius:20px;
	cursor: pointer;
	
}

.sb-linebreak{
	display:none;
}

@media (max-width: 30em) {
	
	.sb-linebreak{
		/*display:block;*/
	}
	
}