.logo{
position: absolute;
left: calc(100% - 320px);
top: calc(100% - 75px);	
}
.report{
	position: absolute;
	float:left;
	text-align:center;
	vertical-align:middle;
	width: 100%;
	height:110px;
	left: 0px;
	top: 0px;
	padding-top:2%;	
	background-color: #266497;
	background: -webkit-linear-gradient(#2f80a6, #235791); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#2f80a6, #235791); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2f80a6, #235791); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2f80a6, #235791); /* Standard syntax */
	overflow-x:scroll;
	overflow-y: hidden;
	white-space:nowrap;
}

.reportIcons{
	position:relative;
	height: 17%;
display: inline-block;
float:left;
padding-left: 5px;
padding-right: 5px;
white-space:nowrap;

}
#WXbutton {
    height: auto; 
    width: auto; 
    max-width: 300px; 
    max-height: 300px;
}
.thanks{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #266497; /* For browsers that do not support gradients */

}
.thanksText{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 400px;
	height: 200px;
	left: calc(50% - 200px);
	top: calc(50% - 100px);
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}
.flecha{
	position: absolute;
	top:45px;
}
.icao{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #25477F;
	font-weight: bold;
}
.matricula{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
}
.publisher{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #67253E;
	font-weight: bold;
}
.url{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #295525;
	font-weight: bold;
}
.address{
	width: 250px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}