table, td, th {border: 1px solid black;}

table {
   border-collapse: collapse;
   width: 90%;
   font-family: Tahoma;
   font-size:40px;
   margin-left: auto;
   margin-right: auto;
   }
   

h2 {
   font-family:Tahoma;
   text-align:center;
   color:aqua;
   font-size:50px;
   }

h1 {
   font-family:Tahoma;
   text-align:center;
   color:aqua;
   font-size: 50px;
   }
   
th {
  text-align: center;
  vertical-align: center;
}

td {
  text-align: center;
  vertical-align: center;
}

table tr td {
  font-size:30px;
  }
   
body.mainbody {
   background-image:url('Sfondo_Portrait_BN.jpg');
   color:white;
   }
   
body {
   color:white;
   }

div.grid-container {
  /*opacity:0.5;*/
  display:grid;
  grid-template-columns: 100%;
  grid-auto-rows:auto 230px 400px 1200px;
  /*grid-template-rows: 700px 200px 600px 1200px;*/
}

  

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #000000;
  color: aqua;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 50px;
  opacity: 1
}

/* 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) */
a.active, button.collapsible:hover {
  color: white
}

/* Style the collapsible content. Note: hidden by default */
div.content {
  padding: 0 18px;
  display: none;
  font-size: 40px;
  overflow: hidden;
}

.bannertext {
  align:center;
  font-family:verdana;
  color:white;
  text-align:center;
  width:730px;
  font-size:45px;
  height:30px;
}

.bannertext2 {
  align:center;
  font-family:verdana;
  color:white;
  text-align:center;
  width:730px;
  font-size:45px;
  height:30px;
}

img.logo {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 18px;
}

div.banner {
  position: absolute;
  top: 8px;
  left: 140px;
  font-size: 30px;
  width:700px;
  height:90px;
}

div.left-menu {
  grid-area: 1 / 1 / span 1 / span 1;
  color: white;
  /*height: 700px;*/
  overflow-y: scroll;
  display:none;  
}  

div.frmHeader {
  color:white;
  grid-area: 2 / 1 / span 1 / span 1;
}

div.frmHeader iframe.frmHeader {
  overflow:hidden; 
}

div.frmResults {
  grid-area: 3 / 1 / span 1 / span 1;
  overflow:hidden;
}

div.frmMarks {
  grid-area: 4 / 1 / span 1 / span 1;
  overflow:hidden;
}

button.competition {
  font-family:verdana;
  font-size:40px;
  background-color:black;
  color:white;
  width:95%;
  text-align: left;
}  

div.topbar {
  overflow: hidden;
  background-color: #333;
  position: relative;
  height:170px;
}

div.topbar a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

div.topbar a.hbgicon {

  display: block;
  position: absolute;
  right: 16px;
  top: 14px;
}

div.topbar a:hover {
  /*background-color: #ddd;*/
  color: black;
}

collapsible.active {
  background-color: #04AA6D;
  color: white;
}

div.topbar a.active {
  background-color: #04AA6D;
  color: white;
  height: 160px;
}

div.mobile-container {
  max-width: 100%;
  margin: auto;
  /*background-color: #555;*/
  height: 170px;
  color: white;
  border-radius: 10px;
}
 



