<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: AirstripFour;
  src: url('airstrip.eot');
}

@font-face {
  font-family: AirstripFour;
  src: url('airstrip.ttf');
}

html {
  overflow-y: scroll;
}

body {
  margin: 0;
  background: #DDD;
  font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

.center {
  margin: 0 auto;
  width: 800px;
  position: relative;
}

.topbar {
  background: #EEE;
  color: #444;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eee));
  background-image: -webkit-linear-gradient(top,#fdfdfd,#eee);
  background-image: -moz-linear-gradient(top,#fdfdfd,#eee);
  background-image: -ms-linear-gradient(top,#fdfdfd,#eee);
  background-image: -o-linear-gradient(top,#fdfdfd,#eee);
  background-image: linear-gradient(top,#fdfdfd,#eee);
  text-align: left;
  display: block;
  padding: 25px 10px;
  margin: 0;
  position: relative;
}

.bar {
	border-bottom: 1px solid #2A2A2A;
	background: #111111;
	color: white;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #3c3c3c), to( #111));
	background-image: -webkit-linear-gradient(#3c3c3c, #111);
	background-image:    -moz-linear-gradient(#3c3c3c, #111);
	background-image:     -ms-linear-gradient(#3c3c3c, #111);
	background-image:      -o-linear-gradient(#3c3c3c, #111);
	background-image:         linear-gradient(#3c3c3c, #111);
  text-align: left;
  display: block;
  padding: .55em 10px;
  margin: 0;
  position: relative;
}

h1 {
  font-size: 35px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: AirstripFour, sans-serif;
  text-shadow: 0 1px 1px #F6F6F6;
}

h2 {
  font-size: 18px;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: AirstripFour, sans-serif;
	text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000000 /*{a-bar-shadow-color}*/;
}

.status {
  border: 1px solid #CCC;
  background: #EEE;
  color: #444;
  text-shadow: 0 1px 1px #F6F6F6;
  font-size: 11px;
  font-weight: bold;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eee));
  background-image: -webkit-linear-gradient(top,#fdfdfd,#eee);
  background-image: -moz-linear-gradient(top,#fdfdfd,#eee);
  background-image: -ms-linear-gradient(top,#fdfdfd,#eee);
  background-image: -o-linear-gradient(top,#fdfdfd,#eee);
  background-image: linear-gradient(top,#fdfdfd,#eee);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  padding: .2em .5em;
  top: 50%;
  margin-top: -.9em;
  right: 10px;
}

.sponsor {
  position: absolute;
  top: -30%;
  right: 10px;
}

.links {
  border: 1px solid #145072;
  font-size: 14px;
  text-shadow: 0 1px 1px #145072;
  font-weight: bold;
  background: #2567AB;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#5f9cc5),to(#396b9e));
  background-image: -webkit-linear-gradient(top,#5f9cc5,#396b9e);
  background-image: -moz-linear-gradient(top,#5f9cc5,#396b9e);
  background-image: -ms-linear-gradient(top,#5f9cc5,#396b9e);
  background-image: -o-linear-gradient(top,#5f9cc5,#396b9e);
  background-image: linear-gradient(top,#5f9cc5,#396b9e);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  top: 120%;
  margin-top: -.9em;
  right: 10px;
}

.links a {
  padding: 3px 2em;
  text-decoration: none;
  border-right: 1px solid #EEE;
  color: white;
}

.links a.selected {
  text-decoration: underline;
}

.links a.last {
  border: none;
}
  

ul.team-results {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  position: relative;
  display: block;
  border: 0;
  overflow: hidden;
  border-left: 1px solid #155678;
}

ul.team-results li {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  min-height: 1px;
  width: 16.66%;
}

ul.team-results li div { 
  font-weight: bold;
  color: white;
  text-align: center;
  border-right: 1px solid #155678;
  border-top: 1px solid #155678;
  border-bottom: 1px solid #155678;
  text-shadow: 0 -1px 1px #888;
}

ul.team-results li div span.time { 
  font-size: 65%;
  font-weight: normal;
  display: block;
  text-shadow: none;
}

ul.team-results li div.draw {
  background: white;
  color: #222;
}

ul.team-results li div.cambridge {
  background: #a3c1ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a3c1ad), to(#40cccc));
  background-image: -webkit-linear-gradient(#a3c1ad, #40cccc);
  background-image: -moz-linear-gradient(#a3c1ad, #40cccc);
  background-image: -ms-linear-gradient(#a3c1ad, #40cccc);
  background-image: -o-linear-gradient(#a3c1ad, #40cccc);
  background-image: linear-gradient(#a3c1ad, #40cccc);
}

ul.team-results li div.oxford {
  background: #002147;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002147), to(black));
  background-image: -webkit-linear-gradient(#002147, black);
  background-image: -moz-linear-gradient(#002147, black);
  background-image: -ms-linear-gradient(#002147, black);
  background-image: -o-linear-gradient(#002147, black);
  background-image: linear-gradient(#002147, black);
}

table.results {
  margin: 20px 0;
  padding: 0;
  border-collapse: collapse;
  font-size: 75%;
  width: 100%;
  border: 1px solid #444;
}

table.results tr.loading td {
  background-color: white;
  font-style: italic;
  text-align: center;
  padding: 1em;
}

table.results th {
	background: #111111;
	color: white;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #3c3c3c), to( #111));
	background-image: -webkit-linear-gradient(#3c3c3c, #111);
	background-image:    -moz-linear-gradient(#3c3c3c, #111);
	background-image:     -ms-linear-gradient(#3c3c3c, #111);
	background-image:      -o-linear-gradient(#3c3c3c, #111);
	background-image:         linear-gradient(#3c3c3c, #111);
  margin: 0;
  font-weight: bold;
  font-style: italic;
  padding: 3px 10px;
}

table.results td {
  border-bottom: 1px solid #444;
  margin: 0;
  padding: 0 10px;
}

table.results .rank { text-align: right; width: 3em; }
table.results .bib { text-align: center; width: 3em; }
table.results .name { text-align: left; }
table.results .team { text-align: center; width: 10em; }
table.results .time { text-align: right; width: 4em; }
table.results .totaltime { text-align: right; width: 4em; }

table.results .note { font-style: italic; border: none; color: #333; }

table.results tr.cambridge td {
  background: #a3c1ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a3c1ad), to(#40cccc));
  background-image: -webkit-linear-gradient(#a3c1ad, #40cccc);
  background-image: -moz-linear-gradient(#a3c1ad, #40cccc);
  background-image: -ms-linear-gradient(#a3c1ad, #40cccc);
  background-image: -o-linear-gradient(#a3c1ad, #40cccc);
  background-image: linear-gradient(#a3c1ad, #40cccc);
}

table.results tr.oxford td {
  background: #002147;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003470), to(#002147));
  background-image: -webkit-linear-gradient(#003470, #002147);
  background-image: -moz-linear-gradient(#003470, #002147);
  background-image: -ms-linear-gradient(#003470, #002147);
  background-image: -o-linear-gradient(#003470, #002147);
  background-image: linear-gradient(#003470, #002147);
  color: white;
}
table.results td.cambridge {
  background: #a3c1ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a3c1ad), to(#40cccc));
  background-image: -webkit-linear-gradient(#a3c1ad, #40cccc);
  background-image: -moz-linear-gradient(#a3c1ad, #40cccc);
  background-image: -ms-linear-gradient(#a3c1ad, #40cccc);
  background-image: -o-linear-gradient(#a3c1ad, #40cccc);
  background-image: linear-gradient(#a3c1ad, #40cccc);
  border-left: 1px solid #444;
  border-right: 1px solid #444;
}

table.results td.oxford {
  background: #002147;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003470), to(#002147));
  background-image: -webkit-linear-gradient(#003470, #002147);
  background-image: -moz-linear-gradient(#003470, #002147);
  background-image: -ms-linear-gradient(#003470, #002147);
  background-image: -o-linear-gradient(#003470, #002147);
  background-image: linear-gradient(#003470, #002147);
  color: white;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
}
</pre></body></html>