.switchbtn {
    width: 50px;
    height: 22px;
    background-color: #ccc;
    z-index: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    border-radius: 100px;
}
.switchbtn:before {
    content: ' ';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 46px;
    height: 18px;
    background: #f5f5f5;
    z-index: 99;
    border-radius: 52px;
}
.switchbtn:after {
    content: '';
    height: 18px;
    width: 18px;
    border-radius: 52px;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    top: 2px;
    left: 2px;
    text-align: center;
    box-shadow: 0 2px 5px #999999;
    /*padding-top: 30px;*/
    font-size: 25px;
}
.switchon, .switchon:before {
    background-color: #00709D !important;
}
.switchon:after {
    left: 30px !important;
    content: '';
    color: #00709D;
}

.section_choice {
    cursor: pointer;
}

.section_choice.active {
    font-weight: bold;
    color: #000;
}

.delete-logo img {
    max-width: 100%;
    max-height: 100%;
}

.settings-section:not(.active) {
    display: none;
}

.pick-ticket-settings-form:not(.active) .pick-ticket-settings-submit-btn {
    display: none;
}

.tabs-content ul.subsubsub {
    margin: 8px 0 0;
}

#pp-visibility-table td {
    width: 100px;
    height: 50px;
}

#pp-visibility-table {
    border-spacing: 0;
    border-collapse: collapse;
}
#pp-visibility-table tr,
#pp-visibility-table td,
#pp-visibility-table th {
    border: solid 1px grey;
    text-align: center;
}

#pp-visibility-table .switchbtn {
    display: inline-block;
}

#pp-visibility-table .help_tip {
    float: none;
    margin: 0;
}