#gameLogo {
    position: absolute;
    top: 10px;
    left: 5%;
    z-index: 9999; /* keep on top */
}
.newsSidebar {
    position: relative;
    top: 73px; /* adjust to match other boxes */
}
#center #contentOuterContainer .contentContainer #content {
  background-color: #f4efe4;
}
div.round, h4.round {
  background-color: #d9c5b3;
  width: calc(100% + 10px);
}
table td, table th {
  background-color: #f4efe4;
}
.modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
  }
table {
  border-collapse: collapse !important;
  background-color: transparent !important;
}
table td, table th {
  border: none !important;
  background-color: transparent !important;
}
/* reset password page */
.reset-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.reset-box {
    background: #f4efe4;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 100%;
    max-width: 400px;
}

.reset-table {
    width: 100%;
}

.reset-table th {
    text-align: right;
    padding-right: 10px;
}

.reset-table td {
    text-align: left;
}
.reset-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            height: calc(100vh - 100px); /* leave space for footer */
        }
        .reset-box {
            background: #f4efe4;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
            max-width: 400px;
            width: 100%;
            text-align: center;
        }
.reset-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            height: calc(100vh - 100px); /* leave space for footer */
        }

        .reset-table {
            width: 100%;
        }
        .reset-table th {
            text-align: right;
            padding-right: 10px;
        }
        .reset-table td {
            text-align: left;
        }
