@media screen and (max-width: 768px) {

  body{
    background-size: 60%;
  }

  #bottom {
    position: absolute;
    bottom: 0;
    color: white;
    width:100%;
    margin-bottom:25px;
    display: block;
  }

  .flexalbottom{
    display: inline-block;
    width: 49%;
  }

  #top {
    position: relative;
    top: 0;
    color: white;
    width:100%;
    margin-top:15px;
    display: block;
  }

  .flexal{
    display: block;
    width: 100%;
    margin-top: 5px;
  }

  .progresslabel{
    width: 90px;
  }

  #pingprogress{
    height: 10px;
  }

  #downloadprogress{
    height: 10px;
  }

  #uploadprogress{
    height: 10px;
  }

#terminal{
    position: relative;
    margin: 0 auto;
    top: 15px;
    left: 0px;
    width: 280px;
    padding-bottom: 0px;
}

#map{
    visibility: hidden;
    height: 0px;
}

  #tableBottom{
    display: none;
}

}