.year     		{ width:10%; height:100px;text-align:center;border:none;}
.declared_s 		{ width:46%; height:50px;text-align:left;border-left:1px dotted gray;font-size:100%;text-align:center}
.declared 		{ width:46%; height:100px;text-align:left;border-right:1px dotted gray;font-size:100%;text-align:center}
.order     		{ width:23%; height:100px;text-align:center;border-left:1px dotted gray}
.cover   		{ width:21%; height:100px;text-align:center;border-left:1px dotted gray}
.rowabr  		{ border-bottom:1px dotted gray}
.abr	   		{ width:24%; border:none}


@media(orientation:landscape){
	.all_height		{ min-height:78.5vh;border:none}
	.outer_data		{ border:1px solid gray; width:60%; padding:2px;vertical-align:top;text-align:center;background-color:rgb(200,200,255);}
	.inner_data		{ border:1px solid gray;background-color:rgb(224,224,224);}

	.outer_menu    		{ border:1px solid gray; width:20%; padding:1px;vertical-align:top;text-align:center;background-color:rgb(224,224,224);}
	.menu_pos		{ position:relative;top:2.1vh;border:none}
}

@media(orientation:portrait){
	.all_height		{ min-height:78.5vh;border:none}
	.outer_data		{ border:1px solid gray; width:80%; padding:2px;vertical-align:top;text-align:center;background-color:rgb(200,200,255);}
	.inner_data		{ border:1px solid gray;background-color:rgb(224,224,224);}

	.outer_menu    		{ border:1px solid gray; width:20%; padding:1px;vertical-align:top;text-align:center;background-color:rgb(224,224,224);}
	.menu_pos		{ position:relative;top:2.1vh;border:none}

}

