@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css");
body {
    color: #000;
}


/* Android 2.3 :checked fix */

@keyframes fake {
    from {
        opacity: 1;
    }
    to {
        opactity: 1;
    }
}

body {
    animation: fake 1s infinite;
}

.radio-tabs {
    display: flex;
    flex-flow: row;
}

.radio-tabs .state {
    position: absolute;
    left: -10000px;
}

#radio1:focus~.tabs #first-tab,
#radio2:focus~.tabs #second-tab,
#radio3:focus~.tabs #third-tab,
#radio4:focus~.tabs #fourth-tab,
#radio5:focus~.tabs #five-tab,
#radio6:focus~.tabs #six-tab {
    box-shadow: 0 0 3px 3px rgba(0, 127, 255, 0.5);
}


/* Tab button container */
/*   border: 4px solid green; 
.tabs {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    flex: 10%;
    
    height: 400px;
    align-self: cetopnter;
    width: 100%;
    float: left;
    background-color: #fff;
    border: 1px solid #723a8d;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin-bottom: 20px;
}*/

.tabs {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    flex: 16%;
    border: 4px solid green;
    height: 100%;
    align-self: inherit;
    width: 100%;
    float: left;
    background-color: #fff;
    border: 1px solid #723a8d;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    padding: 0;
    margin-bottom: 0;
}

.tabs.leftsection {
    margin-right: 50px;
}

/* Tab button */

.radio-tabs .tab {
    flex: none;
    display: flex;
    flex-flow: column;
    align-items: left;
    text-align: left;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.radio-tabs .tab:hover {
    background-color: #fff;
    opacity: 0.7;
}

#radio1:checked~.tabs #first-tab,
#radio2:checked~.tabs #second-tab,
#radio3:checked~.tabs #third-tab,
#radio4:checked~.tabs #fourth-tab,
#radio5:checked~.tabs #five-tab,
#radio6:checked~.tabs #six-tab {
    background-color: #ededd1;
    border-bottom: 0.3em solid #ededd1;
    color: #1e262d;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.tab-label {
    line-height: 1.6rem;
    padding: 10px;
}

.radio-tabs .panels {
    flex: 70%;
    background-color: #fff;
    color: #fff;
    padding: 0.5em;
    width: 100%;
    float: left;
    background-color: #fff;
    border: 1px solid #723a8d;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.radio-tabs .panel {
    display: none;
    color: #000;
}

#radio1:checked~.panels #first-panel,
#radio2:checked~.panels #second-panel,
#radio3:checked~.panels #third-panel,
#radio4:checked~.panels #fourth-panel,
#radio5:checked~.panels #five-panel,
#radio6:checked~.panels #six-panel  {
    display: block;
}

.slide-title {
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
}

.slide-subtitle {
    text-align: center;
    font-size: 1.6rem;
    font-style: italic;
}

.left {
    text-align: left;
}

.slide-item {
    font-size: 1.4rem;
}

h3,
.h3 {
    font-size: 22px;
}

.spacer100 {
    height: 70px;
}
.nlist a {
    color: blue;
}