
.header {
    background: #FFF;
    display: inline-block;
    width:100%;
}
.header .header-title {
    height: 80px;
}
.header .header-title img{
}

.event{
    margin-top:20px;
}
.event-button-container {
}
.event-button-container ul{
    padding:0;
}
.event-button-container ul li{
    font-size: 14px;
    list-style: none;
    margin-bottom: 10px;
}
.event-button-container ul li a{
    font-size: 15px;
    white-space: inherit;
    width:100%;
}