﻿@font-face {
  font-family:'roboto_cond';
  font-style:normal;
  font-weight:bold;
  src: url('roboto_condensed_bold.woff2') format('woff2');
}
@font-face {
  font-family:'roboto_cond';
  font-style:italic;
  font-weight:bold;
  src: url('roboto_condensed_bold_italic.woff2') format('woff2');
}
#bathymetry {
  background:linear-gradient(#164F85 0%, #0A3156 100%) !important;
}
#groundLayer path {
	fill: url(#landgradient);
}
#groundLayer path {
	/*stroke-width:1px;
	stroke:#FFFFFF;*/
}
#orthoLayer path {
	stroke-width:1.5px;
}
#startdate,
#nav a,
#reportlist .row .boat,
#reportlist .row .skippers,
#dashboard header .row .boat,
#dashboard header .row .skippers,
#boatcard header .boat,
#boatcard header .skippers,
#poiLayer g text {
	font-family:roboto_cond;
	font-weight:bold;
}

#nav a {
	font-size:20px;
}