
/* Tabs related styles */
.gps-charts-tabs {
    width: 100%;
}
.gps-tabs {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0 !important;
}
.gps-tabs li {
    padding: 10px !important;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    margin-right: 6px;
}
.gps-tabs li.active {
    background-color: #ffcc33;
    color: #333;
}
.gps-tab-content {
    padding: 10px;
}
.gps-tab-pane {
    display: none;
}
.gps-tab-pane.active {
    display: block;
}