.header1 {
    position: relative; 
    max-width: 100%; /* Maximum width */
    margin: 0 auto; /* Center it */
}

.header1 .content {
    position: absolute; /* Position the background text */
    left:   0px;
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgba(0, 0, 0, 0.4); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 40px 0px 40px 200px; /* Some padding */
    text-shadow: -2px 2px gray;
}
  
.plot1, .plot2 {
  flex: 1;              /* each takes half the column height */
  display: flex;
  flex-direction: column;
}

#plot1container, #plot2container {
    flex: 1;              /* Highcharts fills the available space */
    min-height: 0;        /* prevents overflow */
}
.header1 {
    position: relative; 
    max-width: 100%; /* Maximum width */
    margin: 0 auto; /* Center it */
}

.header1 .content {
    position: absolute; /* Position the background text */
    left:   0px;
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgba(0, 0, 0, 0.4); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 40px 0px 40px 200px; /* Some padding */
    text-shadow: -2px 2px gray;
}
  
.plot1, .plot2 {
  flex: 1;              /* each takes half the column height */
  display: flex;
  flex-direction: column;
}

#plot1container, #plot2container {
    flex: 1;              /* Highcharts fills the available space */
    min-height: 0;        /* prevents overflow */
}
@media print {

    /* Full width for printing */
    body, .container-fluid {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /* Hide buttons, navbars, etc. */
    .btn, .navbar, #buttonsIndex {
        display: none !important;
    }

    /* Ensure plots print at a readable size */
    #plot1container, #plot2container {
        height: 300px !important;
    }

    /* Remove background images for cleaner printing */
    * {
        background: none !important;
        box-shadow: none !important;
    }
 }

 #child-left {
    font-family: Arial, Helvetica, sans-serif;
    color: #d9480f !important;

 }
 #buttonsIndex {
    padding-top: 2em;
      font-family: Arial, Helvetica, sans-serif;
    color: #d9480f !important;

}
#buttonsIndex a.text-muted {
    color: #007bff !important; 
    text-decoration: none;
}

#buttonsIndex a.text-muted:hover {
    text-decoration: underline;
}
.lastrow, .datesel {
    /* width: 50%; */
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
    padding-left: 20px;
}


/* Standings Table Styles */

#standings table thead th
{  
    color: #d9480f !important;
    font-weight: 600;
}
#standings table {
    font-size: 1.0rem;
    text-indent: initial;
    border-spacing: 2px;
}

#standings table td,
#standings table th { 
    padding: 0.65rem 0.6rem;
    line-height: 1.0;
    font-size: 1.0rem;
}
#standings table tbody td {
  font-family: Arial, Helvetica, sans-serif;
    color: #d9480f !important;
}

/* Alternate darker-blue striping ONLY for the Sub List column  */
#standings table tbody tr:nth-child(odd) td:last-child {
    background-color: #d3e1ee;
}
#standings table tbody tr:nth-child(even) td:last-child {
    background-color: #dce9f3;
}
/* Normal weight for table data cells */
#standings table tbody td {
    font-weight: 450;
}
/* Style links in the table */
#standings table a {
    text-decoration: none;
    color: inherit;   
}
#standings table a:hover {
    text-decoration: underline;
}
/* Highlight team names in purple */
#standings table tbody td:first-child {
    color: #007bff !important;  
}
#standings table thead th:last-child {
    color: #007bff !important;
    background-color: #dce9f3;
}
