.tabs {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    background: white;
    padding: 20px;
    padding-bottom: 20px;
    width: 100%;
    /*height: 250px;*/
    /*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);*/
    border-radius: 5px;
    min-width: 240px;
}
.tabs input[name="tab-control"] {
    display: none;
}

.tabs .content section h2,
.tabs ul li label {
    font-family: "Arial";
    /*font-weight: bold;*/
    font-size: 20px;
    color: #428BFF;
}
.tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: white;
}
.tabs ul li {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
    background: white;
}
.tabs ul li label {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tabs ul li label br {
    display: none;
}
.tabs ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
    outline: 0;
    color: #626a77;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
    fill: white;
}
/*.tabs .slider {*/
     /*position: relative;*/
     /*width: 25%;*/
     /*-webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);*/
     /*transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);*/
 /*}*/
/*.tabs .slider .indicator {*/
    /*position: relative;*/
    /*width: 50px;*/
    /*max-width: 100%;*/
    /*margin: 0 auto;*/
    /*height: 4px;*/
    /*background: #428BFF;*/
    /*border-radius: 1px;*/
/*}*/
.tabs .content {
    margin-top: 30px;
}
.tabs .content section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}
.tabs .content section h2 {
    color: #428BFF;
    display: none;
}
.tabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #428BFF;
    margin-top: 5px;
    left: 1px;
}








.tabs2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    background: white;
    padding: 50px;
    padding-bottom: 80px;
    width: 100%;
    /*height: 250px;*/
    /*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);*/
    border-radius: 5px;
    min-width: 240px;
}
.tabs2 input[name="tab-control2"] {
    display: none;
}

.tabs2 .content section h2,
.tabs2 ul li label {
    font-family: "Arial";
    /*font-weight: bold;*/
    font-size: 20px;
    color: #428BFF;
}
.tabs2 ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: white;
}
.tabs2 ul li {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
    background: white;
}
.tabs2 ul li label {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tabs2 ul li label br {
    display: none;
}
.tabs2 ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tabs2 ul li label:hover, .tabs2 ul li label:focus, .tabs2 ul li label:active {
    outline: 0;
    color: #626a77;
}
.tabs2 ul li label:hover svg, .tabs2 ul li label:focus svg, .tabs2 ul li label:active svg {
    fill: white;
}
/*.tabs .slider {*/
/*position: relative;*/
/*width: 25%;*/
/*-webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);*/
/*transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);*/
/*}*/
/*.tabs .slider .indicator {*/
/*position: relative;*/
/*width: 50px;*/
/*max-width: 100%;*/
/*margin: 0 auto;*/
/*height: 4px;*/
/*background: #428BFF;*/
/*border-radius: 1px;*/
/*}*/
.tabs2 .content {
    margin-top: 30px;
}
.tabs2 .content section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}
.tabs2 .content section h2 {
    color: #428BFF;
    display: none;
}
.tabs2 .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #428BFF;
    margin-top: 5px;
    left: 1px;
}

/*.tabs2 input[name="tab-control"]:nth-of-type(1-1):checked ~ ul > li:nth-child(1-1) > label {*/
    /*cursor: default;*/
    /*color: #428BFF;*/
/*}*/
/*.tabs2 input[name="tab-control"]:nth-of-type(1-1):checked ~ ul > li:nth-child(1-1) > label svg {*/
    /*fill: #428BFF;*/
/*}*/
/*@media (max-width: 600px) {*/
    /*.tabs2 input[name="tab-control"]:nth-of-type(1-1):checked ~ ul > li:nth-child(1-1) > label {*/
        /*background: #bec5cf;*/
    /*}*/
/*}*/
/*.tabs2 input[name="tab-control"]:nth-of-type(1-1):checked ~ .slider {*/
    /*-webkit-transform: translateX(0%);*/
    /*transform: translateX(0%);*/
/*}*/
/*.tabs2 input[name="tab-control"]:nth-of-type(1-1):checked ~ .content > section:nth-child(1-1) {*/
    /*display: block;*/
/*}*/



/*.tabs2 input[name="tab-control"]:nth-of-type(1-2):checked ~ ul > li:nth-child(1-2) > label {*/
    /*cursor: default;*/
    /*color: #428BFF;*/
/*}*/
/*.tabs2 input[name="tab-control"]:nth-of-type(1-2):checked ~ ul > li:nth-child(1-2) > label svg {*/
    /*fill: #428BFF;*/
/*}*/
/*@media (max-width: 600px) {*/
    /*.tabs2 input[name="tab-control"]:nth-of-type(1-2):checked ~ ul > li:nth-child(1-2) > label {*/
        /*background: #bec5cf;*/
    /*}*/
