﻿#components-reconnect-modal { display: none !important; }

.cursor-default { cursor: default; }
.cursor-pointer { cursor: pointer; }

table > thead { vertical-align: bottom; }
table > tbody { vertical-align: middle; }
    table > tbody > tr { border-width: 2px 0; }
        table > tbody > tr > td { border-width: 0 2px; padding: .50rem .75rem; }

@media (min-width: 1170px) {
    .hideDesktop { display: none !important; }
}

@media (max-width: 1169px) {
    .hideMobile { display: none !important; }
}

@media (min-width: 1366px) and (max-width: 1469px) {
    .menu-offset { padding-left: 8rem; }
}

@media (min-width: 1170px) and (max-width: 1365px) {
    .menu-offset { padding-left: 14rem; }
}
