﻿/* Table Orari*/
#Tabella_html table { width: 98%; margin: auto; padding: 0; border: solid 1px #cecece; border-collapse: collapse;}
#Tabella_html th {background-color:#003366; color:White; border: solid 1px white; padding: 2px 7px 2px 7px;}
#Tabella_html td { text-align:left; vertical-align:top; padding: 2px 7px 2px 7px;}
#Tabella_html {
    font-size: 0.95em;
}


   #id_video
    {
     /*position:absolute;*/
     top:20px;
     left:20px;
     max-width:600px;
     border:2px solid black;        
     z-index:100;
     width:100%;
    }