.frontpage_event{margin-top: 10px;}

.event{
	background-color: transparent !important;
}

.viewer_event{
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
    background: #eee;
    font-family: "Change Din","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    border: 1px solid #ececec;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0,.25);
    position: relative; 
}

.viewer_event .viewer_event_inner{
    padding: 10px;
    margin-top: 30px;
}
.viewer_event .viewer_event_inner li{
    margin-bottom: 7px;
}
.viewer_event a{
    color: #4b4f4f;
}
.viewer_event time{
    color: #9b9f9f;
}