.log-icon {
width: 16px;
}
.log-lalign {
text-align: left;
}
.log-item {
cursor: pointer;
}
.log-item:hover {
background-color: #4a4a4f;
}
.log {
border: none;
border-collapse: collapse;
display: block;
max-height: 200px;
overflow: auto;
width: 100%;
table-layout: fixed;
}
.log-selected {
background-color: #204e8a;
cursor: default;
}
.log-leaving {
color: var(--error);
}
.log-arriving {
color: var(--success);
}
.log > tbody > tr > td {
padding: 2px;
}
.log-hidden {
display: none;
}
#log_body {
width: 100%;
}
.log-container {
width: 350px;
}
.log-header {
padding: 5px;
}
.log-w240 {
width: 240px;
}
.log-w50 {
width: 50px;
}
.log-td {
padding: 5px;
}