.task_headline {
    background-color: #4d4d4d;
    color:white;
}
.formcontainer {
    background-color: whitesmoke;
    margin: 20px 10% 10px 10%;
    padding:10px;

}
.commandlist .row {
    margin-bottom:10px;
}
.sitetable >div:nth-child(odd) {
    background-color: whitesmoke;
}
.task_blue {
    background-color: #abc4c9;
}
.task_green {
    background-color: #a2cea2;
}
.task_red {
    background-color: #d58181;
}
.taskerror {
    background-color: #f5a4ab;
}
.tasksuccess {
    background-color: #bff5a4;
}
a.site_disabled {
    text-decoration: none;
    color: #5b5a5a;
}
.plafform .form-control {
    width: auto;
}