body.fullscreen {
  background: none;
  padding: 6px;
  font-size: 11px;
  color: #000;
}

.results_titel, #messages h1 {
  color: #000;
}

.race_tracker, .ranking {
  font-size: 1.2em;
}

table.race_tracker, table.ranking {
  margin-bottom: 20px;
  float: left;
  width: 480px;
  margin-right: 15px;
}

.race_tracker th, .ranking th {
  padding: 4px 10px;
  background-color: #083D00;
  color: #fff;
}

.race_tracker td, .ranking td {
  height: 46px;
}

.race_tracker_crew {
  font-weight: bold;
  float: left;
}

.race_tracker_stroke {
  font-style: italic;
  float: left;
  clear: both;
}

.race_tracker td.rms_time, .ranking rd.rms_time {
  vertical-align: top;
}

.fullscreen h1, h1.rms_results
{
  color: #083D00;
  font-size: 25px;
}

#latest_results
{
  float: left;
}

h1.results_titel
{
  font-size: 20px;
  margin-bottom: 10px;
}

.beamer td, .beamer th
{
  padding: 4px 9px;
}

th.results_number {
  width: 50px;
}

th.results_club {
  width: 100px;
}

th.results_name {
  width: 260px;
}

th.results_rank {
  width: 10px;
  text-align: right;
}

th.results_division {
  width: 75px;
}

th.results_time {
  width: 75px;
  text-align: right;
}

.rms_results_crew {
  float: left;
  font-weight: bold;
}

.rms_results_total {
  float: right;
}

.rms_rank {
  float: right;
  font-weight: bold;
}

.rms_penalty {
  float: left;
  margin-left: 12px;
  color: #9E0000;
}

.rms_stroke {
  float: left;
  clear: left;
  font-style: italic;
}

.rms_total_time {
  float: right;
}

.rms_finish_time {
  font-weight: bold;
}

.rms_interval {
  font-size: 80%;
  float: right;
  clear: both;
}

#message {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 5px solid white;
  border-top-width: 10px;
}

#messages {
  border: 1px solid #083D00;
  background-color: #A7BBA3;
  padding: 10px;
  font-size: 15px;
}

#messages h1 {
  font-size: 20px;
}

.mobile .title, .mobile .title a {
  color: #fff;
  background-color: #083D00;
  font-weight: bold;
  font-size: 16px;
  padding: 3px 3px;
}

.mobile .sub_title {
  font-size: 14px;
  background-color: #E2EAE0;
  font-weight: bold;
  padding: 3px 4px;
}

#mobile_header {
  background-image: url('../images/rms/header_mobile.jpg');
  height: 80px;
  background-repeat: no-repeat;
}

#mobile_content {
}

#mobile_footer {
  margin-top: 20px;
  float: left;
  clear: both;
  text-align: center;
  width: 232px;
}

.mobile h1 {
  font-size: 14px;
}

.mobile h2 {
  font-size: 1em;
}

.mobile h1, .mobile h2 {
}

table.race_tracker_mobile {
  border-bottom: 1px solid #737065;
  margin: 2px 0 10px 0;
}

.race_tracker_mobile th {
  background-color: #083D00;
}

.race_tracker_mobile .start_number {
  padding: 0px;
  margin: 0px;
  width: 20px;
}

.race_tracker_mobile td, .race_tracker_mobile th {
  padding: 2px 4px;
  vertical-align: top;
}
