#backend_logs {
    background-color:                   #c5d8e9;
    -moz-border-radius:                 8px;
    -webkit-border-radius:              8px;
    -moz-box-shadow:                    1px 1px 5px #999;
    -webkit-box-shadow:                 1px 1px 5px #999;
    box-shadow:                         1px 1px 5px #999;
    padding-bottom:                     1em;
    margin-left:                        1em;
    margin-right:                       1em;
    margin-bottom:                      3em;
    margin-top:                         1em;
    width:                              auto !important;
}

#backend_logs tr:first-child th:last-child {
    width:                              100%;
    padding-left:                       1em;
}

#backend_logs td,
#backend_logs th
{
    white-space:            nowrap;
    border-bottom:          1px solid #E4E4E4;
    padding-right:          1em;
}

#backend_logs td:last-child {
    white-space: normal;
}

#backend_logs tr td:nth-child(2),
#backend_logs tr th:nth-child(2)
{
    display: none;
    width: 0px;
    overflow: hidden;
}

#backend_logs tr td:nth-child(1),
#backend_logs tr td:nth-child(4),
#backend_logs tr td:nth-child(5)
{
    text-align: center;
}
