.custom-panel {margin: 10px 0;}

.custom-panel-label {
    position: relative;
    display: block;
    padding: 4px 40px 4px 40px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #005E9c;
    line-height: 2;
    cursor: pointer;
    border-radius: 3px;
}

.custom-panel-content {margin: 10px 0;}