table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    color: #1c2026 !important;
}
th, td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
}
td.position {
    text-align: right;
}
td.alarm {
    color: #e62e6c;
}
thead th {
    background-color: #e62e6c;
    color: #fff !important;
    cursor: pointer;
    position: relative;
}
thead th:hover {
    background-color: #d6225f;
}
thead th.sort-asc::after,
thead th.sort-desc::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
}
thead th.sort-asc::after {
    border-bottom-color: white;
}
thead th.sort-desc::after {
    border-top-color: white;
}
tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
tbody tr:hover {
    background-color: #e9e9e9;
}
div.scroller {
  margin:0px;
  padding:0px;
  overflow: auto;
}
