﻿#refreshbtn {
    outline: none !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
    border-bottom: 1px solid #111;
}

.status-pill {
    width: 12px;
    height: 12px;
    border-radius: 30px;
    background-color: #eee;
    display: inline-block;
    vertical-align: middle;
}

.red {
    background-color: red;
}

.green {
    background-color: #2aba2a;
}
