
.full-page{
    min-height: 700px;
}

body{
    min-height: 100vh;
    background-color: #8EC5FC;
    background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);


}

.btn {
    padding-bottom: 3px;
    width: 40px;
    height: 40px;
    /* margin-left: -20px; */
  
} 

td{
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 5px;
}

.code{
    background-color: #2F2928;
    color:greenyellow;
    padding-left: 20px;
    margin-right: 50px;
    padding-bottom: 20px;
}



.route{
    cursor: pointer;
    min-width: 700px;
    background-color: whitesmoke;
    text-align: center;
    font-size: 26px;
    /* font-family: Courier, monospace; */
    font-family: Helvetica, sans-serif;
    border: 1px solid whitesmoke;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 5px;
}

.title{
    color : #1d7949;
}

.link{
    color:blue
}

.link:hover{
    text-decoration:  underline ;
    color : #d48efc;
}


.route:hover{
    text-decoration:  underline ;
    color : #d48efc;
}

.info-label{
    background-color: whitesmoke;
    text-decoration:  underline ;
    color : #7726a5;
    font-style: bold;
    font-size: 26px;
    font-family: Helvetica, sans-serif;
    min-width: 1000px;
    border-radius: 10px;
    /* text-shadow: 1px 0px 1px rgb(238, 91, 186); */
}
/* .page-up{
    width: 100px;
} */

.route-info{
    min-width: 900px;
    border-radius: 10px;
}
.info-label:hover{
    /* text-decoration:  none; */
    color : #d48efc;
    cursor: pointer;
}

.info-table{
    /* min-width: 1000px; */
    border-radius: 10px;

}

pre{

    padding-left: 150px;
    border-radius: 10px;
}

.route-text{
    background-color: whitesmoke;
    margin-bottom: 100px;
}

.main-table{
    
    border-collapse: separate;
    border-spacing: 0 1px;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    /* min-width: 1000px; */
}

.sub-lable{
    text-align: right;
    padding-right: 500px;
    border-collapse: separate;
    border-spacing: 0 1px;
}