﻿@media (max-width:900px) {
  body {
	  --dates-height:30px;
	  --board-top:calc(var(--blockmark-height) + var(--dates-height));
  }
  #dates {
    --padding:0;
	  left:0;
	  font-size:22px;
    justify-content:center;
  }
  #subtitle:empty+#dates {
	  --height:var(--dates-height);
	  top:calc(var(--viewer-top-margin) + var(--title-height));
  }

	#board table.reduced {
		display:table;
	}
	#board .expended {
		display:none;
	}
	#board.leaderboard table.RESULT thead th,
	#board.generalboard table thead th {
		line-height:15px;
	}
	#board .title .classname {
    font-size:19px;
  }
}



@media (max-width:600px) {
	#board.statistics .tocover {
		display:none;
	}
	#board.statistics .date {
		display:none;
	}
}



@media (max-width:500px) {
	#board.statistics .percent {
		display:none;
	}
	#board.statistics tbody td.boat {
		font-size:14px;
	}
}



@media (max-width:425px) {
  #dates {
	  font-size:20px;
  }
  
}




