html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #4A5D71;
  /*font-family: Arial,Helvetica,sans-serif;*/
  font-family: 'Electrolize',Arial,Helvetica,sans-serif;
  font-size:80%;
}

table {
  border: 0 solid #000000;
  margin: 10px;
  width: 90%;
  /*border-collapse: collapse;*/
}

th, td {
  /*text-align: center;*/
  margin: 1px;
  border: 0;
  padding: 1px;
  /*border-right: 1px solid #000;*/
}

th {
  border-bottom: 1px solid #000;
}

.h3 {
  color: #F28F29;
  font-size: larger;
  font-weight: bold;
}

.odd {
  background-color: lightgrey;
}

#contenitore {float:left; height:99%; width:49.4%; overflow:auto; margin-left:0px;}
/*#contenuto{margin-left:10px;}*/
#contenuto{margin-left:10px;margin-top:172px;}
.indice {margin-top:10px;}
#map_canvas{float:right; width:49.4%; height:69%;}
#destrobasso{float: right; width:49.4%; height:29%;}
#destrobasso_sx1{width:49%;float:left;border-right:1px dotted red;height:99%;background:#E5E5E5;}
/*#destrobasso_sx1{width:99%;float:left;border-right:1px dotted red;height:99%;background:#E5E5E5;}*/
#destrobasso_dx1 p{width:48%;float:right;padding-left:10px;}
#destrobasso_sx1 a{padding-left:10px;font-weight:bold;}
#destrobasso_sx1 p{text-align: center;margin-right: 1em;font-weight:bold;margin-left:10px;}
.orari_pdf{text-align: justify;margin-right: 1em;font-weight:bold;margin-left:10px;}
.scelta{text-align: justify;margin-right: 1em;font-weight:bold;margin-left:10px;color:#9d2322;}
.messaggio{font-size:20px; font-weight:bold; color:#fff;text-align:center;background:#2E3192;}
.avviso{color:#F58220;text-align:center;background:#2E3192;font-size:24px;padding-bottom:50px;}
/*#testataorari{width:100%;background:#9D2322 url(sfondo.jpg) top left repeat-x;padding-left:-10px; }*/
/*#testataorari{position:fixed; width:48.5%;background:#9D2322 url(sfondo.jpg) top left repeat-x;padding-left:-10px; }*/
#testataorari{position:fixed; width:48.5%;background-image: url(sfondo.jpg) top left repeat-x;padding-left:-10px; }
a img{text-decoration:none;border:0px;}

#testataorari a {
  display: block;
  height: 110px;
  background-image: url(orario.jpg);
  padding-left: 250px;
  padding-top:30px;
  font-size: 200%;
  text-decoration: none;
  color:#00685F;
}

@media (max-width: 980px) {
  body {
    display: table;
    font-size: 100%;
  }

  #map_canvas {
    /*display: none;*/ /*****************************************************/
    display: table-row-group;
    float: none;
    width: 100%;
    height: 400px;
    position: absolute;
  }

  #contenitore {
    float: none;
    height: auto;
    width: 100%;
    display: table-header-group;
  }

  #testataorari {
    position: initial;
    width: 100%;
  }

  #testataorari a {
    font-size: 0;
  }

  #contenuto {
    margin-top: 0;
  }

  #destrobasso {
    float: none;
    width: 100%;
    height: auto;
    display: table-footer-group;
    position: absolute;
    margin-top: 400px;
  }

  #destrobasso_sx1 {
    height: auto;
  }

  #destrobasso_dx1 p {
    padding-left: 0;
  }
}
