/* LAURSEN CUSTOM CSS FOR VAS PAGE: REJSEDATA */
.laur-rejsedata-container 			{max-width:970px;margin:0 auto;text-align: left;
											display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
											-webkit-flex-direction: row;flex-direction: row;
											-webkit-align-items: flex-start;align-items:flex-start;
											-webkit-justify-content: space-around;justify-content: space-between;
											-webkit-flex-wrap: wrap;flex-wrap: wrap;}
		.laur-rejsedata-country				{width:95%;min-width:280px;max-width:600px;margin: 0px 2.5% 30px 2.5%;}
		.laur-rejsedata-country h3			{width:100%;background:#edebe6;padding:10px;text-align:center;text-transform: uppercase;font-size: 17px;font-weight:bold;font-family: 'pt sans', sans-serif}
		.laur-rejsedata-package				{margin: 15px 0 15px 0;
											display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
											-webkit-flex-direction: row;flex-direction: row;
											-webkit-align-items: flex-start;align-items:flex-start;
											-webkit-justify-content: space-between;justify-content: space-between;
											-webkit-flex-wrap: wrap;flex-wrap: wrap;}
		.laur-rejsedata-package p 			{color:#333;font-size: 1.25em; font-weight: bold;margin:0;line-height: 1rem;}
		.laur-rejsedata-package p:first-child {width:75%;}
		.laur-rejsedata-package p:nth-child(2)	{text-align: right;}
		.laur-rejsedata-package p span		{display: block;color:#666;font-size: 0.75rem;font-weight: 100;}
		.laur-rejsedata-country .disclaimer	{color:#999;font-style: italic;font-size: 0.75em;}
		
		@media screen and (min-width: 40em) {
			.laur-rejsedata-country			{width:48%;min-width:260px;max-width:320px;margin: 0px 1% 30px 1%;}
		}
		@media screen and (min-width: 64em) {
			.laur-rejsedata-country			{width:30%;min-width:260px;max-width:480px;margin: 0px 1% 30px 1%;}
		}
