﻿@media (min-width:901px) {
	#blockmark {
		border-radius:0 0 12px 0;
	}
	#dates {
		border-radius:0 12px 12px 0;
	}
	#report {
		border-radius:0 12px 0 0;
	}
	#reportswitch {
		border-radius:0 12px 0 0;
	}
	body.PANEL_CLOSED:not(.PANEL_FLOATING) #reportswitch {
		border-radius:0 12px 12px 12px;
	}
	#sig {
		left:calc(var(--report-width) - 12px);
	}
	#display .preferences {
	border-radius:0 0 12px 0;
	}
	#forecasts {
		border-radius:12px;
		overflow:hidden;
	}
	#chrono {
		border-radius:0 12px 12px 0;
	}
	#coords {
		left:17px;
	}
	
}


@media (max-width:900px) {
	#display .preferences {
		border-radius:0 6px 6px 0;
	}
}

