.table-row{
    cursor:pointer;
}
a {
    color: inherit;
    text-decoration: none !important; /* no underline */
}
a:hover {
    color: inherit;
    text-decoration: none !important; /* no underline */
}
.table td {
    padding: 0 !important;
}
.table-link:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
td a {
    color: inherit;
    display: block;
    padding: 16px;
}
td a:hover {
    color: inherit;
}
th a {
    color: inherit;
    display: block;
    padding: 16px;
}
th a:hover {
    color: inherit;
}


.table td div{
    padding: 16px;
}

table.table-fit {
    width: auto !important;
    table-layout: auto !important;
  }
  table.table-fit thead th,
  table.table-fit tbody td,
  table.table-fit tfoot th,
  table.table-fit tfoot td {
    width: auto !important;
  }

.borderless {
    border:none !important;
  }


.right{
    text-align: right;
}

select {
    width:100% !important;
}

.score {
    max-width: 200px;
}

.score input{
    width:5ch !important;
}

dt {
    float: left;
    clear: left;
    width: 8em;
    }
 dd {
    margin: 0 0 0 9em;
     padding: 0 0 0 0;
    }

.notification-bubble {
    display: inline-block;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 0 6px; /* Adjust padding for size */
    font-size: 0.75rem; /* Adjust font size as needed */
    margin-left: 4px; /* Space between the text and bubble */
    margin-right: 12px; /* Space between the text and bubble */
    vertical-align: middle; /* Aligns vertically with the text */
}

.main-custom-padding {
    padding-bottom: 6em !important;
}

.invalid-score {
    border: 2px solid #d9534f !important; /* Bootstrap 3 "danger" red */
    background-color: #f2dede;
}

.small-message-cell {
    word-wrap: break-word;
    white-space: normal;
}

.label-cell {
    white-space: nowrap;
    min-width: 100px; /* adjust based on your typical label length */
    width: 1%;
}

.match-outcome {
    max-width: 160px;
    word-wrap: break-word;
    white-space: normal;
}
