.table {
    border-spacing: 0;
    border-collapse: separate;
    max-width: 90%;
}

.table a {
    color: #161616;
}

.table td {
    text-align: center;
    width: auto;
    padding: 8px 30px;
    font-weight: normal;
    font-size: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tr:hover td {
    background-color: rgba(0, 0, 0, 0.15);
}

.table th:first-child {
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
}

.table th:last-child {
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}

.table th {
    text-align: center;
    padding: 8px;
    background-color: #82c312;
    font-weight: bold;
    font-size: 15px;
    color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tr {
    height: 10px;
    cursor: pointer;
}

.table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

.table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.table tr:nth-child(even) {
    background-color: #fbfbfb;
}

.table tr:nth-child(2n+3) {
    background-color: #f7f7f7;
}

.visible-odd {
    background-color: #fbfbfb !important;
}

.visible-even {
    background-color: #f7f7f7 !important;
}

.visible-last td {
    border-bottom-left-radius: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
}

.left {
    padding-left: 15px !important;
}

.right {
    padding-right: 15px !important;
}

.head-column {
    position: absolute;
    width: 69px !important;
    top: auto;
    left: 0;
}

.col-browsers {
    background-color: #fbfbfb !important;
    width: 75px !important;
    padding-left: 8px !important;
}

.col-notifications {
    background-color: #fbfbfb !important;
    width: 68px !important;
    padding-left: 8px !important;
}

.table-statistics-year {
    padding-top: 14px;
    padding-bottom: 6px;
    font-weight: normal;
    font-size: 13px;
}

.table-statistics-year .year-sum {
    font-weight: bold;
    font-size: 14px;
}

.table-statistics-year .year-sum-sync {
    font-weight: normal;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
}

.table-statistics {
    border-spacing: 1px;
    overflow-x: auto;
    display: block;
    border-collapse: separate;
    max-width: 100%;
    margin-left: 91px;
}

.table-statistics tbody {
    max-width: 0;
    display: block;
}

.table-statistics th {
    font-size: 12px;
    font-weight: normal;
}

.table-statistics td {
    font-size: 14px;
    padding: 6px 6px;
    min-width: 42px;
}

.table-statistics tr:hover td {
    background-color: rgba(0, 0, 0, 0);
}

.table-statistics td:hover {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.table-clicks {
    margin-left: 84px;
    margin-bottom: 15px;
}

.table-clicks td {
    min-width: 43px;
}

#browsers:hover, #notifications:hover {
    background-color: rgba(0, 0, 0, 0) !important;
}

.table-user-wrapper {
    display: inline-block;
    vertical-align: top;
}

.table-user-type {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
}

#table-user-type-switcher {
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    display: none !important;
}

#table-user-type-switcher span {
    cursor: pointer;
}

#table-user-type-switcher span.checked {
    text-decoration: underline !important;
}

.table-user-list {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    min-width: 412px;
    max-width: 100%;
}

#table-user-language {
    float: left;
    padding-right: 0;
    padding-top: 0;
    margin-left: -2px;
    margin-right: 8px;
}

#table-user-language img {
    opacity: 0.65;
}

#table-user-blank {
    float: right;
    padding-right: 0;
    padding-top: 0;
    margin-right: -2px;
}

.table-statistics::-webkit-scrollbar {
    height: 4px;
}

.table-statistics::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.table-statistics::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 4px;
}

.table-statistics::-webkit-scrollbar-thumb:hover {
    background: #aaaaaa;
    border-radius: 4px;
}

@media (max-width: 1250px) {

    .head-column {
        left: 15px;
    }

}

@media (max-width: 789px) {

    .table-user-list {
        min-width: 95%;
    }

    .table-user-type {
        display: none !important;
    }

    #table-user-type-switcher {
        display: block !important;
        margin-left: 20px;
    }

}

@media (max-width: 520px) {

    .table-user-list {
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right:10px;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    #table-user-type-switcher {
        margin-left: 0;
    }

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

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

    .head-column {
        width: 72px !important;
        border-right: 1px solid white;
    }

    .col-browsers {
        width: 77px !important;
    }

}