/*hide register for someone else*/
#main_content > div.row.content > div > div > div:nth-child(3) > div:nth-child(1) > div > div > div:nth-child(3) > ul > li:nth-child(2){display:none;}
#main_content > div.row.content > div > div > div:nth-child(3) > div:nth-child(1) > div > div > div:nth-child(3) > ul > li:nth-child(3){display:none;}

/* SHADOW EFFECT

#main_content,#mainContent{
box-shadow: 0 0 6px #000!important; 
}
*/
/*enlarge addon popup image*/
.popover-content {
    padding: 20px;
    max-width: 1220px;
    overflow: auto;
}

.popover-content > img{   
    max-width: 1180px;
    overflow: auto;
}

/*highlight event series title under addon section*/
.endurance-eventSeries-addOn__eventName{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
    color: #313741;
    background: #f5b53a;
    text-align: center;
}