.main-container{
    color: white;
    padding: 30px;
    margin-left: auto; margin-right: auto;
    width: 70%;
}

.version-division{
    background-color: rgb(45, 57, 105);
    text-align: center;
    width: fit-content;
    margin-left: auto; margin-right: auto;
    border-radius: 10px;
    padding: 10px;
    padding-right: 15px; padding-left: 15px;
    margin-bottom: 30px;
    
    
}

.run-desc {
    padding-left: 3.5vw;
}

.run {
    padding-bottom: 30px;
}

.runinfo-container{

    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
    padding: 20px;
    width: 50vw;
}

.run-circle-indicator{
    padding-top: 8.5vh;
    padding-right: 20px;
}

.run-outside-link{
    padding-left: 20px;
    padding-top: 7vh;
    font-size: 3vmin;
}

.run-outside-link:hover{
    cursor: pointer;
}

.vertical-line { 
    width: 0px; 
    border-left: 3px solid #ffffff; 
    height: 300%;
    margin-top: -5px;
    margin-left: 7px;
  } 

.test {
    position: absolute;
    padding-right: 220px;
    padding-left: 20px;
    line-height: 15px;
    font-size: 25px;
    font-weight: bold;
}

.see-more {
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.205);
    padding: 0.7vb;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 2.2vmin;
    color: aliceblue;
}

.see-more:hover {
    background-color: rgba(255, 255, 255, 0.322);
}

.see-more-text {
    display: none;
}

.circle-icon {
    scale: 200%;
}


.title {
    color: white;
    text-align: center;
    font-weight: bolder;
    padding-top: 5px;
    font-size: 11vmin;
}

.title-container {
    text-align: center;
    padding: 5vmin 15vmin;
    width: 100%;
}

.version-selector {
    width: 100%;
    font-size:3vmin;
}

.version-selector-text{
    text-decoration: none;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: bold;
    color: #acacac;
}

.version-selector-text:hover{
    cursor: pointer;
    color: rgb(164, 188, 255);
}

.version-selector-active{
    text-decoration: none;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: bold;
    color: #ffffff;
   
}

#descriptionSSG {
    display: none;
}

a {
    -webkit-user-drag: none;
}