body {
    background-color: #222222;
}

* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
}

thead {
    background-color: #555555;
}

th, td {
    padding: 3px 10px;
}

tbody tr:nth-child(odd) {
    background-color: #333333;
}

tbody tr:nth-child(even) {
    background-color: #444444;
}

a {
    color: #33aaee;
    text-decoration: none;
}

a:hover {
    color: #55ccee;
}

.statusButton {
    background: none!important;
    border: none;
    padding: 0!important;
    font-size: inherit;
    cursor: pointer;
}

#infoPopup {
    transform: translate(-50%,-50%);
    height: auto;
    width: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #555555;
    white-space: pre-line;
}

.onlineStatus {
    width: 1em;
    height: 1em;
    display: inline-block;
    border-radius: 50%;
    top: 0.15em;
    position: relative;
    margin-right: 5px;
}

.tracked {
    width: 1em;
    height: 1em;
    display: inline-block;
    top: 0.15em;
    position: relative;
    margin-left: 5px;
}

.lastAction {
    color: #888888;
    font-size: 12px;
}