body {
	background-color: #9BBB5F;
	font-size: 12px;
}
.title {
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 2em;
	font-family: sans-serif;
	color: #FFFFFF;
}
.title a{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-family: sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	background-color: #ffffff;
	padding: 10px 20px;
	line-height: 150%;
	color: #2F376A;
	display: table;
     width: calc(100% - 40px);
}
.comment {
	line-height: 140%;
/*	border-left: #556B2F 1px dashed;*/
	display: table-cell;
}
.link {
	line-height: 150%;
	font-family: sans-serif;
	color: #2F376A;
	width: 250px;
/*	position: absolute;*/
	display: table-cell;
}
.link a{
/*	font-size: x-small; */
	line-height: 150%;
	font-family: sans-serif;
	color: #2F376A;
	width: 200px;
	position: absolute;
}
.linktitle {
	background-color: #2F376A;
/*	font-size: small; */
	font-family: sans-serif;
	color: #FFFFFF;
	padding: 5px;
}
.subtitle {
	margin: 10px 10px 20px 10px;
	font-weight: bold;
	font-size: 1.5em;
	font-family: sans-serif;
	color: #2F376A;
	padding: 10px 10px;
    background-color: #f2f2f2;
}
.day {
	border-bottom: 1px solid #2F376A;
	color: #2F376A;
	font-size: small;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}
.text {
	color: #333333;
	margin-left: 50px;
	margin-right: 50px;
/*	font-size: x-small;*/
	margin-bottom: 20px;
}
.all {
	margin-bottom: 50px;
	margin-left: 100px;
	margin-right: 100px;
	background-color: #556B2F;
}
.back {
	color: White;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	padding-bottom: 20px;
	padding-top: 20px;
}
.back a{
	color: White;
}
ul.camps {
	padding-left: 0;
	margin-left: 20px;
}
ul.camps li {
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 16px;
	}
	.content {
		display: block;
	}
	.link {
		display: block;
		width: 98%;
	}
	.link a {
		width: 95%;
	}
	ul.camps {
		margin-left: 40px;
	}
	.comment {
		display: initial;
		border: none;
	}
	.text {
	    margin-left: 20px;
    	margin-right: 20px;
    }
	.all {
    margin-left: initial;
    margin-right: initial;
    }
}

