.scheduledropdown {
	padding: 20px 0 20px 0;
}
wrap h2 {
	color: #022A60;
}
/*.division-row {
  position: relative; 
  display: flex; 
  align-items: center; 
  
}*/
.division-row p {
	padding: 20px 0 20px 0;
}
.header-row1 ul li {
	list-style: none !important; /* Removes the dots from list items */
	margin: 0; /* Removes default margin */
	padding: 0; /* Removes default padding */
}
/* General Styling for Team Cards */
/* Style for the division header */
.division-header1 {
	background-color: #0073aa; /* WordPress blue */
	color: #fff; /* White text */
	padding: 10px 15px;
	border-radius: 5px 5px 0 0; /* Rounded top corners */
}
.header-row1 {
	display: flex; /* Align items in a row */
	justify-content: space-between; /* Space between columns */
	list-style: none; /* Remove bullet points */
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.header-row1 li {
	flex: 1; /* Distribute equal space */
	text-align: center; /* Center text */
	list-style-type: none !important;
}
/* Style for the division content */
.division-content1 {
	border: 1px solid #ddd; /* Light border */
	border-top: none; /* Remove top border to connect with header */
	border-radius: 0 0 5px 5px; /* Rounded bottom corners */
	background-color: #f9f9f9; /* Light background */
}
.team-row1 ul {
	display: flex; /* Use flexbox for layout */
	justify-content: space-between; /* Distribute items evenly */
	align-items: center; /* Align items vertically */
}
.team-row1 li {
	flex: 1; /* Each list item takes equal space */
	text-align: center; /* Center the text */
	list-style-type: none !important; /* Remove list dots */
	margin: 0; /* Ensure no default margin */
	padding: 0; /* Ensure no default padding */
}
.team-row1:last-child {
	border-bottom: none; /* Remove bottom border for last row */
}
/* Link styling for "View Scores" */
.team-row1 li a {
	color: #fff; /* WordPress blue */
	text-decoration: none;
	font-weight: bold;
}
.team-row1 li a:hover {
	text-decoration: underline; /* Underline on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
.header-row1 li, .team-row li {
	font-size: 14px; /* Smaller font size for mobile */
}
.team-row1 {
	padding: 8px 10px; /* Adjust padding for smaller screens */
}
}
.games-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	font-family: Arial, sans-serif;
}
.game-header-row, .game-row {
	display: flex;
	flex-direction: row;
}
.game-header-row {
	background-color: #f4f4f4;
	font-weight: bold;
}
.game-row {
	border-top: 1px solid #ddd;
}
.game-cell {
	flex: 1; /* Distribute cells equally */
	padding: 10px;
	text-align: center;
	border-right: 1px solid #ddd;
}
.game-cell:last-child {
	border-right: none; /* Remove border for the last cell */
}
.boldcenter {
	text-align: center;
	font-weight: bold;
}
.bluecolor {
	color: blue;
	font-weight: bold;
}
.game-row:hover {
	background-color: #f9f9f9; /* Highlight on hover */
}
.button1 {
	display: inline-block;
	padding: 8px 12px;
	background: #0073aa;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	margin-top: 15px;
}
.button1:hover {
	background: #005880;
}
/*----------10-01-2025------------*/
.wpb_wrapper {
}
button#print-button {
	float: right;
	background-color: #ff3c00;
	color: #fff;
	padding: 2px 25px;
	line-height: 30px;
	font-size: 14px;
	display: inline-block;
	border-radius: 30px;
	border: none;
}
form#schedule-filter-form {
	float: left;
	margin: 0 0 17px 0;
}
.divisionhead {
	padding: 8px 0;
	margin: 25px 0 15px 0;
	text-align: center;
	clear: both;
	display: block;
	border-bottom: 1px solid #ccc;
}
.divisionhead h2 {
	font-size: 35px;
	color: #022A60;
}
form#schedule-filter-form select {
	width: auto;
	height: 45px;
	border: 1px solid #999;
	border-radius: 10px;
	margin: 1% 0;
	padding: 0 15px;
	text-indent: 0px;
	font: 400 15px/45px "Poppins", sans-serif;
	color: #000;
	background: #fff;
}
.division-header1 {
	width: 100%;
	display: block;
	clear: both;
	/*background-color: #022a60;*/
	background-color: #888;
	color: #fff;
	padding: 0;
	border-radius: 0;
}
ul.header-row1 {
}
ul.header-row1 li {
	font-size: 15px;
}
#pagecontent ul li {
	margin: 0;
	padding: 25px 15px 15px;
	border: 1px solid rgb(255, 255, 255, 0.4);
	font-size: 12px;
}
#pagecontent ul li:nth-child(even) {
	/*background: #284a78;*/
	background: #999;
}
#pagecontent ul.header-row1 {
}
#pagecontent ul.header-row1 li {
	font-size: 17px;
	font-weight: 600;
}
#pagecontent .team-row1 {
	/*background-color: #022a60;*/
	background-color: #f2f2f2;
}
#pagecontent .team-row1 ul li {
	color: #000;
	padding: 12px !important;
	min-height: 60px;
	border: none;
}
#pagecontent .team-row1 ul li:nth-child(even) {
	/*background: #284a78;*/
	background: #f7f7f7;
}
#pagecontent .team-row1 ul li:last-child {
	padding: 0;
}
#pagecontent .team-row1 ul li a.button1 {
	margin: 0;
	text-decoration: none;
	/*background-color: #ff3c00;*/
	background-color: #999;
	border-radius: 50px;
}
#pagecontent .team-row1 ul li a.button1:hover {
	text-decoration: none;
}
.games-list {
	font-family: "Poppins", sans-serif;
}
.game-header-row {
	/*background-color: #FF3D00;*/
	background-color: #999999;
	font-weight: bold;
}
.game-header-row .game-cell {
	margin: 0;
	padding: 25px 15px 15px;
	border: 1px solid rgb(255, 255, 255, 0.4);
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}
.game-header-row .game-cell:last-child{
    border-right:none;
}
.game-row {
	border: none;
}
.game-row .game-cell {
	border: none;
	color: #000;
	/*background: #FF3D00;*/
	background: #fff;
}
.game-row div:nth-child(even) {
	background: #f7f7f7;
}
#pagecontent .team-row1 {
}
#pagecontent .team-row1 p {
	color: #000;
	padding: 9px;
}
 @media only screen and (max-width: 1198px) {
}
@media only screen and (max-width: 990px) {
}
 @media only screen and (max-width: 740px) {
}
@media only screen and (max-width: 440px) {
.header-row1 {
	display: table;
	width: 100%;
}
#pagecontent ul li {
	display: inline-block;
	width: 100%;
}
.team-row1 ul {
	display: table;
	width: 100%;
}
#pagecontent .team-row1 ul li {
	display: inline-block;
	width: 100%;
}
.game-header-row, .game-row {
	display: table;
}
form#schedule-filter-form {
	text-align: center;
}
form#schedule-filter-form select {
	width: 100%;
}
.wpb_wrapper h2 {
	text-align: center;
	margin: 25px 0 5px;
	font-size: 25px;
}
button#print-button {
	float: none;
	margin: 0 auto;
	display: table;
}
}

@media print {

/*#pagecontent ul.header-row1 {
	background: #284a78;
	color: #fff;
}
#pagecontent ul li:nth-child(even) {
    background: #284a78;
}

#pagecontent .team-row1 ul li{
    background: #fff;
    color: #000;
}
#pagecontent .team-row1 ul li:nth-child(even) {
     background: #fff;
    color: #000;
}

#pagecontent ul.header-row1 li {
	border: 1px solid #ccc;
}
#pagecontent .team-row1 {
	padding:0;
}
#pagecontent .team-row1 ul {
}
#pagecontent .team-row1 ul li {
	color: #000;
	border: 1px solid #ccc;
}*/

/*.game-header-row{
    border: 1px solid #284a78;
    background: #284a78;
}
.game-header-row .game-cell{
    color: #fff;
}
.game-header-row .game-cell:last-child {
    border-right: none;
}
.game-row .game-cell{
    background: #fff;
    color: #000;
}
.game-row div:nth-child(even) {
    background: #f7f7f7;
    color: #000;
}*/

}

/*----------10-01-2025------------*/
