#menu-main li a {

    font-weight: normal;
    border-right: 2px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    margin-top: 80px;
    margin-bottom: 5px;
}

.nav>li>a:focus, .nav>li>a:hover{

    text-decoration: none;
    color: black !important;
    background-color: #eee;
}

.nav>li.active a{

    font-weight: normal;
    border-right: 2px solid #FFFFFF;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    text-decoration: none;
    color: black !important;
    background-color: #eee;
}

ul.repertoire-item li h3 {

    text-align: left;
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 18px;
    width: 255px;
    font-weight: 300;
    display: block;
    height: 50px;
    padding-left: 12px;
    padding-top: 12px;
    vertical-align: central;
    -moz-hyphens: auto;
    hyphens: auto;
    white-space: normal;
    color: #FFFFFF;
}

.event-repertoire-container div {

    margin-top: 10px;

}

ul.repertoire-item li .buy-ticket-button {

    color: #FFFFFF;
    background-color: #9f201a;
    padding: 5px;
    margin: 8px;
    font-size: 12px;
    font-weight: normal;
    width: 118px;
    text-align: center;
}

.repertoire-list-buttons {

    text-align: center !important;
    width: 100% !important;

}

.event-repertoire-container {

    width: 100%;
}

.event-details-button > .buy-ticket-button{
    width: 93% !important;
}