@media (max-width: 800px) {
	main
	{
		padding-top: 4em;
	}

	.main_wrap
	{
		width: 95vw;
	}

	.main_wrap_content
	{
		padding-bottom: 0;
	}

	form
	{
		width: 95%;
		padding-top: 1em;
	}

	p
	{
		margin-bottom: 1em;
	}

	.profile
	{
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;

		width: 100%;
	}

	.profile .avatar
	{
		width: 100%;
		margin-bottom: 1rem;
		margin-left: 0;

		display:flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.profile .infos
	{
		margin-right: 0;
		margin-left: 0;

		display:flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.profile .listtitle
	{
		text-align: center;
	}

	.profile .countrylist
	{
		display:flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
