﻿@media (min-width:901px) {
	body {
		--report-width:530px;
		--blockmark-height:140px;
	}
	#report {
		bottom:0;	
	}
	#time {
		left:var(--report-width);	
	}
	#time,
	#credits {
		bottom:var(--sodebo-reserved-br-height);
	}
		
	#sig,
	#display,
	#dashboard {
		bottom:calc(var(--time-height) + var(--sodebo-reserved-br-height));
	}
	#dashboard {
		width:370px;
		top:0;
	}
	
	#coords {
		left:auto;
		right:60px;
		bottom:20px;
	}	
	body.GRIDLINES #coords {
    left:auto;
		bottom:20px;
  }	
	#coords .lat, 
	#coords .lng {
		text-shadow:1px 1px 1px #FFFFFF, -1px -1px 1px #FFFFFF, 1px -1px 1px #FFFFFF, -1px 1px 1px #FFFFFF;
		font-weight: bold;
	}
	
}


@media (max-width:900px) {
	body {
		--blockmark-height:0px;
	}
	#blockmark {
		display:none;
	}
	#reportlist .row .open {
		background-color:#EE7658;
		color:#1D1D1B;
	}
	#datetime, 
	#chrono {
    flex:auto;
  }	
	#datetime {
    justify-content:flex-end;
  }	
	#chrono {
    justify-content:flex-start;
  }
	#replay {
		fill:#FFFFFF;
	}	
	#replay .play {
		stroke:#FFFFFF;
	}	
	#timeline .bar {
		height:2px;
	}	
	.iconbutton.weather {
		bottom:125px;
	}	
	#logosodebovoile {
		display:none !important;
	}	
}
