#spec_page {
    display: none;
    color: white;
}
#spec_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(50,50,50);
    z-index: 20;
    text-align: center;
    padding-top: 80px;
}
#spec_overlayTitle {
    color: white;
}
#spec_overlayLong {
    color: white;
}
#spec_sidebar {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    box-sizing: border-box;
    width: 350px;
    border-right: solid 1px rgb(60,60,60);
    background: rgb(30,30,30);
    overflow-x: hidden;
    z-index: 9;
}
#spec_sidebar > div {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100vh;
    width: 400px;
    padding-right: 50px;
    overflow-y: scroll;
}
#spec_sidebar > div > div {
    position:absolute;
    left:0px;
    top:0px;
    width:350px;
    padding-top:120px;
}
#spec_competition_name {
    font-size: 40px;
    text-align: center;
}
#spec_time {
    font-size: 30px;
    text-align: center;
}
#spec_field {
    position: fixed;
    left: 350px;
    top: 0px;
    padding-top: 80px;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 100vh;
    width: calc(100% - 350px);
    background: rgb(20,20,20);
    z-index: 5;
}
#spec_backlay {
    line-height: calc(100vh - 80px);
    vertical-align: center;
    font-size: 30vh;
    color: rgb(50,50,50);
    text-align: center;
}
#spec_results {
    display:none;
   color:white;
   margin-left:60px;
   margin-right:60px;
   margin-top:60px;
   border-radius:20px;
   width:calc(100% - 120px);
   background-color:rgb(30,30,30);
}
#spec_results>:nth-child(1) {
    padding:5px;
   text-align:center;
   font-size:30px;
   background-color:rgb(40,40,40);
   border-radius:20px 20px 0px 0px;
   border-bottom:solid 1px rgb(60,60,60);
}
#spec_results_list {
    padding:20px;
   text-align:center;
}
#specFieldSubShadow {
    cursor:pointer;
   display:none;
   position:fixed;
   left:0px;
   top:0px;
   width:100vw;
   height:100vh;
   background-color:rgba(0,0,0,0.9);
   z-index:11;
}