@charset "UTF-8";
/* CSS Document */

@media only screen and (min-width: 801px)
and (max-width: 1300px){

#topleft {
	margin-top:2%;
}
}

@media only screen and (min-width: 1301px)
and (max-width: 1500px){
#topleft {
	margin-top:1.2%;
}
}