body{background-color:#000;font-family:Georgia,serif;font-style:italic;text-align:center;}
a{color:blue}
body,html{width:auto;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;text-align:center;}
p{margin:0;font-weight:700;}
table{border-collapse:collapse}
td{height:40px;vertical-align:center}
a {text-decoration: none;}
.content h3,h4,h5{margin-top:2px;margin-bottom:4px;font-size:18px;color:indigo;}
.content{background-color:white;color:#000;padding-top:2px;padding-bottom:2px;text-align:center;border-width: 1px;border-color: none;border-style: solid;}
.content{background-color:#E0E0E0;color:#000;padding-top:4px;padding-bottom:4px;text-align:center;border-width:1px;border-color:black;border-style:solid;font-size:14px;font-weight:100;}
.cncn{background: #660033;color: #fff;padding: 12px 7px;font-size: 22px;font-weight: bold;}
.live-result{border:#b15ce2 solid 2px;background-color:mintcream;border-radius:8px;font-weight:700;text-align:center;text-shadow:1px 1px pink;margin-top:9px;margin-bottom:9px;}
.title3{background-color:#241bd7;color:#fff;font-size:25px;margin-top:0;text-shadow:none; padding: 5px;}
.live-result{border:#b15ce2 solid 2px;background-color:mintcream;border-radius:8px;font-weight:700;text-align:center;text-shadow:1px 1px pink;margin-top:9px;margin-bottom:9px;}
.title3{background-color:#241bd7;color:#fff;font-size:25px;margin-top:0;text-shadow:none; padding: 5px;}
.btn_chart {
    color: #fff;
    padding: 3px 12px;
    border-radius: 8px;
    font-size: 15px;
    display: inline-block;
    transition: all .3s;
    text-shadow: 1px 1px 2px #222;
    margin-top: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 10px 10px 10px 10px;
    background: #00008b;
    text-decoration: none;
  }
    .cycleCrossTitle {
      background-color: #191970;
      color: #fff;
      font-size: 20px;
      margin-top: 0;
      text-shadow: none;
      padding: 3px;
      margin: 0;
  }
  .cycleCrossRow {
      display: flex;
  }
  .cycleCrossDiv {
      width: 50%;
      color: #000;
      border-right: 2px solid #000;
  }
  .cycleCrossDiv h2 {
      margin: 4px;
      color: #ff0;
      background-color: #301934;
      font-size: 18px;
  }
  .cycleCrossDiv p {
      margin: 4px;
      color: #0037ff;
      font-weight: bold;
      font-size: 20px;
  }
 .onlinecolumn {
        text-align: center;
        width: 50%; /* Each column takes 50% of screen width */
        float: left;
        box-sizing: border-box;
        padding: 5px;
        background-color: #fff; /* Background color for columns */
        color: white; /* Text color for columns */
        border: 1.5px solid #000;
    }

    /* Style the game name */
    .onlinename2 {
        color: red;
        font-size: 1.1em;
        font-weight: bold;
    }

    /* Style the time font */
    .time{
        font-size: 1.0em;
        color: blue;
    }
    
    /* Style the result numbers */
.result-background {
  font-size: 1.1em;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #000000;
  border-radius: 50px;
}

    /* Style the result numbers inside spans */
.onlinenumber {
  color: #ffff00; /* Gold color for numbers */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.td_color {background-color:#faf;color: red;}
.table_tr_bg {background-color:#faf;color: black;}
.footer{background-color:#E0E0E0;color:red;font-size:22px; margin-bottom: 10px; padding: 15px; border: 2px solid #2c2255;text-align: center;}