@font-face {
  font-family: 'Utily';
  font-style: normal;
  font-weight: 900;
  src: url('Utily-Black.eot'); /* IE9 Compat Modes */
  src: local('Utily Black'), local('Utily_Black'),
       url('Utily-Black?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Utily-Black.woff') format('woff'), /* Modern Browsers */
       url('Utily-Black.ttf') format('truetype'), /* Safari, Android, iOS */
       url('Utily-Black.svg#Utily') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Utily';
  font-style: normal;
  font-weight: 400;
  src: url('Utily-Regular.eot'); /* IE9 Compat Modes */
  src: local('Utily Regular'), local('Utily_Regular'),
       url('Utily-Regular?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Utily-Regular.woff') format('woff'), /* Modern Browsers */
       url('Utily-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('Utily-Regular.svg#Utily') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Utily';
  font-style: italic;
  font-weight: 400;
  src: url('Utily-RegularIt.eot'); /* IE9 Compat Modes */
  src: local('Utily RegularIt'), local('Utily_RegularIt'),
       url('Utily-RegularIt?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Utily-RegularIt.woff') format('woff'), /* Modern Browsers */
       url('Utily-RegularIt.ttf') format('truetype'), /* Safari, Android, iOS */
       url('Utily-RegularIt.svg#Utily') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'Utily';
  font-style: normal;
  font-weight: 600;
  src: url('Utily-Bold.eot'); /* IE9 Compat Modes */
  src: local('Utily Bold'), local('Utily_Bold'),
       url('Utily-Bold?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Utily-Bold.woff') format('woff'), /* Modern Browsers */
       url('Utily-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('Utily-Bold.svg#Utily') format('svg'); /* Legacy iOS */
}

html
{
	font-family: Utily;
	font-weight: 400;
}

h1, h2, h3
{
	font-family: Utily;
	font-weight: 900;
}

strong
{
	font-weight: 600;
}

table, .current
{
	background: #eee !important;
}

.side_bar
{
	border: 1px solid black;
	width: 80%;
}

.track_bar
{
	text-align: center;
	color: white;
	/*float: left;*/
}

.track_bar td
{
	background: #111;
}

.inprogress_bar
{
	text-align: left;
	color: black;
	float: left;
	padding-left: 1em;
}

.dates_row {
	text-align: center;
}

.current {
	color: black;
	text-align: left;
}

abbr {
	text-transform: uppercase;
}

body
{
	background-image: linear-gradient(-90deg, #fff, #ddd);
	margin: 0;
	padding: 0;
}

a
{
	color: #38a;
	text-decoration: none;
	border-bottom: solid 2px #ccc;
	padding: 0 1px;
}

a:hover
{
	border-bottom: solid 2px #38a;
	/*color: #000;*/
}

main
{
	background: white;
	margin: 1em auto;
	padding: 2em 2em 4em 2em;
	width: 85%;
}

dt
{
	font-weight: 600;
}

dd
{
	margin-left: 0;
}

h1
{
	margin-top: 0;
}

p, blockquote
{
	width: 32em;
}

h3 span
{
	font-weight: normal;
}

footer
{
	text-align: center;
}