/* === Extracted styles from nst08_test.php === */
        .win {
            color: #1c9e1c;
            font-weight: bold;
        }

        .loss {
            color: #FF0000;
            font-weight: bold;
        }

        .draw {
            font-weight: bold;
        }

/* Responsive .content container — keeps layout centered and prevents horizontal scroll */
.content {
  width: 100% !important;        /* fluid base */
  max-width: 1000px !important;   /* maximum for large screens */
  margin: 0 auto !important;     /* center */
  padding: 20px !important;      /* spacing */
  box-sizing: border-box !important;
  overflow-wrap: break-word;     /* help long text wrap */
}

/* Make all children use border-box so padding doesn't add width */
.content * {
  box-sizing: inherit;
}

/* Constrain images/tables in .content so they cannot force page width */
.content img,
.content table,
.content pre,
.content iframe {
  max-width: 100% !important;
  height: auto !important;
  
}

/* Tables: let them wrap / scroll inside container if necessary */
.content .table,
.content table {
  width: 100% !important;
  table-layout: auto;
  border-collapse: collapse;
  overflow: auto;
}

/* Small screen tweaks */
@media (max-width: 480px) {
  .content {
    padding: 12px !important;
  }
  .content h2 { font-size: 18px; }
  .content table th, .content table td { padding: 6px; }
}

/* As a last resort to hide any tiny overflow causing scrollbar */
/* Use carefully — this hides horizontal overflow globally */
html, body {
  overflow-x: hidden;
}

/* --- Table Styling --- */
        .content table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 15px;
            min-width: 400px;
        }

        .content table th {
           /* background-color: #1C3F95; */
            color: #429DDD;
           /* padding: 10px; */
           /* border-bottom: 2px solid #3274d6; */
            /* text-align: center; */
            white-space: nowrap;
            font-size: 22px;
        }

        .content table td {
            border-bottom: 1px solid #e0e0e3;
            padding: 8px 10px;
            text-align: left;
        }

        .content table tr:nth-child(even) {
            background-color: #f3f4f7;
        }

        .content table tr:hover {
            background-color: #fff;
        }

        .content select {
            padding: 5px;
            border: 1px solid #ccc;
            border-radius: 4px;
            background: #fff;
            height: 40px;
            font-size: 24px;
        }

        .update-container {
            text-align: right;
            margin-top: 15px;
        }

        .content input[type="submit"] {
            background-color: #3274d6;
            color: #fff;
            /* --- Table Styling --- */
            font-weight: bold; 
            border: none;
            padding: 10px 20px;
            border-radius: 6px;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .content input[type="submit"]:hover {
            background-color: #2868c7;
        }

        /* --- Responsive adjustments --- */
        @media (max-width: 768px) {
            .content {
                width: 95%;
                padding: 10px;
            }

            .content h2 {
                font-size: 20px;
                text-align: center;
            }

            .content table th,
            .content table td {
                font-size: 14px;
                padding: 6px;
            }

            .update-container {
                text-align: center;
            }
        }

        /* Allow horizontal scrolling on small screens */
        .table-container {
            overflow-x: auto;
            width: 100%;
        }

        @media (max-width: 480px) {
            .content table th,
            .content table td {
                font-size: 13px;
                padding: 5px;
            }

            .content select {
                width: 100%;
            }

            .content input[type="submit"] {
                width: 100%;
                padding: 12px;
            }
        }

/* === Original style.css content (cleaned, with unused parts commented out) === */

/* * { */
/*     box-sizing: border-box; */
/*     font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif'; */
/*     font-size: 16px; */
/* } */


body {
    color: #1C3F95;
    background-color: #f3f4f7;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
}


a {
    text-decoration: none;
    color: #1C3F95;
    
  }



a:link, a:visited {
    color: #1C3F95;
  }


  a:hover {
    color: #1C3F95;
}



body.loggedin {
	background-color: #f3f4f7;
}



.navtop {
	background-color: #1C3F95;
	height: 60px;
	width: 100%;
	border: 0;
}



.content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}


.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	/*border-bottom: 1px solid #e0e0e3;*/
	color: #1C3F95;
}


.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 15px;
	background-color: #ffffff;
}


.content > p table td, .content > div table td {
	padding: 5px;
}


.content > p table td:first-child, .content > div table td:first-child {
	/*font-weight: bold;*/
	color: #3E5CA5;
	padding-right: 15px;
}


.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}



        .table {
            width: 100%;
            border-collapse: collapse;
            border: none;
        }


        .table th, .table td {
            /* padding: 5px; */
            text-align: left;
        }


        .table th {
            color: goldenrod;
        }



td {

    border: none;
}



th,
td {
    /*font-weight: bold;
    color:goldenrod; */
    border: 0px solid black;
    padding: 2px;
    text-align: center;
    border-bottom: 1px solid #e0e0e3;
}



td {
    /*font-weight: bold;*/
    color: #3E5CA5;
    font-size: 22px;
}



        /* Hamburger Menu Styles */
        .menu-icon {
            display: block;
            cursor: pointer;
            font-size: 36px;
            color: #ffffff;
            background-color: #3E5CA5;
            padding: 20px;
            border-radius: 5px;
	
        }


        .mobile-menu {
            display: none;
            font-size: 22px;
            /*font-weight: bold; */
            flex-direction: column;
            background-color: #eaeaea;
        }


        .mobile-menu.active {
            display: flex;
        }



        /* Styles for nested sublists - ALWAYS VISIBLE */
        ul li ul {
            margin-left: 20px;
            display: block;  /* Make submenus always visible */
        }



        ul {
    padding: 0;
    color: #1C3F95;
    list-style-type: none;
}



ul li {
    margin: 10px 0;
}

#mydiv
{
    font-size:24px;
}

#mydiv a
{
    font-size:100px;
}