#topEventPremium .headline{
    background-image: -moz-linear-gradient(center top , #fd5752, #ed1c24);
    background-image: -webkit-linear-gradient(top, #fd5752, #ed1c24);
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 10px;
    font-family: Tahoma,Arial;
}
#topEventPremium .kicker{
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
}
#topEventPremium .subheadline1{
    display: block;
}
#topEventPremium .vhide{
    display: none;
}
#topEventPremium .wrap{
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    position: absolute;
    width: 100%;
}
#topEventPremium .col-md-6{
    margin-bottom: 20px;
    overflow: hidden;
}
#topEventPremium .col-md-6 .img{
    min-height: 220px;
}
#topEventPremium .headline .MoreLink{
    border: 1px solid #ffc1c1;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    margin: 2px 5px 0 0;
    padding: 2px;
    text-decoration: none;
}
#topEventPremium{
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

