@charset "UTF-8";
/*Specifiek voor website, of voor mobile website/tablet website*/

.CmsDataWeblogItem_reactionTitle {
	border-top:				1px solid #888;
	padding-top:			10px;
}

.fbLogout{
	cursor:					pointer;
}

#mobileexample {
    border: 				1px solid #444;
    height: 				456px;
    overflow: 				hidden;
    width: 					310px;
    margin-top:				15px;
    margin-bottom:			30px;
    margin-left:			5px;
}

.CpHTMLTabs_browser {
	border-collapse:		collapse;
	margin:					0;
	padding:				0;
	width:					100%;
	background-image: 			linear-gradient(bottom, rgb(189,189,189) 0%, rgb(251,251,251) 100%);
	background-image: 			-o-linear-gradient(bottom, rgb(189,189,189) 0%, rgb(251,251,251) 100%);
	background-image: 			-moz-linear-gradient(bottom, rgb(189,189,189) 0%, rgb(251,251,251) 100%);
	background-image: 			-webkit-linear-gradient(bottom, rgb(189,189,189) 0%, rgb(251,251,251) 100%);
	background-image: 			-ms-linear-gradient(bottom, rgb(189,189,189) 0%, rgb(251,251,251) 100%);
	background-image: 			-webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(189,189,189)), color-stop(1, rgb(251,251,251)));
	border-top:				1px solid #888;
	border-bottom:			1px solid #888;
}

.CpHTMLTabs_browser th {
	padding:				10px;
	border-right:			1px solid #888;
}

.CpHTMLTabs_browser th.CpHTMLTabs_browserButtonSelected {
	background-image: 		linear-gradient(bottom, rgb(251,251,251) 0%, rgb(189,189,189) 100%);
	background-image: 		-o-linear-gradient(bottom, rgb(251,251,251) 0%, rgb(189,189,189) 100%);
	background-image: 		-moz-linear-gradient(bottom, rgb(251,251,251) 0%, rgb(189,189,189) 100%);
	background-image: 		-webkit-linear-gradient(bottom, rgb(251,251,251) 0%, rgb(189,189,189) 100%);
	background-image: 		-ms-linear-gradient(bottom, rgb(251,251,251) 0%, rgb(189,189,189) 100%);
	background-image: 		-webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(251,251,251)), color-stop(1, rgb(189,189,189)));
}

.CpHTMLTabs_browser th.CpHTMLTabs_extraHeader {
	width:					0;
}

.CpHTMLTabs_mainSelected {
	padding:				15px;
	background:				#E9E9E9;
}

div.nosidemargins h1 {
	padding-left:			15px;
	padding-top:			10px;
}

div.nosidemargins .mobilecontentpage_footermargin {
	background:				#E9E9E9;
}

#webapp_page_content .ui-radio .ui-btn {
	width:					auto;
}

#imageapp_logo_startscreen {
	float:					left;
	margin-right:			15px;
	margin-top:				10px;
}

#webapp_title_startscreen h1 {
	color:					#666;
	text-shadow: 			0 1px 1px rgba(255, 255, 255, 0.5);
}