.wc-success
{
	background-color:#f1f1f1;
	border:3px solid #00932E;
	color:#000;
}
.wc-error
{
	background-color:#f1f1f1;
	border:3px solid #D34C45;
	color:#000;
}
.wc-error,
.wc-success
{
  padding:5px;
  margin-top:10px;
}
#wc-loader
{
  display:none;
  width:100%;
  padding-top:10px;
  text-align:center;
}
.wc-error .cta-button,
.wc-success .cta-button
{
  text-align:center;
}
.wc-text
{
  background:#f9f9f9;
  padding:5px 10px 10px 10px;
}
.wc-head
{
  width:100%;
  display:block;
}
#wc-form
{
margin:0;
}
#wc-url, #wc-button {
	float:left;
}
#wc-url {
	width:210px;
}
@media (max-width: 1200px) {
  #wc-url {
  	width:144px;
  }
}