.eb-event-date {
    background-image: none!important;
    border-radius: 100%;
    font-family: inherit;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #006599;
}

.btn {
  background-color: #5cb75c;
  color: #ffffff;
    text-shadow: 0 0px 0px;
  
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px/100% Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: .8em 1em .8em;
	text-shadow: 0 0px 0px rgba(0,0,0,.3);
	-webkit-border-radius: 0em; 
	-moz-border-radius:0em;
	border-radius: 0em;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	box-shadow: 0 0px 0px rgba(0,0,0,.2);
background-color: #1a478e !important;
}