
.container.beheer{
    background-color: white;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    margin-top: 4px;
    padding: 10px 10px 20px 40px;
}
.container.beheer p,.container.beheer td,.container.beheer tr, .container.beheer h1{
	color: #666;
}

.table-form tr td{
	padding: 5px 0px;
}

.thumbs-container img{
	margin: 0px 2px 2px 0px;
	display: inline;
}
.thumbs-container div{
	padding: 10px;
	display: inline-block;
	border: 1px solid #ccc;
	margin: 0px 2px 2px 0px;
	position: relative;
}
.thumbs-container a.close{
	position: absolute;
	right: 1px;
	top: -3px;
}

.cke_editable a,
.page-body a,
body a{
	border: #032f54;
	color: #36b979;
}
route.css
 .cke_editable a:hover,
 .page-body a:hover{
	 color: black;
 }

.cke_editable a.btn,
.cke_editable a.btn:hover,
.page-body a.btn,
.page-body a.btn:hover{
	color: white;
}

.cke_editable a.btn.btn-default,
.cke_editable a.btn.btn-default:hover,
.page-body a.btn.btn-default,
.page-body a.btn.btn-default:hover{
	color: #666;
	margin-bottom: 5px;
}

.cke_editable{
	padding: 5px;
}
.cke_top {background:#eee !important;}