div#tour_top
{
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
}

	div#tour_short
	{
		//margin-bottom: 40px;
		width: 50%;
		padding: 4%;
		padding-left: 0;
		float: left;
		//position: absolute;
		//background-color: #eeeeee;
	}

		div#tour_short > h1, div#tour_short > h2
		{
			margin: 0;
		}

		div#grandsummary
		{
			display: block;
			float: right;
			width: 40%;
		}

		table.grandsummary
		{
			width: 80%;
		}

		table.grandsummary td:nth-child(2n)
		{
			text-align: right;
		}
	
	img#tour_img
	{
		width: 35%;
		margin-top: 20px;
		float: right;
		border-radius: 16px; 
	}
	
	div.tour_highlight_wrap
	{
		overflow: hidden;
		position: relative;
		height: 45px;
		width: 100%;
		background-color: #fafafa;
		border: 1px solid #cccccc;
		border-radius: 5px;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	
	img.tour_highlight_left
	{
		//opacity: 0.6;
		position: absolute;
		left: 0;
		top: 0;
		width: 45px;
		height: 45px;
	}
	
	div.tour_highlight_header
	{
		position: relative;
		font-size: 16px;
		font-family: montserrat;
		color: #333333;
		padding: 8px;
		text-align: right;
	}
		
div#tour_left
{
	width: 65%;
	margin: 0;
	float: left;
	margin-bottom: 80px;
	//background-color: #eeeeee;
	margin-right: 0;
}

	div#tour_intro
	{
		//width: 100%;
		//margin: 2vw;
		
	}

	div#google-map 
	{ 
		width: 150px; 
		height: 100px;
		margin-bottom: 10px;
		margin-left: 10px;
		float: right;
		border: 0.2vw solid #dddddd;
	}

	div.day
	{
		float: left;
		margin-top: 2vh;
		width: 100%;
		margin-bottom: 0vh;
	}

	div.dayimg
	{
		float: left;
		width: 50%;
		position: relative;
		right: 0;
	}
	
	div.daytext
	{
		width: 100%;
		//margin-top: 2vw;
		clear: both;
		//margin-bottom: 6vw;
	}

	div.story
	{
		clear: both;
	}

	img.day_right
	{
		float: right;
		width: 20%;
		margin-left: 10px;
		margin-bottom: 10px;
	}

	div#grandsummary, div#price
	{
		width: 80%;
		height: auto;
		float: right;
		z-index: 18;
	}

	div#grandsummary
	{
		width: auto;
		clear: both;
	}

div#tour_right
{
	width: 35%;
	margin: 0;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0;
	float: right;
	
	//background-color: #bbbbbb;
	margin-bottom: 80px;
	//overflow-x: hidden;
}
	h2.include
	{
		margin-bottom: 10px;
		font-size: 1rem;
	}
	h2.include_hd
	{
		text-align: center;
		font-size: 1rem;
	}
	div.not_included
	{
		text-align: right;
	}

	div#included
	{
		width: 100%;
		margin: 0;
		float: right;
		background-color: #fafafa;
		border: 1px solid #cccccc;
		border-radius: 10px;
		padding: 15px;
		font-size: 0.8rem;
		box-sizing: border-box;
	}

	div#baseprice, div#baseprice_hd, div#baseprice_intro, div#totalpris
	{
		text-align: center;
		margin-bottom: 10px;
		font-size: 1.3rem;
	}

	div#baseprice_intro, div#totalpris, div.dayno
	{
		font-weight: bold;
		//font-size: 1.8vw;
	}
	
	table, div#price, div#tour_request_link
	{
		border-radius: 16px;
		border: 1px solid #dddddd;
		padding: 5px;
		background-color: #f6f6f6;
	}

	table td
	{
		font-size: 1rem;
		vertical-align: bottom;
		padding-bottom: 5px;
	}

	td.included_hd
	{
		//padding-top: 1vw;
		width: 90%;
		font-size: 1rem;
	}

	td#includedsupp_hd
	{
		//padding-top: 2vw;
	}

	div#tour_request_link
	{
		//margin-top: 2vw;
		clear: both;
		float: right;
		width: 80%;
	}

	table, div#price, div#tour_request_link
	{

		background-color: #f6f6f6;
	}
	
	div#preliminary
	{
		display: inline-block;
		margin-top: 20px;
		padding-top: 50px;
		border-top: 1px solid #dddddd;
		width: 100%;
		//background-color: #dddddd;
		text-align: center;
	}
	
	td.h1
	{
		padding: 10px;
	}

@media screen and (max-width: 600px)
{	

	div#tour_left, div#tour_right
	{
    	float: none;
    	width: 100%;
    	font-size: 1.6rem;
	}
	div#included, div#tour_request_link, div#price, div#baseprice_intro, div.h1
	{
    	margin: auto;
    	width: 100%;
    	font-size: 1.5rem;
	}
	h2.include
	{
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 800px) 
{
	div#google-map 
	{
		width: 180px;
		height: 120px;
	}
	table.waypoints td,  table.summary td, table.grandsummary td
	{
		font-size: 12px;
	}
	img.wiki
	{
		width: 12px;
	}
	div#tour_right
	{
		width: 30%;
	}
}

@media screen and (min-width: 1200px) 
{
	div#google-map 
	{
		width: 210px;
		height: 140px;
	}
	table.waypoints td,  table.summary td, table.grandsummary td
	{
		font-size: 10px;
	}
	img.wiki
	{
		width: 12px;
	}
}

// ÖVRIGT

div.weather
{
	float: right;
	//width: 24vw; 
}
div.weather_icon
{
	//width: 8vw;
	float: left;
	//margin-bottom: 2vw;
}

img.weather_icon
{
	//width: 5vw;
}

div.waypoints
{
	width: 100%;
	//margin-bottom: 8vw;
	float: left;
	//padding: 1vw;

	//background-color: #ff6666;
}

	table.waypoints
	{
		width: 60%;
		float: left;
	}

	table.waypoints td:nth-child(2n)
	{
		text-align: right;
	}

	div.summary
	{
		float: right;
	}

	table.summary
	{
		width: 35%;
		//margin-right: 1vw;
	}

	table.summary td:nth-child(2n)
	{
		text-align: right;
		//width: 5vw;
	}

img.wiki
{
	//width: 1.6vw;
}

img.checked
{
	width: 10%;
}

