main {
    margin-top: 40px;
}

@media screen and (max-width: 800px) {
    table td:before {
        content: attr(data-label);
        font-weight: bold;
        margin-bottom: 3px;
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 16px;
    }

    .container {
        padding-left: 18px !important;
    }

    table thead {
        display: none;
    }

    .align-right {
        text-align: center !important;
    }

    .align-left {
        text-align: center !important;
    }

    .select {
        max-width: 140px !important;
    }

    .table-handler {
        max-width: 90vw;
        flex-wrap: wrap !important;
        align-content: flex-end !important;
        justify-content: space-between !important;
        align-items: flex-end !important;
    }

    main {
        margin-top: 47px;
    }

    .heading-lv1 {
        font-size: 16px !important;
    }

    table tr {
        display: flex;
        grid-template-columns: 1fr;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .table-wrapper {
        width: 90vw;
    }
}

@media screen and (min-width: 801px) {
    table td:before {
        display: none;
    }

    .table-row:nth-child(even) {
        height: 60px;
    }

    .table-row:nth-child(odd) {
        height: 60px;
    }
}

select {
    font-family: inherit;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.hidden {
    display: none;
}

.flex {
    display: flex;
}

.mb20 {
    margin-bottom: 20px;
}

.light-text {
    color: rgb(146, 146, 146);
}

.button {
    padding: 0 20px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
    background-color: #111;
    border: 1px solid #111;
    border-radius: 3px;
    transition: all 0.2s;
}

.button:hover {
    color: #111;
    background-color: #fff;
}

.button.secondary {
    color: rgb(146, 146, 146);
    background-color: #fff;
    border: 1px solid #ccc;
}

.button.secondary:hover {
    color: #111;
    background-color: #fff;
    border: 1px solid #111;
}

.heading-lv1 {
    margin-bottom: 26px;
    font-size: 28px;
    font-weight: bold;
    color: #2f2f2f;
}

.dropdown-heading {
    margin-bottom: 10px;
    font-size: 12px;
    color: rgb(146, 146, 146);
    font-weight: 300;
}

.select {
min-width: 80px;
width: 150px;
max-width: 150px;
}

.select::-ms-expand {
    display: none; /* delete browser picker */
}

.select {
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 2;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    appearance: none; /* delete browser picker */
}

.select:hover {
    border: 1px solid rgb(146, 146, 146);
}

.select:active,
.select:focus {
    outline: none;
    box-shadow: 0 0 0 2px #1D4ED8;
}

.container {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 24px;
    padding-left: 24px;
    margin: 0 auto;
    max-width: 1500px;
}

.table-handler {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
}

.table-app {
    min-width: 700px;
}

.table-handler {
    margin-bottom: 16px;
}

.table-handler > * {
    display: inline-block;
}

.table-handler-dropdown-cell {
    padding-right: 16px;
}

.table-wrapper {
    overflow-y: scroll;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table-head {
    line-height: 48px;
}

.table-head th {
position: sticky;
top: 0;
font-weight: bold;
color: #ffffff;
background-color: rgba(34, 34, 34, 0.97);
padding-top: 15px;
padding-bottom: 15px;
font-size: 18px;
line-height: 1.1904761905;
font-weight: 600;
letter-spacing: .011em;
font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.table-row {
    line-height: 48px;
    color: #111;
}

.table-row:nth-child(even) {
    background-color: #f8f8f8;
}

.table-row:nth-child(odd) {
    background-color: #eee;
}

.table-cell {
    padding: 5px 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px !important;
    white-space: break-spaces;
    max-width: 200px;
    line-height: 27px;
    font-weight: 300;
}

.no-results {
    padding: 40px 0;
    text-align: center;
}

.no-results-message {
    font-size: 22px;
    color: rgb(146, 146, 146);
}
