.statisticsModule .select {
    float: right;
    width: 100px;
    margin-top: 2px;
    margin-left: 10px;
}

.statisticsModule .select.period {
    width: 140px;
}

.statisticsModule .graph {
    position: relative;
}

.statisticsModule .graph .statisticSessions {
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    text-align: right;
    line-height: 24px;
    background-color: #efefef;
    border-radius: 5px;
    padding: 10px 15px;
}

.statisticsModule .graph #statisticsWebChart {
    margin-top: 60px;
}

.statisticsModule .graph #statisticsChart {
    height: 300px;
}

.statisticsModule .column .box {
    padding-bottom: 60px;
}

.statisticsModule table {
    width: 100%;
    line-height: 24px;
}

.statisticsModule table td {
    width: 50%;
}

.statisticsModule table td.last {
    text-align: right;
}

.statisticsModule table .header td {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.statisticsModule .buttons {
    margin-bottom: 10px;
}

.statisticsModule .buttons .button {
    width: calc(50% - 5px);
    box-sizing: border-box;
    float: left;
}

.statisticsModule .buttons .button.last {
    margin-left: 10px;
}

.statisticsModule .clubSessionsTable {
    display: table;
    width: 100%;
    line-height: 24px;
}

.statisticsModule .clubSessionsTable .row {
    display: table-row;
    width: 100%;
}

.statisticsModule .clubSessionsTable .row .cell {
    display: table-cell;
    width: 50%;
}

.statisticsModule .clubSessionsTable .row .cell.header {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.statisticsModule .clubSessionsTable .row .cell.last {
    text-align: right;
}

.statisticsModule #partnersTable,
.statisticsModule #partnersButton {
    display: none;
}

.statisticsModule .arrowButton {
    position: absolute;
    bottom: 15px;
    right: 15px;
}