:root{
    --indigo: #202a45;
    --primary: #202a45;
}
/* Hide the Refresh On/Off */
#dRefresh{
    display:none!important;
}

/* Hide the Class Selector */
header ul.nav-tabs{
    display:none;
}

/* Hide the standard header */
header>div.container-fluid>div:first-child{
	display:none!important;
}
/* Reveal the standard header */
header>div.container-fluid>div:last-child{
	display:flex!important;
        flex-wrap: wrap !important;
}
header img{
	display:none;
}

.event-logo{
    margin-left: 6px;
    background-image: url("https://www.eventingscores.link/images/le-mieux-logo-long.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 36px;    
    width: 200px;
}
