div#tours_request, div#tour_request
{
	position: fixed;
	display: none;
	border: 0.3vw solid #666666;
	background-color: #fafafa;

	width: 80vw;
	top: 1vw;
	left: 50%;
	margin-left: -42vw;
	padding: 2vw;
	border-radius: 2vw;
	z-index: 10;
	font-size: 2vh;
	
	max-height: 90vh;
	
	color: #666666;
	overflow-y: scroll;
	overflow-x: hidden;
}

div#request_left
{
	width: 45%;
	float: left;
}

div#request_right
{
	width: 45%;
	float: right;
}

div#request_bottom
{
	clear: both;
	text-align: center;
}

div#request_close
{
	position: absolute;
	top: 2vw;
	right: 5vw;
	width: 2vw;
	height: 2vw;
}

table.request td
{
	background-color: white;
}

textarea
{
	width: 85%;
	height: 80px;
	font-size: 0.5rem; 
}

select.request, input.request
{
	max-width: 100%;
	font-size: 0.5rem; 
}

table#request_tours
{
	width: 100%;
}

form#tour_form h1, form#tours_form h1
{
	font-size: 1rem;
}

form#tour_form h2, form#tours_form h2
{
	font-size: 0.8rem;
}

form#tour_form h3, form#tours_form h3
{
	font-size: 0.6rem;
	font-weight: normal;
}

img.flag
{
	width: 40px;
	vertical-align: middle;
}

@media screen and (max-width: 600px)
{
	textarea
	{
		font-size: 1rem;
		height: 60px;
	}

	select.request, input.request
	{
		font-size: 1rem; 
	}
}

li.villkor
{
	margin-bottom: 20px;
}
