/* DEBUG LOGS */
#inline_log {
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #000;
    background: #fff;
    padding: 15px 0;
}

#inline_log .inner {
    display: none;
}

.debugfooter {
    height: 60px;
}

.log-section {
    padding: 0 20px;
    border-right: 1px solid #ddd;
    position: relative;
    float: left;
}

.log-section:hover .log-subsection {
    visibility: visible;
}

.log-subsection {
    position: fixed;
    bottom: 36px;
    visibility: hidden;
    background: #fff;
    border: 1px solid #aaa;
    padding: 15px;
    left: 15px;
    max-height: 500px;
    overflow: auto;
    z-index: 9999999999;
    right: 15px;
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
}

#log-title {
    font-weight: bold;
}

#log-logs-detail {
    min-width: 700px;
}

.log-logs-table td, .log-logs-table th {
    vertical-align: top;
    padding: 5px 10px;
}

#log-queries-detail {
    min-width: 930px;
}

.log-queries-table td, .log-queries-table th {
    vertical-align: top;
    padding: 5px 10px;
}

#log-profiles-detail {
    min-width: 700px;
}

.log-profiles-modules-detail {
    max-width: 273px;
    min-width: 100px;
    left: 700px;
}