#login-tr {
	/* Position: */
	position:absolute;
	top:0;
	right:0;
	
	/* Debug: */
	#border:1px solid Black;
	
	/* General: */
	padding:5px;
}

	#login-tr button {
		cursor:pointer;
		margin-left:5px;
	}
	
	#login-tr img {
		vertical-align:middle;
	}

/* Resize: */

@media (max-width: 600px) {
	#login-tr {
		position:initial;
	}
}