body {
 	color: black; 
}

p {
    padding: 0;
  	margin: 0;
}

.store-widget-button {
	width: 100%;
	background: #c00001 !important;
	text-align: center;
	padding: 14px 0 14px 0 !important;
	border-radius: 6px !important;
	font-family: Arial !important;
}

.store-widget-button:hover {
	background: #910000 !important;
}

.store-widget-button a {
	color: white;
}

.store-row-divider {
	height: 50px;
}