.widefat {
    width: auto;
}

.ss-list-width {
    min-width: 10%
}

.ss-form-width {
    width: 100%
}

.ss-th-width {
    width: 25%
}

.ss-field-width {
    width: 75%
}

input {
    width: 100%;
}

.btn-submit-event {
    width: auto !important;
    margin-top: 20px !important;
}

.event_name {
    font-weight: bold;
}

.league thead tr {
    background-color: #285b70 !important;
    color: #fff;
}

.league tr {
    text-align: center;
}

.mt-3 {
    margin-top: 15px;
}

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

.wp-block-table tbody {
    border-spacing: 0 10px;
}

.wp-block-table th,
.wp-block-table td {
    padding: 10px;
    border: 1px solid #ddd;
    min-height: 10px;
}

.message-warning p{
  background-color: #efff009e;
  width: fit-content;
  padding: 5px;
  border-radius: 3px;
}
.message-success p{
  background-color: #27ff003d;
    width: fit-content;
    padding: 5px;
    border-radius: 3px;
}

@media only screen and (min-width: 768px) {
   .player{
        text-align:left; 
        padding-left: 12% !important;
   }
}
@media only screen and (max-width: 767px) {
    .wp-block-table table,
    .wp-block-table tbody,
    .wp-block-table thead,
    .wp-block-table th,
    .wp-block-table td,
    .wp-block-table tr {
        display: block;
        width: 100%;
    }
    .wp-block-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .wp-block-table td {
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 40%;
        text-align: left;
        min-height: 55px;
    }
    .wp-block-table td:before {
        content: attr(data-th) ": ";
        position: absolute;
        left: 0;
        width: 30%;
        padding-left: 10px;
        font-weight: bold;
    }
    .wp-block-table tr td:first-child {
      background-color: #285b70;
    }

}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a[href=''],a[href*='recent-games?id=&event_id='] {
    pointer-events: none;
    color: gray;
}

.content{
    width: 100% !important;
}