html.logs, body.logs {
    margin: 0;
    padding: 0;
}

li.submenu_li a {
    background-color: #202C30;
    font-size: 14px;
    border-bottom: 5px solid #D63116;
}

li.submenu_li a:hover {
    background-color: #4D4D4D;
    color: #fff !important;
}

.ib {
    display: inline-block;
}

.tac {
    text-align: center;
}

body.logs header {
    background: linear-gradient(to bottom, #1A73D8, #1CD4EC);
    box-shadow: 0px 0px 8px #3485CA;
}

body.logs h1 {
    font-size: 26px;
    font-weight: normal;
    font-family: "serif" !important;
    margin: 11px !important;
    color: #202020;
}

form.date-picker {
    text-align: right;
    position: relative;
    top: -4px;
}

pre {
    font-family: arial;
    font-size: 15px;
    margin: 7px 0 0 7px;
    word-wrap: break-word;
}

.orig-post {
    color: #19B319;
}

.new-post {
    color: #E8683A;
}

.post-date {
    background-color: #4B659B;
    color: #E5EDEF;
    display: block;
    border-top: 1px solid #060606;
}

.post-link {
    text-decoration: underline;
}