#wnMostPopularTabbed .contentGroup {
    margin-bottom: 0;
}

#wnMostPopularTabbed .wnMPTabs {
    width:100%;
    background-color: transparent;
    text-align: center;
    border: none;
    -webkit-box-sizing: border-box;
    -mozbox-sizing: border-box;
    box-sizing: border-box;
}


#wnMostPopularTabbed .wnTab,
#wnMostPopularTabbed .wnTabNoAction {
    width: 33%;
    padding: 20px 10px;
    margin:0px;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height:20px;
    float:left;
    color: #0a64a4;
    background-color: #e7eff3;
    cursor:pointer;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -mozbox-sizing: border-box;
    box-sizing: border-box;    
}

#wnMostPopularTabbed .wnTabNoAction {
    border-left: 1px solid #fff;
    display: block;
}

#wnMostPopularTabbed .wnTab:hover,
#wnMostPopularTabbed .wnTabNoAction:hover,
#wnMostPopularTabbed .wnTabOn {
    color: #000;
    cursor:default;
    background-color: #fff;
}

#wnMostPopularTabbed .mpLoading {
    width:100%; margin: 10px auto; text-align:center;
}

#wnMostPopularTabbed .mpGroup {
    min-height: 200px;
    border: none;
}
