    
       hr.new {
  border: 2px solid blue;
  border-radius: 5px;
  margin-left:-55%;
}

@media only screen and ( min-width : 1300px) {

         #Tabella{
          margin-left:36%;
        }
       
        #testo{
          margin-left:-55%;
        }
          #video{
           
          margin-left:-60%;
          } 
          
          #play{
              
              margin-left:-55%;
              
          }
          
            #radio{
              
              margin-left:-55%;
              
          }
          
          #contatore{
              
              margin-left:-55%;
              
          }
    
}


@media only screen and (max-width: 1300px) {
   
        #Tabella{
          /*margin-left:0%;*/
        }
         #video{
    
   
   
         }
          
}



.menu {
  width: 90%;
  text-align: center;
  padding: 15px;
  border: 1px solid blu;
}

.main {
  width: 90%;
 
  padding: 0px;
  border: 1px solid blu;
}



.ex5 {
  background-color: white;
  width: 110px;
  height: 110px;
  overflow: auto;
}


table.scroll {
    /* width: 100%; */ /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
    border: 1px solid white;
}

table.scroll tbody,
table.scroll thead { display: block; }

thead tr th { 
    height: 30px;
    line-height: 10px;
    /* text-align: left; */
    width: 150px;
 
}

table.scroll tbody {
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

tbody { border-top: 2px solid white; }

tbody td, thead th {
    /* width: 20%; */ /* Optional */
    border-right: 1px solid white;
    /* white-space: nowrap; */
    width: 150px;
    text-align: center;
      
}

tbody td:last-child, thead th:last-child {
    border-right: none;
}

.row:after {
    content: "";
    display: table;
    clear: both;

  }
  
  .newspaper {
  column-count: 2;
  column-width: 100px;
}
.column {
    float: left;
    width: 0%;
  
    padding: 0px;
   
   
  }




.song {
    clear: left;
    margin: 1 0;
}

    .song input {
        margin: 0 1em .5em 0;
        float: left;
        padding: 0;
    }

    .song p {
        margin: 0 0 1.5em 0;
    }

    .song:after {
        content: ".";
        display: block;
        height: 0;
        clear: left;
        visibility: hidden;
    }

audio {
    margin: 0;
    min-width: 0
}

@media only screen and (min-device-width:768px) {
    audio {
        max-width: 75%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    audio {
        max-width: 10em;
    }
}


/* The Modal (background) */
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    text-align: center;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content2 {
    background-color: black;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 45%;
    height: 70%;
    border-radius: 10px;
}

/* The Close Button */
.close1 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

input[type=text], select {
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;

    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 80%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

input[type=email] {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit]:hover {
    background-color: #45a049;
}

div1 {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}