.dfx-image{
	max-width: 100% !important;
	height: auto;
}
.dfx-titel{
	font-weight: bold;
}
.dfx-kalender{
	background-color:  rgba(255, 255, 255, 0.8);
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.dfx-filter-side{
	margin-top: 10px
}

.fx-raster{
	background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 10px;
    min-height: 20px;
    padding: 7px;
}

.fx-block{
	background-color: #f5f5f5;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 2px;
}
.fx-lines{
	border-top: 1px solid #ccc;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 10px;
    min-height: 20px;
    padding-top: 7px;
}		