@charset "utf-8";
/* CSS Document */

body{
  background: #fff;	
}

.add-to {
		 background-color: #fff; 
		 width: 30%;
		 margin-top:0px ! important;
		 margin-bottom:0px;
		 
		} 
		
.add-to-btn {
	background-color: #E02D44; 
	color: white; 
	/*border: none;*/ 
	border-radius:16px;
	margin-top:0px ! important;
	margin-left:10px;
	outline:none; 
	
	font-weight: bold; 
	width: 100%; 
	height: 50px; 
} 