html,body {
	background:  #ffffff; /*red #f4463f; */
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	scroll-behavior: smooth;
	
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 30px;
}
.font11  {
font-size: 12px;
}
.font15  {
font-size: 15px;
}

.breakingBox { 
	position: relative;
	margin: 5px;
	padding: 3px;
	padding-left: 12px;
	padding-right: 12px;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	background-color: red;
	color: white;
	border: 0px solid blue;
}
.breakingBoxPink { 
	position: relative;
	margin: 5px;
	padding: 3px;
	padding-left: 12px;
	padding-right: 12px;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	background-color: #ff00cf;
	color: white;
	border: 0px solid blue;
}


.breakingTitle{ 
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	color: #080808;
 
	
	
  
	}
.breaking{ 
	position: relative;
	margin: 5px;
	padding: 3px;
	padding-left: 12px;
	padding-right: 12px;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	
	color: #444444;
	border: 0px solid blue;
	line-height: 20px;
  white-space: pre-line;

	}
.breakingSm{ 
	position: relative;
	margin: 5px;
	padding: 3px;
	padding-left: 12px;
	padding-right: 12px;
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	
	color: #777777;
	border: 0px solid blue;
	line-height: 8px;
  white-space: pre-line;
  font-style: italic;
	}

.spanLine {
	width: 80%;
	height: 1px;
	background-color: #cccccc;
	border: 0px solid red;
	text-align: center;
	margin-left: 20px;
	
	
}


