/* LOG TABLRE */
.dev-log-table * {
    font-size: 10px !important;
    font-family: "Courier New"
}

.dev-log-table td {
    padding: 2px;
    border-bottom: 1px solid #eee;
}

.dev-log-table tr.repeat {
    background-color: #ffcccc;
}
