#ep-ajanlo {
width:350px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
font-family: 'Open Sans', sans-serif;
font-size:12px;
margin:0 auto;
background-color: #bf1e2e;
}

.ep-scroller ul {
    margin: 0;
    padding: 0;
}
li.ep-item {
    list-style:none;
    display:block;
    padding-left: 45px;
    position: relative;
     height: 40px;
    overflow: hidden;
}
li.ep-item:nth-child(even) {
    background-color: #c4404b;
}
li.ep-item:hover {
    background-color: #d46873;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    cursor: pointer;
}
h3.ep-cim {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 4px 0 0 0;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
h3.ep-cim a {
    color: #fff;
    text-decoration: none;
}
.ep-date {
    left: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 1px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px;
    height: 40px;
    font-family: 'Jura', sans-serif;
    box-sizing: border-box;
}
.ep-date .ep-ho {
    color:#fff;
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding-top: 4px;
    text-transform: uppercase;
}
.ep-date .ep-nap {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 16px;
}
.ep-hely {
    margin: 0;
    padding-top: 0;
    color: rgba(255,255,255,0.75);
    font-size: 11px;
    font-style: italic;
    font-weight: 300;
    line-height: 10px;
}
