body {
    
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    
      font-family: 'Roboto';
  line-height: 1.25;
   margin: 0px 0px 0px 0px; 
    
}

a:link {
    
    color: #FFFFFF;
}

#footer a:hover {
    
    color: #ffff00;
    

}

a:visited {
    
   color: #fff;
}

#wrapper {

width: 100%;
height: 300px;
background: url('immagini/glp.png') no-repeat;
background-position: top center;
    
}

#wrapper-row {
z-index: -2;
width: 100%;
height: 300px;
background: url('immagini/people.jpg') no-repeat;
background-position: center center;
    
}


#vota {
    z-index: 1;
    margin-top: 50px;
    width: 29%;
    position: absolute;
    right: 0px;
    top: 0px;
}



#programma {
    z-index: 3;
    text-shadow: 1px 1px 0px #000000; 
      font-style: italic;
    font-family: 'Roboto';
    font-size: 30px;
    text-align: center;
    padding: 10px;
    color: #ffff00;
    font-weight: 900;
    background: rgb(0,82,104);
background: linear-gradient(0deg, rgba(0,82,104,1) 0%, rgba(45,161,253,1) 100%);
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
}

#programma:hover {
    
    cursor: poiner;
    color: #FFF;
}


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

 #vota {  
  width: 25%; 
    }
}

#margin {
    
 margin: 0px 20px 0px 20px;   
    
}

#header {
    
  margin: 20px 20px 20px 20px;  
    font-style: Italic;
    font-family: 'Roboto';
    font-size: 20px;
    text-align: left;
    padding: 20px;
    color: #FFF;
    font-weight: 600;
    
}

#titolo {
    text-shadow: 1px 1px 0px #000000; 
    font-style: italic;
    font-family: 'Roboto';
    font-size: 40px;
    text-align: center;
    padding: 20px;
    color: #FFF;
    font-weight: 900;
    background: rgb(0,82,104);
background: linear-gradient(0deg, rgba(0,82,104,1) 0%, rgba(45,161,253,1) 100%);
}

#footer {
    
    line-height: 200%;
    vertical-align: bottom;
    color: #FFF;
    background: url('immagini/footer.png') no-repeat;
    height: 280px;
    width: 100%;
    background-position: left bottom;
    background-size: 100%;
}

.ombra {
    
text-shadow: 1px 1px 0px #000000;   
    
}

.bordi {
   
border-radius: 10px;
    
}

.icon {
    
    width: 50px;
    height: 50px;
    border: 0px solid;
}

#eye {
 margin-top: -3px;
    width: 23px;
        height: 23px;
}

.name {
    
    font-weight: bold;
}

td a:link {
    
    color: #000 !important;
}

td a:visited {
    
    color: #000 !important;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table tr:hover {
      background-color: #fff;
    
}

#firsttr:hover {
    background-color: #f8f8f8; 
    
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
   
    text-align: center;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

td {
    
font-size: 20px;
}

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


td {
    
font-size: 30px !important;
    
}
    
    #titolo {
        
        font-size: 30px !important;
    }
    
}



