	.btn-support {
	  background: #4169E1;
	  color: #F0F8FF;
	  border: none;
	  -moz-box-shadow: none !important;
	  -webkit-box-shadow: none !important;
	  box-shadow: none !important;
	  margin: 0px 0px 20px 0px
	}
	.btn-support:hover, .btn-support:focus {
	  background: #6185f0;
	  color: white;
	}
	.btn-support:active {
	  background: #6185f0;
	}
	