A.blue:link {text-decoration: none; color: #395091}
A.blue:visited {text-decoration: none; color: #395091}
A.blue:active {text-decoration: underline; color: #5073c8;}
A.blue:hover{text-decoration: underline; color: #5073c8;}

A.blue19:link {text-decoration: none; color: #5073c8; font-size: 19px;}
A.blue19:visited {text-decoration: none; color: #5073c8; font-size: 19px;}
A.blue19:active {text-decoration: underline; color: #5073c8;font-size: 19px;}
A.blue19:hover{text-decoration: underline; color: #5073c8;font-size: 19px;}

A.blue17:link {text-decoration: none; color: #5073c8; font-size: 17px;}
A.blue17:visited {text-decoration: none; color: #5073c8; font-size: 17px;}
A.blue17:active {text-decoration: underline; color: #5073c8;font-size: 17px;}
A.blue17:hover{text-decoration: underline; color: #5073c8;font-size: 17px;}

A.blue11:link {text-decoration: none; color: #5073c8; font-size: 11px;}
A.blue11:visited {text-decoration: none; color: #5073c8; font-size: 11px;}
A.blue11:active {text-decoration: underline; color: #5073c8;font-size: 11px;}
A.blue11:hover{text-decoration: underline; color: #5073c8;font-size: 11px;}

A.nothing:link {text-decoration: none}
A.nothing:visited {text-decoration: none; }
A.nothing:active {text-decoration: none;}
A.nothing:hover{text-decoration: none; }

p.height21 {
  line-height: 36px;
  /*white-space: pre-line;*/

}
p.height21_gen {
  line-height: 36px;
  white-space: pre-line;
  padding: 4px;

}
p.height30_gen {
  line-height: 30px;
  white-space: pre-line;
  padding: 4px;

}
.warning {
	margin: auto;
	width: 100%;
}
p.warning {
	text-align: center;
	color: red;
	border: 1px solid red;
	padding: 16px;
	width: 80%;

}
.success {
	margin: auto;
	width: 100%;
}
p.success {
	text-align: center;
	color: #35920d;
	border: 1px solid #35920d;
	padding: 16px;
	width: 80%;

}

.hamburger_icon {
	top: 0px;
	width: 50%;
  margin-left: 0px;
  text-align: center;
  padding: 0px;
}
.grid-container {
  display: grid;
  grid-template-areas:
    'left center right profile';
  gap: 0px;
  background-color: #ffffff;
  padding: 5px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0px;
  right: 0px;
  border-top: 2px solid #e2e2e2;
  z-index: 12;
}

.grid-container-top {
  display: grid;
  grid-template-areas:
    'left center right';
  gap: 0px;
  background-color: #ffffff;
  padding: 5px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 45px;
  border: 0px solid red;
  z-index:10001;
  
}
.menu-top {
  display: grid;
  grid-template-areas:
    'center';
  gap: 0px;
   background-color: #ffffff;
  padding: 10px;
  overflow: auto;
  position: fixed;
  margin: left;
  top: 45px;
  left: 0px;
  right: 0px;
  overflow-y: hidden;
  height: 40px;
  border-bottom: 1px solid #e2e2e2;
  white-space: nowrap;
	z-index:10000;
}
.menu-top > div {
	display: grid;
	gap: 25px;
	grid-template-columns: auto auto auto auto auto auto auto;
	

}
.menu-top-item {
  background-color: rgba(255, 255, 255, 0.8);
  color: #5a5a5a;
  border: 0px solid rgba(0, 0, 0, 0.8);
  padding: 2px;
  font-size: 16px;
  text-align: center;
}

.menu-top-item:hover {
  background-color: #e2e2e2;
   transition-duration: 0.7s;
  cursor: pointer;
}


.menu-top-on {
  border-bottom: 3px solid red;
  padding-bottom: 1px;
  color: #f4463f;
    
}


.menu-years {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	gap: 1px;
   background-color: #e2e2e2;
   overflow: auto;
  left: 0px;
  right: 0px;
  overflow-y: hidden;
  border: 0px solid #e2e2e2;
  white-space: nowrap;
  margin-top: 1px;
  margin-bottom: 1px;
}
.menu-years-item {
  background-color: #e88142;
  color: #ffffff;
  border: 0px solid rgba(0, 0, 0, 0.8);
 border-radius: px;

  border-left: 0px solid gray;
  border-right: px solid gray;
  width: 100%;
  height: 100%;
  text-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 23px;
 padding-right: 23px;
 }


.menu-years-item:hover {
  background-color: #faa55f;
   transition-duration: 0.7s;
  cursor: pointer;
}


.menu-years-item-on {
  background-color: #f4463f;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 23px;
 padding-right: 23px;
 
    
}





.carousal-top {
  display: grid;
  grid-template-areas:
    'center';
  gap: 0px;
  background-color: #f2f2f2;
  padding: 10px;
  overflow: auto;
   margin: left;
 
  left: 0px;
  right: 0px;
  overflow-y: hidden;
  height: 148px;
  border: 0px solid red;
  white-space: nowrap;
}
.carousal-top > div {
	display: grid;
	
	gap: 15px;
	grid-template-columns: auto auto auto auto auto auto;
	border: 0px solid blue;
	padding-left: 12px;
	
	

}
.carousal-top-item {
  background-color: rgba(255, 255, 255, 0.8);
  color: #5a5a5a;
  border: 0px solid gray;
  padding: 0px;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  max-width: 220px;
  cursor: pointer;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
  padding: 0px 0;
   max-height: 46px;

}
.grid-container-top > div {
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
  padding: 0px ;
  margin-top: -4px;
  font-size: 18px;
  
  
}

.spacer
{
    width: 100%;
    height: 80px;
	 background-color: #f2f2f2;
}

.main {
	
   /* Used in this example to enable scrolling height: 1500px;*/
  background-color: #f2f2f2;
  margin-left: 0px;
  width: 100%;
   margin-right: 0px;
  gap: 0px;
	padding: 0px;

}
.main > div {
	padding: 2px;
	
	
}

img.logo-top {
   width: auto;
   height: 96%;
   padding-top: 5px;
   max-height: 53px;
}
img.plus {
   width: auto;
   height: 70%;
   padding: 0px ;
}
img.homers {
   width: auto;
   height: 70%;
   padding: 0px ;
}
img.checkmark {
   width: auto;
   height: 26px;
   padding: 1px ;
   border-radius: 3px;
}
figure {

  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: 0;
  margin: 0;
  padding: 0;
  }
 figcaption {
   color: #ffffff;
  font-style: italic;

  padding: 2px;
  text-align: center;
}
img.base_container {
   object-fit: cover;
   width: 100%;
   height: auto;
}
img.carousal-top-item {
   object-fit: cover;
   width: auto;
   height: 100%;
   
}
.img_full_container {
	object-fit: cover;
   width: 100%;
   height: auto;
}

.avatarSm { width:32px;
			height:32px;
		border-radius: 50%;
}
}
.top_header {
   object-fit: cover;
   width: 100%;
   height: auto;
   background-image: linear-gradient(to right, #f4463f, orange);
   padding: 2px;
   text-align: center;
   color: white;
   font-size: 20px;
   font-family:'Russo One', sans-serif;
   
}
.top_header_lower {
   object-fit: cover;
   width: 100%;
   height: auto;
   background-color:d2d2d2;
   padding: 1px;
   text-align: center;
   color: white;
   font-size: 20px;
   font-family:'Russo One', sans-serif;
   
}


.headline {
   object-fit: cover;
   width: 100%;
   height: auto;
   background-color:white;
   padding: 2px;
   text-align: left;
   color: black;
   font-size: 17px;
  
   
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
 z-index:10003;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 36px;
  color: #818181;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

* {
  box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 6px;
   /* height: 300px; Should be removed. Only for demonstration */
   margin-top: 20px;
}
.columnOne {
  float: left;
  width: 100%;
  padding: 6px;
   /* height: 300px; Should be removed. Only for demonstration */
   margin-top: 10px;
}

.columnFour {
  float: left;
  width: 25%;
  padding: 6px;
   /* height: 300px; Should be removed. Only for demonstration */
   margin-top: 20px;
}
.columnTwo {
  float: left;
  width: 50%;
  padding: 6px;
   /* height: 300px; Should be removed. Only for demonstration */
   margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
	}
.columnFour {
    width: 100%;
	}
.recap-container {
  display: grid;
  grid-template-columns: 100%;
}
  ::-webkit-scrollbar { display: none; }
}
@media screen and (min-width: 600px) {
  .menu-top { overflow-x: hidden; }
  
}
@media screen and (min-width: 1000px) {
   .font11  {font-size: 17px; } /* which is standard size */
}

#base_container{ 
    width:100% 
    margin:auto; 
    overflow:hidden; 
    background-color: white;
    border-radius:10px; 
	padding: 0px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	

	
}
div.container_content{ 
    
	padding: 4px;
	
	
}

.img_header {

 object-fit: cover;
   width: 100%;
   height: auto;

}
.alterRows {
  background: #eeeeee;
}

.page-title {
	
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	overflow:hidden; 
	padding: 19px;
	border: 0px solid blue;
	
	
}
.page-title-pool {
	
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	overflow:hidden; 
	margin-left: 3px;
	
	
	
}
.letter-container {
	width: 100%;
	padding: 26px;
	border: 0px solid red;
	text-align: center;
	font-size: 30px;
	
}
.letter-container:hover {
	background-color: #e2e2e2;
	cursor: pointer;
	border-radius:6px;
	
}

.profile_char_list {
	padding: 4px;
}

.backButton-container {
	width: 100%;
	display: inline-grid;
	grid-template-columns: auto auto auto;
}
.backButton {
	text-align: center; 
	width: 140px; 
	margin-left: 15px; 
	padding: 12px; 
	border-radius:6px;
	background-color: #e2e2e2;
	
}
.backButton:hover {
	
	
	background-color: #f4463f;
	cursor: pointer;
}
.icon-medal {
	right: 0px;
	padding-top:18px;
	border: 0px solid red;
	text-align: right;
}
.img-medal {
	 
	margin:-4px; 
	margin-left: 10px; 
	height: 22px;
	z-index: 5;
}
.icon-medal-text {
	padding-top:21px;
	padding-left:4px;
	border: 0px solid red;
	font-size: 12px;
}
.img-overlay {

	max-width: 100%;
	height: auto;
	margin: auto;
	padding: 4px;
}
.img_pool {
width:34px;
height:34px;
border-radius: 50%;

}


/* ads in this section */
.ad-under-menu-top {
  background-color: #f2f2f2;
  overflow: auto;
  position: fixed;
  margin: auto;
  top: 85px;
  left: 0px;
  right: 0px;
  overflow-y: hidden;
  height: 70px;
  border-bottom: 0px solid #e2e2e2;
  white-space: nowrap;
  display: inline-block;
  max-height: 70px;
  text-align: center;
  z-index: 99;
 
}
.ad-under-status-pool {
    background-color: #f2f2f2;
  overflow: auto;
   margin: auto;
  overflow-y: hidden;
  height: 70px;
  border-bottom: 0px solid #e2e2e2;
  white-space: nowrap;
  display: inline-block;
  max-height: 70px;
  text-align: center;
  padding-top: 10px;
}
.spacer-top-ad
{
    width: 100%;
    height: 62px;
	 background-color: #f2f2f2;
}

/* end ads */

/* forms sections */
.formLogin { 
			font-size: 20px;
			background-color: #f6f6f6; 
			margin-top:0px;
			BORDER: #cecece 1px solid; 
			border-radius: 8px;
			padding: 6px;
			
}

.formAddBall {
			font-size: 26px;
			background-color: #f6f6f6; 
			margin-top:0px;
			BORDER: #cecece 2px solid; 
			border-radius: 8px;
			padding: 6px;
			width: 300px;
			color: red;
}
.formAddBallSm {
			font-size: 19px;
			background-color: #f6f6f6; 
			margin-top:0px;
			BORDER: #cecece 2px solid; 
			border-radius: 8px;
			padding: 6px;
			width: 300px;
			color: red;
}

.button {
   background-image: linear-gradient(to right, #f4463f, orange);
   padding-top: 9px;
   padding-bottom: 9px;
   padding-left: 20px;
   padding-right: 20px;
   text-align: center;
   color: white;
   font-size: 20px;
   font-family:'Russo One', sans-serif;
	border-radius: 8px;
	border: 0px solid #4CAF50;
	text-decoration: none;
}

.button:hover {
  
  cursor: pointer;
}

::-webkit-input-placeholder {
   font-style: italic;
   color: #999999;
}
:-moz-placeholder {
   font-style: italic;
   color: #999999;
}
::-moz-placeholder {
   font-style: italic; 
   color: #999999;
}
:-ms-input-placeholder {  
   font-style: italic; 
   color: #999999;
}


/* end forms */

/* survivor */
.pool {
	display: grid;
	
	gap: 1px;
   background-color: #e2e2e2;
   overflow: auto;
  left: 0px;
  right: 0px;
  overflow-y: hidden;
  border: 0px solid #e2e2e2;
  white-space: nowrap;
  margin-top: 1px;
  margin-bottom: 1px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.pool::-webkit-scrollbar {
  display: none;
}
.pool-weeks-top {
  background-color: #d2d2d2;
  color: black;
  border: 0px solid rgba(0, 0, 0, 0.8);
  border-left: 0px solid gray;
  border-right: px solid gray;
  width: 100%;
  height: 100%;
  text-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 20px;
 padding-right: 20px;
 font-family:'Russo One', sans-serif;
 }
.pool-notification {
	grid-column: 1 / span 4;
	background-color: #ffffff;
	padding: 20px;
}
.pool-player {
  background-color: white;
  color: black;
  border: 0px solid rgba(0, 0, 0, 0.8);
   border-left: 0px solid gray;
  border-right: 0px solid gray;
  width: 100%;
  height: 100%;
  text-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 14px;
 padding-right: 14px;
 position: sticky;
 left: 0;
 
 }


 .pool-item-win {
  background-color: #5fd94a;
  border: 0px solid rgba(0, 0, 0, 0.8);
 font-size: 13px;
  color: #555555;

  border-left: 0px solid gray;
  border-right: px solid gray;
  width: 100%;
  height: 100%;
  text-align: center;
 padding-top: 6px;
 padding-bottom: 6px;
 padding-left: 8px;
 padding-right: 8px;
 }

  .pool-item-lose {
  background-color: #fb9696;
  border: 0px solid rgba(0, 0, 0, 0.8);
 font-size: 13px;
  color: #555555;

  border-left: 0px solid gray;
  border-right: px solid gray;
  width: 100%;
  height: 100%;
  text-align: center;
 padding-top: 6px;
 padding-bottom: 6px;
 padding-left: 8px;
 padding-right: 8px;
 }


 .pool-item-none {
  background-color: white;
  border: 0px solid rgba(0, 0, 0, 0.8);
 font-size: 13px;
  color: #555555;

  border-left: 0px solid gray;
  border-right: px solid gray;
  width: 100%;
  min-width: 50px;
  height: 100%;
  text-align: center;
 padding-top: 6px;
 padding-bottom: 6px;
 padding-left: 8px;
 padding-right: 8px;
 }


  .pool-k {
  background-color: white;
  color: black;
  border: 0px solid rgba(0, 0, 0, 0.8);
  border-left: 0px solid gray;
  border-right: px solid gray;
  width: 100%;
  height: 100%;
  text-align: center;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 6px;
 padding-right: 6px;
 }

.pool-item-win img {
width:40px;
height:40px;
border-radius: 50%;
}
.pool-item-lose img {
width:40px;
height:40px;
border-radius: 50%;
}
.pool-item-none img {
width:40px;
height:40px;
border-radius: 50%;
}

.pool-k img {
width:42px;
height:42px;

}

.poolRank {
  position: relative;
  top: 6px;
  margin: auto;
  color: #2f9dcd;
  
  font-size: 22px;
  border: 0px solid #2f9dcd;
  font-family:'Russo One', sans-serif;
 
  }
 .poolWins {
  position: relative;
  top: 6px;
  margin: auto;
  color: white;
  
  font-size: 22px;
  border: 0px solid #2f9dcd;
  font-family:'Russo One', sans-serif;
  
  }
  .poolLosses {
  position: relative;
  top: 6px;
  margin: auto;
  color: white;
  font-size: 22px;
  border: 0px solid #2f9dcd;
  font-family:'Russo One', sans-serif;
 
  }

 
 .circled {
	border: 4px solid yellow; 
	padding: 0px
}


.poolStats { 
	color:#62767f; 
	font-size:13px;
	padding-top: 6px;
	
}
.poolAd {
	width:98% !important;
	max-width:98%;
	
	padding-right: 8px;
	height: auto;
	
    text-align: center;
	margin: auto;
	border: 0px solid gray;
	
	
}
.poolAdContent {
	
	margin: auto;
	border: 0px solid green;
	
	
	
}
ul.rndB {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 36px;
}
ul.rndB30 {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 24px;
  margin-left: -10px;

}

.recap-container {
  display: grid;
  grid-template-columns: 33% 34% 33%;
  background-color: white;
  padding: 10px;
}
.recap-container > p {
	text-align: center;
	justify-content: center;
 }

img.recaps {
 border-radius: 4px;
  width: 70%;
  padding: 3px;
  margin: auto;
  height: auto;
  border: 1px solid #c9c9c9;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, .3);
  

}

.status-container {
display: grid;
width: 100%;
grid-template-columns: repeat(3, 32%);
  padding: 0px;
  gap: 8px;
  border: 0px solid green;
  margin: auto;
  text-align: center;
}

.status-box-green {
	width: 100%;
	border-radius: 4px;
	background-color: #5fd94a;
    border: 0px solid gray;
	padding: 8px;
	min-height: 80px;
	margin: 0px;
	 color: white;
    text-align: center;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);

}
.status-box-red {
min-height: 80px;
	width: 100%;
	border-radius: 4px;
	background-color: #fb9696;
    border: 0px solid gray;
	padding: 8px;
	margin: 0px;
	 color: white;
    text-align: center;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);

}.status-box-blue {
	min-height: 80px;
	width: 100%;
	border-radius: 4px;
	background-color: #76c9ee;
    border: 0px solid gray;
	padding: 8px;
	margin: 0px;
	 color: white;
    text-align: center;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);

}
.pool-games-top {
	display: grid;
	gap: 3px;
   background-color: #e2e2e2;
   overflow: auto;
  left: 0px;
  right: 0px;
  overflow-y: hidden;
  border: 0px solid #e2e2e2;
  white-space: nowrap;
  margin-top: 1px;
  margin-bottom: 1px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.pool-games-top ::-webkit-scrollbar {
  display: none;
}
.pool-games-top-dates {
background-color: #d9d2d9;
  color: black;
  border: 0px solid rgba(0, 0, 0, 0.8);
  border-left: 0px solid gray;
  border-right: px solid gray;
  width: 100%;
  height: 100%;
  text-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 20px;
 padding-right: 20px;
 font-family:'Russo One', sans-serif;
}
.pool-games-top-dates:hover {
 cursor: pointer;
}
.pool-games-top-dates-on {
background-color: #f4463f;
  color: white;
  border: 0px solid rgba(0, 0, 0, 0.8);
  border-left: 0px solid gray;
  border-right: px solid gray;
  width: 100%;
  height: 100%;
  text-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 20px;
 padding-right: 20px;
 font-family:'Russo One', sans-serif;
}
.pool-games-days {
background-color: white;
  color: black;
  font-size: 30px;

  border: 0px solid rgba(0, 0, 0, 0.8);
  border-left: 0px solid gray;
  border-right: px solid gray;
  width: 100%;
  text-align: center;
 padding-top: 34px;
 padding-bottom: 0px;
 padding-left: 20px;
 padding-right: 20px;
 font-family:'Russo One', sans-serif;
}
.clock {
background-color: white;
    width: 100%;
   text-align: center;
 padding-top: 11px;
 padding-bottom: 30px;
 padding-left: 20px;
 padding-right: 20px;
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	color: #777777;
	line-height: 8px;
    font-style: italic;
}

.pool-games {
	width: 100%;
	height: 110px;
	display: grid;
	grid-template-columns: 22% 32% 6% 32% 8%;
	gap: 5px;
   background-color: white;
   padding: 0px;
    border: 0px solid purple;

}
.pool-games-buttons {
	background-color: #f2f2f2;
	border: 2px dotted #eea577;
	padding: 8px;
	border-radius: 8px;
	cursor: pointer;
	position: relative;
	
}
.pool-games-buttons-selected {
	background-color: #5fd94a;
	border: 1px solid #31931f;
	padding: 8px;
	border-radius: 8px;
	cursor: pointer;
	position: relative;
}
.pool-games-numbers {
	margin-top: 30px;
	margin-left: -3px;
}
.pool-games img {
width:46px;
height:46px;
border-radius: 50%;
}
.pool-games > div {
	width: auto;
	padding: 0px;
	height: auto;
	
	text-align: center;

}
.pool-has-selected {
	background-color: #5fd94a;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 4px;
	font-size: 17px;
	width: auto;
	position: relative;
	color:white;
}
.pool-has-selected-locked {
	background-color: #de7f02;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 4px;
	font-size: 17px;
	width: auto;
	position: relative;
	color:white;
}
.poolBanner {
	position:absolute; 
	right:-16px; 
	top:5px; 
	border: 0px solid red;
	background-image: url("images/blueb2.png");
	background-repeat: no-repeat;
	transform: rotateY(0deg) rotate(45deg); /* needs Y at 0 deg to behave properly*/
	color: white;
	font-size: 15px;
	width: 60px;
	height:22px;
	vertical-align: middle;
}
.poolBannerWin {
	position:absolute; 
	right:-16px; 
	top:5px; 
	border: 0px solid red;
	background-image: url("images/blueb2w.png");
	background-repeat: no-repeat;
	transform: rotateY(0deg) rotate(45deg); /* needs Y at 0 deg to behave properly*/
	color: white;
	font-size: 15px;
	width: 60px;
	height:22px;
	vertical-align: middle;
}
.poolBanner-selected {
	position:absolute; 
	right:-15px; 
	top:6px; 
	border: 0px solid red;
	background-image: url("images/blueb2.png");
	background-repeat: no-repeat;
	transform: rotateY(0deg) rotate(45deg); /* needs Y at 0 deg to behave properly*/
	color: white;
	font-size: 15px;
	width: 60px;
	height:22px;
	vertical-align: middle;
}
.poolBannerWin-selected {
	position:absolute; 
	right:-15px; 
	top:6px; 
	border: 0px solid red;
	background-image: url("images/blueb2w.png");
	background-repeat: no-repeat;
	transform: rotateY(0deg) rotate(45deg); /* needs Y at 0 deg to behave properly*/
	color: white;
	font-size: 15px;
	width: 60px;
	height:22px;
	vertical-align: middle;
}


/* poll stuff */
.pollContainer {
	width: 100%;
	height: 110px;
	display: grid;
	grid-template-columns: 4% 40% 12% 40% 4%;
	gap: 3px;
   background-color: white;
   padding: 0px;
    border: 0px solid purple;

}
.pollContainer img {
width:100px;
height:100px;
border-radius: 50%;
border: 2px solid white;
margin: 3px;
}
.pollContainer > div {
	width: auto;
	padding: 0px;
	height: auto;
	
	text-align: center;

}
.pollLegendLeft {
	background-color: #4aacd9;
	border-radius: 4px;
	width: 30px;
	height: 20px;
}
.pollLegendRight {
	background-color: #d9924a;
	border-radius: 4px;
	width: 30px;
	height: 20px;
}

/* profile stuff */
.profile {
	background-color: white;
   overflow: auto;
  left: 0px;
  right: 0px;
  overflow-y: hidden;
  border: 0px solid #e2e2e2;
  white-space: nowrap;
  margin-top: 1px;
  margin-bottom: 1px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.profile::-webkit-scrollbar {
  display: none;
}

.profilePic {
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  max-width: 120px;
  max-height: 120px;

  cursor: pointer;
   display: inline-block; /* makes it fit in like an <img> */
    background-size: cover; /* or contain */
    background-position: center center;
    background-repeat: no-repeat;
}

.teamLogo {
width:40px;
height:40px;
border-radius: 50%;
}


.gameDetails {
	display: none;
	background-color: #e2e2e2;
	width: 100%;
	color: #333333;
	position: relative;
	border-left: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	z-index: 10;
}
.gameDetails a {
  padding: 0px;
  text-decoration: none;
  font-size: 40px;
  color: #777777;
  display: block;
  transition: 0.3s;
}

.gameDetails a:hover, .gameDetails a:focus {
  color: #aaaaaa;
}
.closebtn3 {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 40px;
  color:black;
}
.ballSpacer {

  border-top: 1px dashed #f4463f;
  
}
.arrow5 {
  border: solid #333333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin: 2px;
}
.down5 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.camera {
	position: absolute;
	right: 10px;
	margin-top: -17px;
}

.camera img {
	width:17px;
	height:17px;
	border-radius: 50%;
}
@media screen and (max-width: 600px) {
 
.recap-container {
	margin: auto;
   grid-template-columns: 100%;
 
  
}

}

.formYear { 
			font-size: 26px;
			background-color: #f6f6f6; 
			margin-top:0px;
			BORDER: #cecece 2px solid; 
			border-radius: 8px;
			padding: 6px;
			width: 300px;
			color: red;
			
}
.formBalls { 
			font-size: 19px;
			background-color: #f6f6f6; 
			margin-top:0px;
			BORDER: #cecece 2px solid; 
			border-radius: 4px;
			padding: 4px;
			width: 220px;
			color: red;
			
}

.arrow4 {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin: 2px;
}

.down4 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrowed {
	position: relative;
	height: 20px; width: 20px;
	margin: 0 20px 20px 0;
	border: 0px solid rgba(0,0,0,0.25);
}

.arrowed div {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
}
/* -- ARROW 4      -- */

.arrow-4 {
	/* duplicate the triange */
	position: relative;
	height: 0px; width: 0px;
	border: 8px solid;
	border-color: 
		grey
		grey
		transparent
		transparent;
	transform: rotate(45deg); 
}

.arrow-4:before, .arrow-4:after {
	content: '';
	display: block;
	position: absolute;
	
	/* set up more triangles */
	height: 0; width: 0;
	
	/* half the parent border
	   rounded up */
	border: 5px solid;	
}

.arrow-4:before {
	border-color:
		grey
		transparent
		transparent
		grey;
	display: block;
	top: -1px; right: 0px;
	transform-origin: top right;
	transform: rotate(45deg); 
}

.arrow-4:after {
	border-color:
		transparent
		grey
		grey
		transparent;
	top: 0px; right: -1px;
	transform-origin: top right;
	transform: rotate(-45deg);
}

.addBallInfoBox {
background-color: #e2e2e2;
  color: black;
  border: 0px solid rgba(0, 0, 0, 0.8);
  border-left: 0px solid gray;
  border-bottom: 1px solid #b2b2b2;
  width: 100%;
  height: auto;
  text-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 20px;
 padding-right: 20px;
 font-family:'Lato', sans-serif;
}


#country-list{
	float:center;
	list-style:none;
	margin-top:-3px;
	padding:0;
	width:300px;
	position: relative;
	margin: auto;
}
#country-list li{
	padding: 10px; 
	background: #f0f0f0; 
	border-bottom: #bbb9b9 1px solid;
	color: #f4463f;
}
#country-list li:hover{
	background:#ece3d2;
	cursor: pointer;
	}