.action-color-warn {
    background-color: #fff6b1;
}
.action-color-success {
    background-color: #caf1ca
}
.action-color-fail {
    background-color: #ffd7d5
}


#actionOverloadColors td {
    text-align: center;
    width: 50px;
    font-size: 200%;
    border: 5px ridge black;
}

div.sphinxsidebar #searchbox input[type="text"] {
     width: 200px;
}

div.sphinxsidebar #searchbox input[type="submit"] {
     width: auto;
}
