figure#språkblomsten {
	display: inline-block;
	float: left;
	width: 50%;
	margin: 1rem 1rem 0.5rem 0;
	padding-right: 1rem;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
	border-top: none;	
}
figure#språkblomsten img {
	width: 100%;
	margin: 1.25rem auto;
}

/*Bildetekst*/
figure#språkblomsten > figcaption {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
	margin-right: 0;
	text-align: center;
}

/*Tilpasning til vindusstørrelse.*/
@media (max-width: 550px) {
	figure#språkblomsten {
		float: none;
		border: none;
		width: 70%;
		margin: -2rem 0;
	}
	figure#språkblomsten > figcaption {display: none}
}
