#header{
    top: 0;
    left: 0;
    height: 60px;
    padding-left: 5%;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
}
img{
    padding-right: 20px;
}
.center{
    vertical-align: 55%;
    font-size: 22px;
}
.color{
    background-color: white;
    opacity: 0.9;
}
#container
{   
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    float:left;
}
#corpo
{
    width: 90%;
    text-align: left;
    padding-top:100px;
    font-size:18px;
    margin:auto;
    height: 100%;
}
#column-left{
    width:30%;
    float: left;
    text-align:left;
    line-height: 20px;
    position: fixed;
    overflow: auto;
    padding-top: 50px;
}
#column-right{
    width:65%;
    float:right;
    text-align:left;
    padding-left: 5%;
    padding-bottom: 30px;
    padding-top: 30px;
    line-height: 30px;
}
html,body{
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
   font-size: 16px;
   height: 100%;
}
#titolo{
    width: 100%;
    margin: auto;
    background-color: black;
    color: white;
}
#bottom
{
    width: 100%;
    height: 80px;
    text-align:left;
    float: left;
    background-color: rgb(231,230,230);
    line-height: 80px;
    position: relative;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    text-decoration: none;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0 18px;
    background-color: white;
    /*display: none;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .accordion:after {
    content: '\25B6'; 
    font-size: 13px;
    color: #777;
    float: left;
    margin-right: 10px;
  }
  
  .active:after {
    content: "\25Bc"; 
  }
#bottom-left{
    padding-left: 5%;
    float: left;
}
#bottom-right{
    padding-left: 28%;
    float: left;
}
a{
    text-decoration: none;
}
.collegamenti
{
    padding-right:40px;
    color: black;
}
.width{
    max-width: 100%;
}
.black
{
    color: black;
}
table
{
    border-collapse: collapse;
}
td{
    border-top: 1px solid;
    border-bottom: 1px solid;
}