/*}*/
/*.tabs2 input[name="tab-control"]:nth-of-type(1-2):checked ~ .slider {*/
    /*-webkit-transform: translateX(0%);*/
    /*transform: translateX(0%);*/
/*}*/
/*.tabs2 input[name="tab-control"]:nth-of-type(1-2):checked ~ .content > section:nth-child(1-2) {*/
    /*display: block;*/
/*}*/






.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: #428BFF;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
    fill: #428BFF;
}
@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        background: #bec5cf;
}
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #428BFF;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
    fill: #428BFF;
}
@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        background: #bec5cf;
    }
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #428BFF;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
    fill: #428BFF;
}
@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
        background: #bec5cf;
    }
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
    -webkit-transform: translateX(160%);
    transform: translateX(160%);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
    display: block;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #428BFF;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
    fill: #428BFF;
}
@media (max-width: 960px) {
    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
        background: #bec5cf;
    }
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
    -webkit-transform: translateX(240%);
    transform: translateX(240%);
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
    display: block;
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
    cursor: default;
    color: #428BFF;
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label svg {
    fill: #428BFF;
}
@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
        background: #bec5cf;
    }
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ .slider {
    -webkit-transform: translateX(320%);
    transform: translateX(320%);
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ .content > section:nth-child(5) {
    display: block;
}























.tabs2 input[name="tab-control2"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: #428BFF;
}
.tabs2 input[name="tab-control2"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
    fill: #428BFF;
}
@media (max-width: 600px) {
    .tabs2 input[name="tab-control2"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        background: #bec5cf;
    }
}
.tabs2 input[name="tab-control2"]:nth-of-type(1):checked ~ .slider {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.tabs2 input[name="tab-control2"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;
}
.tabs2 input[name="tab-control2"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #428BFF;
}
.tabs2 input[name="tab-control2"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
    fill: #428BFF;
}
@media (max-width: 600px) {
    .tabs2 input[name="tab-control2"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        background: #bec5cf;
    }
}
.tabs2 input[name="tab-control2"]:nth-of-type(2):checked ~ .slider {
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
}
.tabs2 input[name="tab-control2"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
}
.tabs2 input[name="tab-control2"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #428BFF;
}
.tabs2 input[name="tab-control2"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
    fill: #428BFF;
}
@media (max-width: 600px) {
    .tabs2 input[name="tab-control2"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
        background: #bec5cf;
    }
}
.tabs2 input[name="tab-control2"]:nth-of-type(3):checked ~ .slider {
    -webkit-transform: translateX(160%);
    transform: translateX(160%);
}
.tabs2 input[name="tab-control2"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
    display: block;
}
.tabs2 input[name="tab-control2"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #428BFF;
}
.tabs2 input[name="tab-control2"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
    fill: #428BFF;
}
@media (max-width: 960px) {
    .tabs2 input[name="tab-control2"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
        background: #bec5cf;
    }
}
.tabs2 input[name="tab-control2"]:nth-of-type(4):checked ~ .slider {
    -webkit-transform: translateX(240%);
    transform: translateX(240%);
}
.tabs2 input[name="tab-control2"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
    display: block;
}
.tabs2 input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
    cursor: default;
    color: #428BFF;
}
.tabs2 input[name="tab-control2"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label svg {
    fill: #428BFF;
}
@media (max-width: 600px) {
    .tabs2 input[name="tab-control2"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
        background: #bec5cf;
    }
}
.tabs2 input[name="tab-control2"]:nth-of-type(5):checked ~ .slider {
    -webkit-transform: translateX(320%);
    transform: translateX(320%);
}
.tabs2 input[name="tab-control2"]:nth-of-type(5):checked ~ .content > section:nth-child(5) {
    display: block;
}















.tabset2 > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset2 .tab-panel {
    display: none;
}

.tabset2 > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset2 > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset2 > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset2 > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset2 > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset2 > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

/*
 Styling
*/


.tabset2 > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

.tabset2 > label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 0px;
    height: 4px;
    background: #8d8d8d;
}

/*.tabset2 > label:hover,*/
.tabset2 > input:focus + label {
    color: #06c;
}

.tabset2 > label:hover::after,
.tabset2 > input:focus + label::after,
.tabset2 > input:checked + label::after {
    background: #06c;
}

.tabset2 > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    /*padding: 50px 0;*/

    border-top: 1px solid #ccc;
}

/*
 Demo purposes only
*/
/**,*/
/**:before,*/
/**:after {*/
    /*box-sizing: border-box;*/
/*}*/

/*body {*/
    /*padding: 30px;*/
/*}*/

.tabset2 {
    max-width: 85em;
}















