<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Where event branding overrides live */

/* logos */
.event-logo {	
  background-image: url("../eventmaplogo.png");
  width: 250px;
  height: 193px;
  max-width: 30%;
}
.provider-logo{background-image:url("http://live.opentracking.co.uk/_mapping/images/primal.png"); bottom:0px;}
.os-logo {
	display:none;height:0px;
}

/* brand colour */
.main-colour,
.team-row:hover .team-marker,
.team-row:hover .team-pointer,
.team-row:hover .team-name span {
	color: #d41772;
}
.main-colour-bg {
	background-color: #d41772;
	color: #fff;
}
.btn-main-colour {
	border-color: #d41772;
	background-color: #d41772;
	color: #fff;
}
.btn-default:active,
.btn-default.active {
  border-color: #d41772;
}

/* Complementary colours - for states */
a.main-colour:hover,
a.main-colour:focus,
button.link-style.main-colour:hover,
button.link-style.main-colour:focus {
	color: #f88a00;
	opacity: 1;
}
.btn-main-colour:hover,
.btn-main-colour:active,
.btn-main-colour:focus {
	border-color: #d41772;
	background-color: #f88a00;
	color: #fff;
}</pre></body></html>