.elenco a {
    font-size: 20px;
    margin: 0;    
    display: inline-block;
    color: white;
    text-align: center;
    padding: 17px 16px;
    text-decoration: none;
    
}

.lista {
    display: inline-block;
}

.elenco
{
  background-color: #4f4f4f;
  list-style: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  position: relative;
  top: -60px;
  padding-left: 0px;
}

.lista:hover {
    background-color: #111;
}

.elenco a:hover {
    background-color: #111;
}

div.marquee {
    white-space:no-wrap;
    overflow:hidden;
}
div.marquee > div.marquee-text {
    white-space:nowrap;
    display:inline;
    width:auto;
}

table {
    position: relative;
    margin-left: 40px;
}

