#EventsNews
{
    background-color: #F9F9F2 !important;
}

#EventNewsTab
{
    padding-left: 0px;
}

#EventNewsTab .nav-link
{
    color: #0F272D !important;
}

#EventNewsTab .nav-link:hover
{
    color: #989898 !important;
}


@media only screen and (max-width: 800px) {
    #EventNewsTab
    {
        padding-left: 20px !important;
    }
}

#EventsNews ul
{
    list-style-type: none;
    margin: 0px;
    padding-left: 16px;
    margin-bottom: 30px;
    border: 0px;
}

#EventsNews .nav-link.active
{
    color: #0F272D;
}

#EventsNews .nav-link.active .line
{
    border: 1px solid #0F272D !important;
}

#EventsNews .nav-link.active:hover
{
    color: #989898;
}

#EventsNews .nav-link.active:hover .line
{
    border: 1px solid #989898 !important;
}

#EventsNews .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active 
{
    background-color: transparent !important;
    border: 0px !important;
}

#EventsNews .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover
{
    border: 1px solid transparent;
}

#EventsNews ul > li {
    display: inline-block;
    zoom:1;
    *display:inline;
    padding-right: 20px;
    color: #0F272D !important;
    font-family: YesevaOne;
    border: 0px;
    background-color: transparent;
}

#EventNews ul > li:hover
{
    color: #989898 !important;
}

#EventsNews a
{
    color: grey;
}

#EventsNews .active .line
{
    border: 1px solid black !important;
}

#EventsNews .line
{
    border: 1px solid gray !important;
}
