﻿#board,
.board {
  position:absolute;
  top:5px;
  bottom:5px;
  left:0;
  right:0;
  overflow:auto;
}
  #board p {
    margin:0;
  }
    #board table {
      margin-bottom:5px;
      border-spacing:0px;
      border-collapse:collapse;
    }
    #board table.bytime td.bypoints,
    #board table.bypoints td.bytime {
      display:none;
    }

#board .title {
  padding:5px 5px;
  white-space:nowrap;
  font-weight:bold;
  text-align:center;
  border:1px solid;
  border-bottom:1px solid;
}
    #board .title big,
    #board .title small {
	    display:block;
    }
    #board .title big {
      display:block;
      font-size:30px;
      line-height:26px;
    }
    #board .title small {
      display:block;
      font-size:20px;
      line-height:18px;
    } 
    body.MONOCLASS #board.leaderboard .title big,
    body.MONOCLASS #board.resultsboard .title big,
    body.MONOCLASS #board.generalboard .title big {
	    display:none;
    }
    body.MONOCLASS #board.leaderboard .title small,
    body.MONOCLASS #board.resultsboard .title small,
    body.MONOCLASS #board.generalboard .title small {
      font-size:30px;
      line-height:26px;
    }
    body.REAL #board.leaderboard .title small,
    body.REAL #board.resultsboard .title small {
	    display:none;
    }
    body.MONOCLASS.REAL #board.leaderboard .title,
    body.MONOCLASS.REAL #board.resultsboard .title  {
	    display:none;
    }

#board .columns td {
	padding:3px 5px;
	vertical-align:middle;
	white-space:nowrap;
}
#board .columns td[colspan] {
  text-align:center !important;
}

#board .line {
	vertical-align:top;
	white-space:nowrap;
}
#board .line th,
#board .line td {
	padding:0 5px;
	*line-height:18px;
  *height:40px !important;
	border-right:1px solid;
}
#board .line th {
  font-weight:bold !important;
  text-align:left;
}


#board .rank,
#board .status,
#board .heading,
#board .points,
#board .time,
#board .racetime,
#board .loc,
#board .dtf,
#board .date,
#board .lat,
#board .lng,
#board .heading,
#board .speed,
#board .dist,
#board .gaps,
#board .percent,
#board .advance,
#board .ortho,
#board .overg {
  text-align:right;
}

#board .boat {
  width:100%;
}

#board .body .rank {
  font-size:22px !important;
	line-height:22px;
  font-weight:bold;
}
#board .body .rank small {
  display:block;
  font-size:11px !important;
	line-height:11px;
  font-weight:bold;
}
#board .photos .body .boat {
  padding:2px;
}
    #board .body .boat .photo {
      display: block;
      position: relative;
      width: 4px;
      height: 60px;
      float: left;
      margin-right: 5px;
      margin-left: -5px;
      background-color: rgba(0,0,0,0.05);
    }
        #board .photos .body .boat .photo {
          position: relative;
          width: 60px;
          margin-left: 0px;
        }
        #board .body .boat .photo img {
          position:absolute;
          top:0;
          left:0;
          border-radius:0 0% 50% 0;
        }
    #board .body .boat big {
      display:block;
      font-size:20px;
      line-height:20px;
      padding:2px 0 0 0;
    }
    #board .body .boat small {
      display:block;
      font-weight:bold;
      font-size:16px;
      line-height:16px;
    }
        #board .body .boat small>.sailor+.sailor:before {
          content:' / ';
        }
        #board .body .boat small>.sailor+.sailor:empty:before {
          content:'';
        }
    #board .body .boat sub {
      display:none;
    }
    #board .body .boat .infos {
      display:none;
      font-style:italic;
    }
        #board .body .boat .infos * {
          font-size:12px;
        }
            #board .body .boat .infos dfn {
              *font-style: normal;
            }
            #board .body .boat .infos dfn+dfn:before {
              content: ' • ';
            }
            #board .body .boat .infos dfn label {
              *text-decoration: none;
              font-weight: bold !important;
            }
            #board .body .boat .infos dfn label:after {
              content: ' : ';
            }
            #board .body .boat .infos dfn q {
              font-style:italic;
            }

#board .body .points {
  font-size:18px !important;
  font-weight:bold;
}
#board .body .heading:after {
  content:'°';
}
#board .body b {
  font-weight:bold;
  display:block;
}
#board .body i {
  opacity:0.6;
  display:block;
}
#board .body .date small {
  display:none;
}

.databoard>table {
  border-spacing:0px;
  border-collapse:collapse;
  padding:0;
  float:left;
  width:100%;
  margin:0 0 10px 0;
}
.databoard .head {
	padding:5px 5px;
	white-space:nowrap;
	font-weight:bold;
	text-align:center;
  font-size:24px;
  line-height:20px;
  border:1px solid;
  border-bottom:1px solid;
}
    
.databoard .lines thead th {
	padding:0 5px;
	height:20px;
	line-height:20px;
	text-align:left !important;
	padding:3px 5px;
	vertical-align:middle;
	white-space:nowrap;
	border:1px solid;
}
body.MONOCLASS .databoard .lines tbody tr.group {
  display:none;
}
.databoard .lines tbody tr.group th {
	font-weight:bold !important;
	height:24px;
	line-height:24px;
	text-align:center !important;
}

.databoard .lines tbody td {
	padding:0 5px;
	height:24px;
	line-height:24px;
	vertical-align:middle;
	white-space:nowrap;
}
.databoard .lines thead th.rf {
  width:100%;
}
.databoard .lines tbody td.rf {
  font-size:16px;
  font-weight:bold;
  text-align:left;
  width:100%;
}
		.databoard .lines .rf {
			font-weight:bold;
		}
		.databoard .lines .ar {
			text-align:right !important;
		}
		.databoard .lines .ac {
			text-align:center !important;
		}
		.databoard .lines .wr {
			text-wrap:normal !important;
		}


#board.leaderboard table.RESULT .head td {
  line-height:50px;
}

#generalPage #titles #frequency {
  display:none;
}
#generalPage #reportDate {
  font-size:30px;
}