@-webkit-keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@media (max-width: 1000px) {
    .tabs ul li label {
        white-space: initial;
    }
    .tabs ul li label br {
        display: initial;
    }
    .tabs ul li label svg {
        height: 1.5em;
    }
}
@media (max-width: 600px) {
    .tabs ul li label {
        padding: 5px;
        border-radius: 5px;
    }
    .tabs ul li label span {
        display: none;
    }
    .tabs .slider {
        display: none;
    }
    .tabs .content {
        margin-top: 20px;
    }
    .tabs .content section h2 {
        display: block;
    }
}





@media (max-width: 1000px) {
    .tabs2 ul li label {
        white-space: initial;
    }
    .tabs2 ul li label br {
        display: initial;
    }
    .tabs2 ul li label svg {
        height: 1.5em;
    }
}
@media (max-width: 600px) {
    .tabs2 ul li label {
        padding: 5px;
        border-radius: 5px;
    }
    .tabs2 ul li label span {
        display: none;
    }
    .tabs2 .slider {
        display: none;
    }
    .tabs2 .content {
        margin-top: 20px;
    }
    .tabs2 .content section h2 {
        display: block;
    }
}




























dt {
    font-weight: bold;

}

dl {
    margin-bottom: 50px;
}

#bug:target {
    outline: 4px solid #ccc;
}

/**
 * tab panel widget
 */
.tabPanel-widget5,
.tabPanel-widget,
.tabPanel-widget2{
    position: relative;  /* containing block for headings (top:0) */
    background: #999;
}

/**
 * because labels come first in source order - we use z-index to move them in front of the headings
 */
.tabPanel-widget5 > label,
.tabPanel-widget > label,
.tabPanel-widget2 > label {
    position: absolute;
    z-index: 1;
}

/**
 * labels and headings must share same values so grouping declarations in this rule prevents async edits (risk of breakage)
 * line-height == height -> vertical centering
 * the width dictates the offset for all headings but the first one: left offset = width * number of previous heading(s)
 * note that width and offset of label/heading pair can be customized if necessary
 */

.tabPanel-widget > label,
.tabPanel-widget > h2 {
    font-size: 1.1em;
    width: 15em;
    height: 2em;
    line-height: 2em;
}
.tabPanel-widget5 > label,
.tabPanel-widget5 > h2 {
    font-size: 1.1em;
    width: 14em;
    height: 4em;
    line-height: 2em;
}
.tabPanel-widget2 > label,
.tabPanel-widget2 > h2 {
    font-size: 1.1em;
    width: 18em;
    height: 4em;
    line-height: 2em;
}
/**
 * position:relative is for the markers (the down arrow in tabs)
 */
.tabPanel-widget5 > h2,
.tabPanel-widget2 > h2,
.tabPanel-widget > h2 {
    position: relative;
    margin: 0;
    text-align: center;
    background: #999;
    color: #fff;
}

.tabPanel-widget5 > label,
.tabPanel-widget2 > label,
.tabPanel-widget > label {
    border-right: 1px solid #fff;
}

/**
 * all first level labels and headings after the very first ones
 */
.tabPanel-widget5 > label ~ label,
.tabPanel-widget5 > h2 ~ h2,
.tabPanel-widget2 > label ~ label,
.tabPanel-widget2 > h2 ~ h2,
.tabPanel-widget > label ~ label,
.tabPanel-widget > h2 ~ h2 {
    position: absolute;
    top: 0;
}


/**
 * We target all the label/heading pairs
 * we increment the :nth-child() params by 4 as well as the left value (according to "tab" width)
 */
.tabPanel-widget2 label:nth-child(1),
.tabPanel-widget2 h2:nth-child(3) {
    left: 0em;
}
.tabPanel-widget label:nth-child(1),
.tabPanel-widget h2:nth-child(3) {
    left: 0em;
}
.tabPanel-widget5 label:nth-child(1),
.tabPanel-widget5 h2:nth-child(3) {
    left: 0em;
}


.tabPanel-widget label:nth-child(5),
.tabPanel-widget h2:nth-child(7) {
    left: 15em;
}
.tabPanel-widget5 label:nth-child(5),
.tabPanel-widget5 h2:nth-child(7) {
    left: 14em;
}
.tabPanel-widget2 label:nth-child(5),
.tabPanel-widget2 h2:nth-child(7) {
    left: 18em;
}

.tabPanel-widget label:nth-child(9),
.tabPanel-widget h2:nth-child(11) {
    left: 30em;
}
.tabPanel-widget5 label:nth-child(9),
.tabPanel-widget5 h2:nth-child(11) {
    left: 28em;
}
.tabPanel-widget2 label:nth-child(9),
.tabPanel-widget2 h2:nth-child(11){
    left: 36em;
}


