span.swimmingwater.state {
    position: relative;
    display: inline-block;
    padding-left: 1.2rem;
    margin-left: 10px;
}

.swimmingwater.state:before {
    position: absolute;
    top: .35rem;
    left: 0;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    content: '';
}

.swimmingwater.state.positive:before {
    background: #65ba4a;
}

.swimmingwater.state.warning:before {
    background: #ffb100;
}

.swimmingwater.state.negative:before {
    background: #f7584c;
}

.cke_combopanel,
.cke_combo_text {
	width: auto !important;
}
