body {
	background-color: #F9F5F5;
}

h1 {
  font-family: Roboto, sans-serif;
  color: #59a673;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

h2 {
  font-family: Roboto, sans-serif;
  color: #59a673;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.btn-pdf-download {
  margin: 5px 10px 5px 0;
}

.btn-text {
  margin-left: 5px;
}

.ctr {
/*  width: calc(100% - 40px);*/
  margin: 0;
  padding: 10px 20px;
}

.ctr-results-header {
  font-family: Roboto, sans-serif;
  color: #fff;
  background-color: #579ca5;
  padding: 5px 10px;
  line-height: 1.42857;
}

.ctr-results {
  font-family: Roboto, sans-serif;
  border: 1px solid #579ca5;
  margin-bottom: 40px;
}

.ctr-livetiming {
  margin: 0;
  padding: 10px 0px;
}

.disclaimer {
  font-family: Roboto, sans-serif;
  color: #59a673;
  font-size: 16px;
}

.note {
  font-family: Roboto, sans-serif;
  color: #59a673;
  font-size: 10px;
}

