* {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    height: 100%;
    width: auto !important;
    overflow: hidden !important
}


.nextButton {
    opacity: 0.5;
    font-size: 40px;
    border-radius: 0 15px 15px 0;
    text-align: center;
    position: relative;
    left: -4px;
}

.prevButton {
    opacity: 0.5;
    font-size: 40px;
    border-radius: 15px 0 0 15px;
    text-align: center;
}

.qualityButton {
    opacity: 0.5;
    width: auto;
    font-size: 40px;
    text-decoration: bold;
    border-radius: 15px 15px 15px 15px;
}

.arrow {
    width: auto;
    height: 40px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.FSButton {
    opacity: 0.5;
    font-size: 40px;
    border-radius: 15px;
    position: relative;
    float: right;
}

button:hover {
    background-color: grey;
}

button:active {
    background-color: rgb(93, 93, 93);
}

button:focus {
    outline: 0;
}

.popup {
    position: absolute;
    pointer-events: none;
}

.content {
    background: rgba(85, 85, 85, 0.5);
    border-radius: 20px;
    padding: 20px;
    width: 40%;
    height: 300px;
    min-width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: lato;
    color: white;
    pointer-events: all;
    position: relative;
    left: 20%;
    border-radius: 15px 15px 15px 0;
}

img {
    height: 220px;
    width: auto;
    float: left;
}

.text {
    display: inline;
    vertical-align: top;
    overflow: auto;
    position: relative;
    left: 40px;
}

li {
    padding-right: 60px;
}

.TL {
    width: 33%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.TL::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: rgb(0, 255, 179);
    top: 0;
    bottom: 0;
    left: 30px;
    margin-left: -3px;
}

.TLcontainer {
    padding: 10px 40px;
    position: relative;
}

.TLcontainer .active {
    height: 50%;
}

.TLcontent {
    position: relative;
    left: 20px;
    background: rgba(85, 85, 85, 0.5);
    border-radius: 20px;
    padding: 12px;
    font-family: lato;
    color: white;
}

.TLcontainer::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 13px;
    background-color: white;
    border: 4px solid rgb(0, 255, 179);
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}