table, td, th {border: 1px solid black;}

table {
   border-collapse: collapse;
   width: 90%;
   font-family: Tahoma;
   font-size:12px;
   margin-left: auto;
   margin-right: auto;
   }
   

h2 {
   font-family:Tahoma;
   text-align:center;
   color:aqua;
   }

h1 {
   font-family:Tahoma;
   text-align:center;
   }
   
th {
  text-align: center;
  vertical-align: center;
  font-size: 14px;
}

td {
  text-align: center;
  vertical-align: center;
  font-size: 14px;
}

body.mainbody {
   background-image:url('New_Sfondo_full_BN.jpg');
   color:white;
   }

body {
   color:white;
   }

div.grid-container {
  /*opacity:0.5;*/
  display:grid;
  grid-template-columns: 20% 40% 40%;
  grid-template-rows: 130px 600px; 
}

/* Style the button that is used to open and close the collapsible content */
button.collapsible {
  background-color: #000000;
  color: aqua;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  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;
  overflow: hidden;
}

.bannertext {
  align:center;
  font-family:verdana;
  color:white;
  text-align:center;
  width:100%;
}

img.logo {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 18px;
}

div.banner {
  position: absolute;
  top: 8px;
  left: 140px;
  font-size: 18px;
  width:80%;
}

div.left-menu {
  grid-area: 1 / 1 / span 2 / span 1;
  color: white;
  height: 700px;
  overflow-y: scroll;
}  

div.frmHeader {
  color:white;
  grid-area: 1 / 2 / span 1 / span 2;
}

div.frmResults {
  grid-area: 2 / 2 / span 1 / span 1;
}

body.competition-header {
  overflow:hidden;
}

div.frmMarks {
  grid-area: 2 / 3 / span 1 / span 1;
}

button.competition {
  font-family:verdana;
  font-size:11px;
  background-color:black;
  color:white;
  width:350px;
  text-align: left;
}  

div.topbar {
  overflow: hidden;
  background-color: #333;
  position: relative;
  height: 160px;
}

div.topbar a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

div.topbar a.hbgicon {

  display: none;
  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: 160px;
  color: white;
  border-radius: 10px;
}

