#wrapper{
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	border-style: solid;
	border-color:red;
}

#boksen {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 300px;
	border-style: solid;
	height: 50px;
}

#boksto {
	border-style: solid;
	height: 50px;
	width: 50px;
}

#bokstre {
	flex-grow: 3;
	flex-shrink: 3;
	flex-basis: 50px;
	border-style: solid;
	height: 50px;
}

