body {
    padding: 50px;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
    color: #00B7FF;
}

p.list_punkt {
    margin-left: 15px;
}

.add_pointer {
    cursor: pointer;
}

.template_font {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    font-family: OpenSans-Regular, Helvetica Neue, Arial, Helvetica, sans-serif;
}

.statusMessage {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(90vw);
}

.greyStatus {
    color: #665c5c;
}

.greenStatus {
    color: #22b14c;
}

.blueStatus {
    color: #00a2e8;
}
.graytext{
    filter:grayscale(100%);
}
