.header-warning {
    background: white;
    font-weight: bold;
    padding: 4px 8px;
    margin-top: 2px;
    color: #222222;
}

.header-warning a {
    color: #072896;
}

#worklist {
    background-color: RGBA(255, 255, 255, 0.6);
    display: inline-block;
    padding: 5px;
    margin-top: 5px;
    color: black;
}

#worklist a {
    color: inherit;
}

#tasks {
    background-color: RGBA(0, 0, 0, 0.8);
    color: #FF4D57;
    display: inline-block;
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    font-weight: bold;
}

input, select, textarea {
    box-sizing: border-box;
}

.copy-btn {
    border: none;
    outline: none;
    padding: 0;
    width: 24px;
    height: 24px;
    background: url(/cw3/symbole/copy.png) no-repeat;
    cursor: pointer;
}

.code-text {
    font-family: Courier, Verdana;
}

.other_cats_list {
    background: white;
}

.other_cats_list > a {
    color: #0000CD;
}