/* ===================================================================== */
/* MCCPredict - CSS														 */
/* Current Release: v2.0												 */
/* ===================================================================== */

 body {
		font-family: Verdana, sans-serif;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		color: #000;
		margin: 0;
		padding: 0;
	}
h1 {
	font-size: 36px;
	color: #00274D;
	margin: 5px 0;
}

h2 {
	font-size: 24px;
	color: #00274D;
	margin: 5px 0;
}

h3 {
	font-size: 18px;
	color: #6E2517;
	margin: 5px 0;
	margin-bottom: 20px;
}

	.banner {
		width: 100%;
		background-color: #c2d6d6;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}

	.banner img {
		width: 100%;
		max-width: 300px;
	}

	.team-container{
	  width: min(100%, 1200px);
	  margin: 0 auto;
	  padding: 20px;
	  gap: 20px;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	}
	.product-card {
		background-color: rgba(255,255,255,0.9);
		border-radius: 8px;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		padding: 20px;
		max-width: 400px;
		text-align: center;
	}

	.product-card img {
		width: 300px;
		/* height: 150px; */
		object-fit: cover;
		/* border-radius: 50%; */
		margin-bottom: 15px;
	}

	.product-card h2 {
		font-size: 24px;
		color: #00274D;
		margin: 5px 0;
   }

	.product-card h3 {
		font-size: 16px;
		color: #6E2517;
		margin: 5px 0;
		margin-bottom: 20px;
	}

	.product-card p {
		font-size: 14px;
		color: #00274D;
	}

	.results-card {
		background-color: rgba(255,255,255,0.9);
		border-radius: 8px;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		padding: 20px;
		max-width: 1600px;
		text-align: center;
	}

	.results-card img {
		width: 150px;
		/* height: 150px; */
		object-fit: cover;
		/* border-radius: 50%; */
		margin-bottom: 5px;
	}
	
	.results-card th {
		padding:8px 6px;
	}

	.results-card th.midcell {
		padding:8px 6px;
		text-align: center; 
		vertical-align: middle;
	}

	.results-card td.midcell{
		text-align: center; 
		vertical-align: middle;
		padding:8px 6px;
	}

	.results-card h2 {
		font-size: 24px;
		color: #00274D;
		margin: 5px 0;
   }

	.results-card h3 {
		font-size: 16px;
		color: #6E2517;
		margin: 5px 0;
		margin-bottom: 20px;
	}

	.results-card p {
		font-size: 14px;
		color: #00274D;
	}

	.mini-card {
		background-color: #c2d6d6;
		border-radius: 8px;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		padding: 10px;
		max-width: 300px;
		text-align: center;
	}

	.mini-card img {
		width: 100px;
		max-width: 100px;
		/* height: 150px; */
		object-fit: cover;
		/* border-radius: 50%; */
		margin-bottom: 5px;
	}

	.mini-card p {
		color: #330080;
		margin-bottom: 5px;
	}

        .member-card {
            background-color: rgba(255,255,255,0.9);
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
            padding: 20px;
            max-width: 350px;
            text-align: center;
        }

        .member-card img {
            width: 150px;
            height: 150px;
            object-fit: cover;
            border-radius: 50%;
            margin-bottom: 15px;
        }

        .member-card h2 {
            font-size: 20px;
            color: #00274D;
            margin: 5px 0;
        }

        .member-card h3 {
            font-size: 16px;
            color: #00ff7f;
            margin: 5px 0;
        }

        .member-card p {
            font-size: 14px;
            color: #00274D;
        }

.flash {
	padding:1em; 
	border:1px solid #ccc; 
	border-radius:8px; 
	max-width:700px;
	}
	.flash input {
		padding:.5em; 
		border:2px solid #ccc; 
		border-radius:8px; 
		margin-bottom:3em;
		width:30%;		
		}

.fullpanel {
	width: 100%;
	min-width: 100%;
	background-color: rgba(255,255,255,0.9);
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 5px;
}

.onequarterpanel {
	float: left;
	clear: right;
	width: 250px;
	max-width: 250px;
	padding: 15px;
	word-wrap: break-word;
	border-radius: 8px;
	} 
	.onequarterpanel p {
		text-align: left;
		}
	.onequarterpanel img {
		width: 240px;
		border-radius: 20px;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		}
	
.onethirdpanel {
	float: left;
	clear: right;
	width: 333px;
	max-width: 335px;
	padding: 15px;
	word-wrap: break-word;
	border-radius: 8px;
	} 
	
	.onethirdpanel p {
		text-align: left;
		padding:.5em; 
		margin-bottom:1.5em;
		}
	.onethirdpanel p.rj {
		text-align: right;
		padding:.5em; 
		margin-bottom:2.5em;
		}
	.onethirdpanel p.lj {
		text-align: left;
		}
	.onethirdpanel img {
		width: 300px;
		}
	.onethirdpanel input {
		padding:.5em; 
		border:2px solid #ccc; 
		border-radius:8px; 
		margin-bottom:.25em;
		width:30%;		
		}
	.onethirdpanel textarea {
		padding:.5em; 
		border:2px solid #ccc; 
		border-radius:8px; 
		margin-bottom:1.5em;
		width:60%;		
		}
	
.onehalfpanel {
	float: left;
	clear: right;
	width: 500px;
	max-width: 508px;
	padding: 15px;
	}

	.onehalfpanel p {
		font-size: 16px;
		color: #00274D;
	}

	
.twothirdpanel {
	float: left;
	clear: right;
	width: 681px;
	padding: 15px;
	}
	


	.footer {
		padding: 10px;
		text-align: center;
		border-top: 1px solid #000000;
		font-size: small;
		color: #00274D;
	}

	.tiny {
		font-size: x-small;
	}
		
	.tooltip {
	  position: relative;
	  display: inline-block;
	  cursor: pointer;
	  color: #0077cc;
	  text-decoration: underline;
	}

	/* Popup box */
	.tooltip .tooltiptext {
	  visibility: hidden;
	  width: max-content;
	  background-color: rgba(0, 0, 0, 0.85);
	  color: #fff;
	  text-align: left;
	  border-radius: 6px;
	  padding: 8px 10px;
	  position: absolute;
	  z-index: 1;
	  bottom: 125%;          /* Position above the text */
	  left: 50%;
	  transform: translateX(-50%);
	  opacity: 0;
	  transition: opacity 0.25s;
	  font-family: monospace;
	  font-size: 0.9em;
	  white-space: nowrap;
	}

	/* Little arrow */
	.tooltip .tooltiptext::after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  margin-left: -5px;
	  border-width: 5px;
	  border-style: solid;
	  border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
	}

	/* Show the tooltip on hover */
	.tooltip:hover .tooltiptext {
	  visibility: visible;
	  opacity: 1;
	}
