*{
    scroll-behavior: smooth;
}

td{
    height: 80px;
    text-align: center;
    width: 140px;
    padding: 2px;
}

td.main{
    text-align: left;
}

td, th {
    border: 1px solid grey;
  }

 table{
    border-collapse: collapse;
    margin: 10px;
  }

#tablescroll{
    overflow: auto;
}

#back{
    position: fixed;
    margin-left: 280px;
    width: 70px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    z-index: 300;
    background-color: #F1954C;
    padding: 10px;
    border-radius: 0px 0px 10px 0px;
    color: black;
    text-decoration: none;
}

#back:hover{
    color: white;
}

@media only screen and (max-width: 600px){
    #back{
        margin-top: 5px;
        margin-left: calc(100vw - 100px);
        border-radius: 10px;
    }
}
