﻿@font-face {
  font-family: 'TitilliumWeb';
  font-style: normal;
  src: url(TitilliumWeb-Regular.ttf);
}

@font-face {
	font-family: 'TitilliumWeb';
	font-weight: bold;
	src: url(TitilliumWeb-Bold.ttf);
  }
  
  * {
	-webkit-user-select: none;
    user-select: none; /* Disabilita la selezione del testo */
}

  html, body {
    width: 100%;
    margin: 0;
    padding: 0;
}

body
{
	-webkit-touch-callout: none; /* Disabilita il menu contestuale */
    -webkit-tap-highlight-color: transparent; /* Rimuove il flash di evidenziazione */
    touch-action: manipulation;
    background-color: #96d364;
    font-family: 'TitilliumWeb', sans-serif;
    font-size: 26px;
	color:#000000;
    line-height:26px;
	background-image:url(../img/desktop.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input::-webkit-input-placeholder {
	color: #aaaaaa !important;
	}

textarea::-webkit-input-placeholder {
	color: #aaaaaa !important;
	}


a
{
border:none;
text-decoration:none;
color:inherit;
}

.link {
	text-decoration: underline;
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.pointer {
	cursor:pointer;
}

h2 {
	font-weight:normal;
}

a:hover
{
text-decoration:underline;
}

img
{
	border:none;
}

hr {
	height:1px;
	border: none;
    height: 1px;
    background-color: #ffffff; /* old IE */
	margin:10px 0;
}

.bold {
	font-weight:bold;
}

.mainContainer {
	max-width: 500px;
	margin: 0 auto;
}

.menuContainer {
	display:none;
	position:fixed;
	width:500px;
	height:100%;
	top:83px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	overflow-x:hidden;
}


.menu {
	background-color:#9bd35a;
	position:absolute;
	top:0px;
	right:0px;
	width:calc(100% - 100px);
	max-width:360px;
	height:100%;
}

.menuItem {
	color:#0e4944;
	font-size:16px;
	line-height:18px;
	font-weight: bold;
	padding:15px 0 15px 25px;
	border-bottom:solid 1px #0e4944;
}

.container {
	background-color:#fafafa;
	padding-top:83px;
}

.desktopBreak {
	display:block;
}

.mobileBreak {
	display:inline-block;
}

.topHeader {
	background-color: #0e4944;
	color:white;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	position:fixed;
	top:0;
	width:100%;
	z-index:1000;
	max-width:500px;
}

.topHeaderRow {
	display:table;
	width:100%;
}

.topHeaderRow2 {
	display:table;
	width:100%;
	padding-bottom:10px;
}

.topLeft {
	display:table-cell;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	vertical-align: top;
}

.topLeft img {
	width:250px;
}

.topRight {
	display:table-cell;
	text-align:right;
	padding-right:10px;
	padding-top:10px;
	vertical-align: top;
}

.topRight img {
	width:20px;
	cursor:pointer;
}

.topBarHome {
	background-image: url(../img/topBarHome.png);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	background-color:#9bd35a;
}

.topBarHomeTimer {
	background-color:#edf9df;
	width:fit-content;
	margin-left:10px;
	padding-bottom:5px;
	padding-left:5px;
	border-radius:0 0 10px 10px;
}

.topBarHomeTimerItem {
	display:inline-block;
	padding:3px 5px 0 3px;
	font-size:20px;
	text-align: center;
	color:#0e4944;
}

.topBarHomeTimerSubItem {
	font-size:10px;
	line-height:10px;
	font-kerning: 8px;
	text-align: center;
}

.topBarHomeTimerSeparator {
	display:inline-block;
	width:1px;
	height:25px;
	background-color:#dcdcdc;
	vertical-align: top;
	margin-top:7px;
}

.topBarJackpot {
	padding-top:5px;
	display:table;
	width:100%;
}

.topBarJackpotTitle {
	display:table-cell;
	text-align:left;
	font-weight:bold;
	color:#0e4944;
	font-size:22px;
	line-height:22px;
	padding:20px 0 10px 10px;
	vertical-align: top;
}

.topBarJackpotValue {
    display: table-cell;
    text-align: right;
    color: white;
    font-weight: bold;
    padding: 5px 10px 10px 0px;
    vertical-align: top;
   
}

.topBarJackpotValueNumber {
	display:inline-block;
    font-size: 40px;
    line-height: 40px;
	text-shadow:   -2px -2px 0 #000,
    -1px -2px 0 #000,
     0px -2px 0 #000,
     1px -2px 0 #000,
     2px -2px 0 #000,
    -2px -1px 0 #000,
    -2px  0px 0 #000,
    -2px  1px 0 #000,
    -2px  2px 0 #000,
     2px -1px 0 #000,
     2px  0px 0 #000,
     2px  1px 0 #000,
     2px  2px 0 #000,
    -1px  2px 0 #000,
     0px  2px 0 #000,
     1px  2px 0 #000,
	 3px  3px 6px rgba(0, 0, 0, 0.5);
}

.topBarJackpotValueEuro {
	display:inline-block;
	color:#0e4944;
	font-size:22px;
	line-height:22px;
}

.breadcrumbs {
	font-size:16px;
	line-height:16px;
	text-align:left;
	padding:10px 10px 0 12px;
	box-sizing: border-box;
	height:30px;
}

.breadcrumbs ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumbs li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

.breadcrumbs li:not(:last-child)::after {
	content: " > ";
	margin: 0 5px;
}


.boxHomeLastDraw {
	background-color:#edf9df;
	width:95%;
	margin:10px auto;
	border-radius:0 0 10px 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	padding-bottom:5px;
}

.boxHomeLastDrawSiVinceTutto {
	display:none;
	background-color:#edf9df;
	width:95%;
	margin:0px auto 10px auto;
	border-radius:0 0 10px 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	padding-bottom:5px;
}

.boxHomeLastDrawTitle {
	background-color:#0e4944;
	color:white;
	display:table;
	width:100%;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	padding:15px 10px;
	box-sizing: border-box;
}

.boxHomeLastDrawTitleLeft {
	display:table-cell;
	text-align:left;
}

.boxHomeLastDrawTitleRight {
	display:table-cell;
	text-align:right;
	text-decoration: underline;
	color:#bbf246;
}

.boxHomeLastDrawSubTitle {
	display:table;
	width:100%;
	font-size:18px;
	line-height:18px;
	padding:10px;
	box-sizing: border-box;
}

.boxHomeLastDrawSubTitleLeft {
	display:table-cell;
	text-align:left;
}

.boxHomeLastDrawSubTitleRight {
	display:table-cell;
	text-align:right;
}

.boxHomeLastDrawNumbers {
	width:100%;
	text-align: center;
	padding-bottom:30px;
	padding-top:15px;
	border-top:solid 1px #979797;
}

.boxHomeLastDrawNumber {
	display:inline-block;
	background-color:#9bd35a;
	color:white;
	width:40px;
	height:40px;
	font-size:16px;
	line-height:38px;
	font-weight:bold;
	text-align:center;
	border-radius:50%;
	vertical-align: top;
	margin:0px 2px;
}

.boxHomeLastDrawNumber div {
	text-align:center;
	color:#0e4944;
	padding-top:10px;
	font-size:10px;
	line-height:12px;
}

.boxHomeLastDrawNumberRed {
	background-color:#f65d00;
}

.boxHomeLastDrawNumberstar {
	background-color:transparent;
	background-image:url(../img/star.png);
	background-size:contain;
	background-repeat: no-repeat;
	width:40px;
	height:45px;
}

.homeButton {
	background-color:#0e4944;
	color:white;
	font-size:18px;
	font-weight: bold;
	line-height:45px;
	width:95%;
	height:45px;
	margin:5px auto;
	text-align:left;
	box-sizing: border-box;
	padding-left:10px;
}

.greenButton {
	width:90%;
	height:40px;
	color:black;
	font-size:16px;
	line-height:40px;
	margin:10px auto;
	background-color:#9bd35a;
	font-weight: bold;
	text-align:center;
	border-radius:7px;
}

.greenButton a {
	text-decoration: none!important;
}

.greenButton a:hover {
	text-decoration: underline!important;
}

video.greenButtonInside {
	width:93%;
	height:40px;
	color:black;
	font-size:16px;
	line-height:40px;
	margin:10px auto;
	background-color:#9bd35a;
	font-weight: bold;
	text-align:center;
	border-radius:7px;
	display:block;
	border:0;
}

.homeAccordion {
	display:table;
}

.homeAccordionLeft {
	display:table-cell;
	text-align:left;
}

.homeAccordionRight {
	display:table-cell;
	text-align:right;
	padding-right:10px;
	font-size:16px;
	color:#bbf246
}

.homeAccordionRight img {
	width:17px;
}

.goBack {
	background-color:#e9ecf0;
	color:#0e4944;
	text-align: center;
	font-size:16px;
	line-height:32px;
	padding:5px 0;
	margin:15px 0 15px 0;
}

.goBack img {
	width:30px;
	vertical-align: bottom;
	padding-left:10px;
}

.bottomLink {
	font-size:16px;
	line-height:32px;
	color:#0e4944;
	text-align: center;
	width:80%;
	margin:10px auto 0 auto;
	border-bottom:solid 1px #dcdcdc;
}

.bottomLogo {
	text-align: center;
	margin:20px auto 5px auto;
}

.bottomLogo img {
	width:250px
}

.bottomLanguages {
	text-align: center;
}

.bottomLanguages img {
	width:30px;
	margin:0 10px;
}

.bottomMenu {
	font-size:12px;
	line-height:30px;
	text-align:center;
}

.bottomCopyright {
	font-size:10px;
	line-height:12px;
	text-align:center;
	width:90%;
	margin:15px auto;
}

.footer {
	padding:20px 20px;
	box-sizing: border-box;
	background-color:#0e4944;
	color:white;
	font-size:10px;
	line-height:12px;
	text-align:center;
	width:100%;
	margin:15px auto;
}

#utilityAccordion {
	display:block;
}

#infoAccordion {
	display:block;
}

.infoBox {
	display:table;
	width:95%;
	margin:10px auto;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.infoBoxImage {
	display:table-cell;
	background-size: cover;
	width:120px;
	height:80px;
	border-radius: 8px 0 0 8px;
}

.infoBoxTitle {
    display: table-cell;
    width: 20px;
    font-size: 18px;
	line-height:80px;
    text-align: center;
    background-color: #98aeac;
    color: white;
	padding-left:4px;
	padding-right:4px;
	position:relative;
	xborder:solid 1px green;
}

.infoBoxTitle div {
	transform: rotate(-90deg); /* Rotate text to simulate vertical layout */
	width:100%;
	position:absolute;
	width:80px;
	left:-25px;
	xborder:solid 1px red;
}

.infoBoxText {
	display:table-cell;
	background-color:white;
	font-size:16px;
	line-height:18px;
	border-radius: 0 8px 8px 0;
	vertical-align: middle;
	padding:0px 10px;
	box-sizing: border-box;
}

.pageText {
	color:#004944;
	width:90%;
	margin:0 auto;
	font-size:18px;
	line-height:22px;
}

.pageText a {
	text-decoration: underline;
}

.pageText h1 {
	font-size:22px;
	line-height:26px;
	font-weight:bold;
}

.pageText h2 {
	font-size:19px;
	line-height:23px;
	font-weight:bold;
}

.pageText h3 {
	font-size:17px;
	line-height:21px;
	font-weight:bold;
}

.orangeButton {
	background-color:#f65d00;
	color:white;
	font-size:18px;
	font-weight: bold;
	line-height:40px;
	width:90%;
	height:40px;
	margin:0 auto;
	border-radius: 6px;
	text-align:center;
}

.vseparator10 {
	height:10px;
}

.table {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 colonne */
  gap: 0px;
  font-size:16px;
  line-height:18px;
  width:90%;
  margin:0 auto;
}

.tableHeader1 .cell{
  background-color:#004944;
  color:white;
  text-align: left;
  font-weight: bold;
  padding:10px 10px 0 10px;
  border-bottom: none;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.tableHeader2 .cell:first-child {
  padding-left: 10px;
}

.tableHeader2 .cell:last-child {
  padding-right: 10px;
}

.tableHeader2 .cell{
  background-color:#004944;
  color:#9eef59;
  text-align: left;
  padding-bottom:5px;
  border-bottom: none;
}

.tableHeader3 .cell:first-child {
  padding-left: 10px;
}

.tableHeader3 .cell:last-child {
  padding-right: 10px;
}

.tableHeader3 .cell{
  background-color:#004944;
  color:#9eef59;
  text-align: left;
  padding-top:0px; 
  padding-bottom:8px;
  border-bottom: none;
}

.row {
  display: contents; /* consente alle celle di occupare le colonne del grid container */
}

.tableFooter .cell{
  background-color:#004944;
  color:white;
  text-align: left;
  font-weight: bold;
  padding:4px;
  border-bottom: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.cell {
  text-align: left;
  padding:10px 0 10px 10px;
  background-color:#ecf9e0;
  border-bottom: #7aa192 1px solid;
  color:#004944;
}

.paddingCell {
	padding-top:17px;
}

.center {
	  text-align: center!important;
}

.bold {
	  font-weight: bold;
}

/* esempio di "colspan" */
.cell.colspan2 {
  grid-column: span 2; /* estende su due colonne */
}

/* esempio di "colspan" */
.cell.colspan3 {
  grid-column: span 3; /* estende su tre colonne */
}

.greyseparator {
	height:2px;
	background-color:#dcdcdc;
	margin:15px 0;
}

.orangeText {
	color:#f65d00;
	font-weight:bold;
	width:90%;
	margin: 0 auto;
	font-size:20px;
	line-height:24px;
	text-align: center;
}

/** BOX DRAW **/

.boxDraw {
	background-color:#edf9df;
	width:95%;
	margin:10px auto;
	border-radius:0 0 10px 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	padding-bottom:5px;
}

.boxDrawTitle {
	background-color:#0e4944;
	display:table;
	width:100%;
	font-size:14px;
	line-height:15px;
	padding:10px 10px;
	box-sizing: border-box;
	text-align:left;
	color:#b7ea59;
}

.boxDrawFirstTitle {
	background-color:#0e4944;
	display:table;
	width:100%;
	font-size:18px;
	line-height:17px;
	padding:10px 10px 2px 10px;
	font-weight: bold;
	box-sizing: border-box;
	text-align:left;
	color:#ffe03b;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.boxDrawNumbers {
	width:100%;
	text-align: center;
	padding-bottom:30px;
	padding-top:15px;
	border-top:solid 1px #979797;
}

.boxDrawNumber {
	display:inline-block;
	background-color:#9bd35a;
	color:white;
	width:40px;
	height:40px;
	font-size:16px;
	line-height:38px;
	font-weight:bold;
	text-align:center;
	border-radius:50%;
	vertical-align: top;
	margin:0px 2px;
}

.boxDrawNumber div {
	text-align:center;
	color:#0e4944;
	padding-top:10px;
	font-size:10px;
	line-height:12px;
}

.boxDrawNumberRed {
	background-color:#f65d00;
}

.boxDrawNumberstar {
	background-color:transparent;
	background-image:url(../img/star.png);
	background-size:contain;
	background-repeat: no-repeat;
	width:40px;
	height:45px;
}

.boxDrawFooter {
	display:table;
	width:95%;
	margin:0 auto;
}

.boxDrawFooterCell1 {
	display:table-cell;
	font-size:14px;
	line-height:14px;
	font-weight: bold;
	color:#004944;
	text-align:left;
	vertical-align: bottom;
	vertical-align: middle;
}

.boxDrawFooterCell2 {
	display:table-cell;
	font-size:24px;
	line-height:24px;
	font-weight: bold;
	color:white;
	text-align:center;
	vertical-align: middle;
	text-shadow:   -1px -1px 0 #000,
    -1px -1px 0 #000,
     0px -1px 0 #000,
     1px -1px 0 #000,
     1px -1px 0 #000,
    -1px -1px 0 #000,
    -1px  0px 0 #000,
    -1px  1px 0 #000,
    -1px  1px 0 #000,
     1px -1px 0 #000,
     1px  0px 0 #000,
     1px  1px 0 #000,
     1px  1px 0 #000,
    -1px  1px 0 #000,
     0px  1px 0 #000,
     1px  1px 0 #000,
	 3px  3px 6px rgba(0, 0, 0, 0.3);
}

.boxDrawFooterCell2Euro {
	font-weight: bold;
	color:#004944;
	font-size:12px;
	line-height:12px;
	text-shadow: none;
}

.boxDrawFooterCell3 {
	display:table-cell;
	font-size:12px;
	line-height:12px;
	color:#004944;
	font-weight: bold;
	text-align:right;
	vertical-align: middle;
}

.boxDrawFooterCell3Button {
	border:solid 1px #a4da78;
	border-radius:7px;
	text-align: center;
	padding:8px 0;
	width:130px;
	display:inline-block;
}

.boxStats {
	background-color:#edf9df;
	width:95%;
	margin:10px auto;
	border-radius:0 0 10px 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	padding-bottom:5px;
}

.boxStatsTitle {
	background-color:#0e4944;
	display:table;
	width:100%;
	font-size:14px;
	line-height:15px;
	padding:10px 10px;
	box-sizing: border-box;
	text-align:left;
	color:#b7ea59;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.boxStatsNumbers {
	text-align: center;
	background-color:#ecf9e0;
}

.statItem {
	display:inline-block;
	width:68px;
	height:30px;
	margin:5px;
}

.statNumber {
	position:relative;
	background-color:#96d364;
	width:30px;
	height:30px;
	color:white;
	border-radius: 30px;
	text-align: center;
	font-size:16px;
	line-height:16px;
	box-sizing: border-box;
	padding-top:6px;
	font-weight: bold;
	top: -24px;
}

.statStarNumber {
	position:relative;
	width:36px;
	height:36px;
	color:white;
	border-radius: 30px;
	text-align: center;
	font-size:14px;
	line-height:14px;
	box-sizing: border-box;
	padding-top:9px;
	padding-right:6px;
	font-weight: bold;
	top: -26px;
    background-color: transparent;
    background-image: url(../img/star.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.statLabel {
	position:relative;
	left:16px;
	top:2px;
	font-size:14px;
	line-height:14px;
	width:35px;
	height:18px;
	background-color:white;
	padding-left:16px;
	padding-top:4px;
	color:#004944;
}

.statsButton {
	border:solid 1px #a4da78;
	border-radius:7px;
	text-align: center;
	padding:8px 0;
	width:130px;
	margin:10px auto 20px auto;
	font-size: 16px;
	line-height: 16px;
	color:#004944;
	font-weight: bold;
}

.statsButtonIcon {
	width:10px;
	padding-bottom:1px;
	padding-left:5px;
}

.number {
	display:inline-block;
	background-color:#96d364;
	width:30px;
	height:30px;
	color:white;
	border-radius: 30px;
	text-align: center;
	font-size:16px;
	line-height:16px;
	box-sizing: border-box;
	padding-top:6px;
	font-weight: bold;
}

.star {
	display:inline-block;
	width:36px;
	height:36px;
	color:white;
	border-radius: 30px;
	text-align: center;
	font-size:14px;
	line-height:14px;
	box-sizing: border-box;
	padding-top:9px;
	padding-right:6px;
	font-weight: bold;
    background-color: transparent;
    background-image: url(../img/star.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.boxVerify {
	background-color:#edf9df;
	width:95%;
	margin:10px auto 0 auto;
	border-radius:0 0 10px 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	padding-bottom:5px;
}

.boxVerifyBottom {
	background-color:#0e4944;
	width:95%;
	color:white;
	margin:0 auto 0 auto;
	border-radius:0 0 10px 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	padding-bottom:5px;
	font-size:14px;
	line-height:18px;
	box-sizing: border-box;
	padding:10px;
	color:#b7ea59;
}

.boxVerifyBottom b {
	color:white;
}

.boxVerifyTitle {
	background-color:#0e4944;
	display:table;
	width:100%;
	font-size:14px;
	line-height:15px;
	padding:10px 10px;
	box-sizing: border-box;
	text-align:left;
	color:#b7ea59;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.boxVerifyNumbers {
	text-align: center;
	background-color:#ecf9e0;
}

.verifyButton {
	background-color:#ecf9e0;
	border:solid 1px #a4da78;
	border-radius:7px;
	text-align: center;
	padding:8px 0;
	width:200px;
	margin:10px auto 20px auto;
	font-size: 16px;
	line-height: 16px;
	color:#004944;
	font-weight: bold;
}

.boxGreen {
	background-color:#edf9df;
	width:95%;
	margin:10px auto 0 auto;
	border-radius:0 0 10px 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	padding-bottom:5px;
}

.boxGreenTitle {
	background-color:#0e4944;
	display:table;
	width:100%;
	font-size:14px;
	line-height:15px;
	padding:10px 10px;
	box-sizing: border-box;
	text-align:left;
	color:#b7ea59;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.greenButtonSmall {
	background-color:#ecf9e0;
	border:solid 1px #a4da78;
	border-radius:7px;
	text-align: center;
	width:200px;
	font-size: 16px;
	line-height: 36px;
	color:#004944;
	font-weight: bold;
	display:inline-block;
}

/***** ARCHIVIO ******/

.boxArchive {
	background-color:#edf9df;
	width:95%;
	margin:10px auto;
	border-radius:0 0 10px 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	padding-bottom:5px;
}

.boxArchiveTitle {
	background-color:#0e4944;
	display:table;
	width:100%;
	font-size:18px;
	line-height:17px;
	padding:10px 10px 10px 10px;
	font-weight: bold;
	box-sizing: border-box;
	text-align:center;
	color:#ffe03b;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.boxArchiveNumbers {
	width:100%;
	text-align: center;
	padding-bottom:20px;
	padding-top:5px;
}

.boxArchiveNumber {
	display:inline-block;
	background-color:#9bd35a;
	color:white;
	width:40px;
	height:40px;
	font-size:16px;
	line-height:38px;
	font-weight:bold;
	text-align:center;
	border-radius:50%;
	vertical-align: top;
	margin:0px 2px;
}

.boxArchiveNumber div {
	text-align:center;
	color:#0e4944;
	padding-top:10px;
	font-size:10px;
	line-height:12px;
}

.boxArchiveNumberRed {
	background-color:#f65d00;
}

.boxArchiveNumberstar {
	background-color:transparent;
	background-image:url(../img/star.png);
	background-size:contain;
	background-repeat: no-repeat;
	width:40px;
	height:45px;
}

.boxArchiveFooter {
	display:table;
	width:95%;
	margin:0 auto;
}

.boxarchiveDate {
	border:solid 1px #a4da78;
	border-radius:7px;
	text-align: center;
	padding:8px 0;
	width:95%;
	margin:5px auto 10px auto;
	font-size: 16px;
	line-height: 16px;
	color:#004944;
	font-weight: bold;
}

.archiveSelector {
	background-color:#004944;
	width:95%;
	margin:0 auto;
	color:white;
	font-size:16px;
	line-height:16px;
	border-radius: 10px;
	padding:10px 10px;
	box-sizing: border-box;
}

.archiveSelectorAccordionContainer {
	display:table;
	width:100%;
}

.archiveSelectorAccordionLeft {
	display:table-cell;
	text-align:left;
}

.archiveSelectorAccordionRight {
	display:table-cell;
	text-align:right;
	padding-right:10px;
	font-size:16px;
	color:#bbf246
}

.archiveSelectorAccordionRight img {
	width:17px;
}

#archiveSelectorAccordion {
	text-align: center;
	display:none;
}

#archiveSelectorAccordion button {
	background-color:#ecf9e0;
	border:solid 1px #a4da78;
	border-radius:7px;
	text-align: center;
	width:200px;
	font-size: 16px;
	line-height: 36px;
	color:#004944;
	font-weight: bold;
	display:inline-block;
	margin:5px;
}

.archiveSelected {
	background-color:#ffe03b!important;
}

/** WINNERS **/
.tableWinners {
  display:table;
  gap: 0px;
  font-size:16px;
  line-height:18px;
  width:90%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin:0 auto;
  background-color:#004944;
}

.tableWinnersHeaderCell{
  color:#96d364;
  text-align: left;
  font-weight: bold;
  padding:10px 10px 10px 10px;
  border-bottom: none;
  display:table-cell;
  font-weight: normal;
  font-size:12px;
  line-height:12px;
}

.tableWinnersRow {
  display:table-row;   
}

.tableWinnersCell {
  color:#004944;
  text-align: left;
  font-weight: bold;
  border-bottom: none;
  background-color: #ecf9e0;
  display:table-cell;
  vertical-align: middle;
  text-align:center;
  border-bottom:solid 1px #0e4944;
  border-right:solid 1px #0e4944;
}
.tableWinnersCell:first-child {
  border-left:solid 1px #0e4944;
}

.tableWinnersSubTable {
	display:table;
	width:100%;
}

.tableWinnersSubRow {
	display:table-row;
}

.tableWinnersSubCell {
	display:table-cell;
	padding:5px 0;
	text-align: center;
	font-size:14px;
	line-height:16px;
	color:#004944;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-bottom:solid 1px #0e4944;
	border-right:solid 1px #0e4944;
}

.tableWinnersSubCellRed {
	color:white!important;
	background-color: #ff5d22!important;
}

.tableWinnersSubCellStar {
	color:white!important;
	background-color:#ffc235!important;
}

.tableWinnersFooter {
  background-color:#004944;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width:100%;
  height:15px;
  width:90%;
  margin:0 auto;
}

.tableWinnersCellH50 {
	height:50px;
}

/** TABLE GENERIC */
.tableGeneric {
  display:table;
  gap: 0px;
  width:90%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin:0 auto;
  background-color:#004944;
}

.tableGenericHeaderCell{
  color:#96d364;
  text-align: center;
  font-weight: bold;
  padding:10px 10px 10px 10px;
  border-bottom: none;
  display:table-cell;
  font-weight: normal;
  font-size:13px;
  line-height:16px;
}

.tableGenericRow {
  display:table-row;   
}

.tableGenericCell {
  color:#004944;
  text-align: left;
  border-bottom: none;
  background-color: #ecf9e0;
  display:table-cell;
  vertical-align: middle;
  text-align:left;
  border-bottom:solid 1px #0e4944;
  border-right:solid 1px #0e4944;
  font-size:13px;
  line-height:16px;
  padding-left:2px;
}

.tableGenericCell:first-child {
  border-left:solid 1px #0e4944;
}

.news {
	width:90%;
	margin:0 auto;
	font-size:16px;
	line-height:20px;	
}

.news img {
	width:100%;
	border-radius: 10px 10px 0 0;
}

.newsTitle {
	font-weight: bold;
	color:#0e4944;
}

.newsDate {
	font-style: italic;
	padding:10px 0;
}

.newsImage {
	width:100%;
	border-radius: 10px 10px 10px 10px;
}

@media screen and (max-width: 370px) {
	.boxDrawFooter {
		display:block;
	}

	.boxDrawFooterCell2 {
		width:100%;
		text-align:right;
	}

	.boxDrawFooterCell3 {
		margin-top:5px;
		display:block;
		text-align: center;
	}

	.tableWinners {
	font-size:12px;
	line-height:14px;	
	}

	.tableWinnersHeaderCell{	
	font-size:10px;
	line-height:10px;
	}
}