.tabPanel-widget label:nth-child(13),
.tabPanel-widget h2:nth-child(15) {
    left: 45em;
}
.tabPanel-widget5 label:nth-child(13),
.tabPanel-widget5 h2:nth-child(15) {
    left: 42em;
}
.tabPanel-widget2 label:nth-child(13),
.tabPanel-widget2 h2:nth-child(15) {
    left: 54em;
}


.tabPanel-widget5 label:nth-child(17),
.tabPanel-widget5 h2:nth-child(19) {
    left: 56em;
}
.tabPanel-widget2 label:nth-child(17),
.tabPanel-widget2 h2:nth-child(19) {
    left: 72em;
}
/**
 * we visually hide all the panels
 * https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
 */
.tabPanel-widget5 input + h2 + div,
.tabPanel-widget2 input + h2 + div,
.tabPanel-widget input + h2 + div {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
/**
 * we reveal a panel depending on which control is selected
 */
.tabPanel-widget5 input:checked + h2 + div,
.tabPanel-widget2 input:checked + h2 + div,
.tabPanel-widget input:checked + h2 + div {
    position: static !important;
    padding: 1em !important;
    height: auto !important;
    width: auto !important;

}

/**
 * shows a hand cursor only to pointing device users
 */
.tabPanel-widget5 label:hover,
.tabPanel-widget2 label:hover,
.tabPanel-widget label:hover {
    cursor: pointer;
}

.tabPanel-widget5 > div,
.tabPanel-widget2 > div,
.tabPanel-widget > div {
    background: #f0f0f0;
    padding: 1em;
}

/**
 * we hide radio buttons and also remove them from the flow
 */
.tabPanel-widget5 input[name="tabs"],
.tabPanel-widget2 input[name="tabsPP"],
.tabPanel-widget input[name="tabs"] {
    opacity: 0;
    position: absolute;
}


/**
 * this is to style the tabs when they get focus (visual cue)
 */
.tabPanel-widget5 input[name="tabs"]:focus + h2,
.tabPanel-widget2 input[name="tabsPP"]:focus + h2,
.tabPanel-widget input[name="tabs"]:focus + h2 {
    /*outline: 1px dotted #000;*/
    outline-offset: 10px;
}


/**
 * reset of the above within the tab panel (for pointing-device users)
 */
.tabPanel-widget5:hover h2,
.tabPanel-widget2:hover h2,
.tabPanel-widget:hover h2 {
    outline: none !important;
}

/**
 * visual cue of the selection
 */
.tabPanel-widget5 input[name="tabs"]:checked + h2,
.tabPanel-widget2 input[name="tabsPP"]:checked + h2,
.tabPanel-widget input[name="tabs"]:checked + h2 {
    background: steelblue;
}

/**
 * the marker for tabs (down arrow)
 */
.tabPanel-widget5 input[name="tabs"]:checked + h2:after,
.tabPanel-widget2 input[name="tabsPP"]:checked + h2:after,
.tabPanel-widget input[name="tabs"]:checked + h2:after {
    content: '';
    margin: auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid steelblue;
}

/**
 * Make it plain/simple below 45em (stack everything)
 */
@media screen and (max-width: 45em) {

    /* hide unecessary label/control pairs */
    .tabPanel-widget2 label,
    .tabPanel-widget2 input[name="tabsPP"],
    .tabPanel-widget5 label,
    .tabPanel-widget5 input[name="tabs"],
    .tabPanel-widget label,
    .tabPanel-widget input[name="tabs"] {
        display: none;
    }

    /* reveal all panels */
    .tabPanel-widget5 > input + h2 + div,
    .tabPanel-widget2 > input + h2 + div,
    .tabPanel-widget > input + h2 + div {
        display: block !important;
        position: static !important;
        padding: 1em !important;
        height: auto !important;
        width: auto !important;
    }

    /* "unstyle" the heading */
    .tabPanel-widget5 h2,
    .tabPanel-widget2 h2,
    .tabPanel-widget h2 {
        width: auto;
        height: auto;
        position: static !important;
        background: #999 !important;
    }

    /* "kill" the marker */
    .tabPanel-widget5 h2:after,
    .tabPanel-widget2 h2:after,
    .tabPanel-widget h2:after {
        display: none !important;
    }

}

.tabPanel-widget5 input[name="tabs"]:disabled + h2,
.tabPanel-widget2 input[name="tabsPP"]:disabled + h2,
.tabPanel-widget input[name="tabs"]:disabled + h2 {
    background: #23415a;
}



