@CHARSET "UTF-8";

.wide-content-scroll {
    max-width: 100vw;
    overflow-x: scroll;
}

.table-grid {
    border-spacing: 0px;
    border-collapse: collapse;
    empty-cells: show;
    background-color: #e6f7ff;
    border-radius: unset;
}
.table-grid tbody th {
    padding: 0px;
    white-space: nowrap;
}
.table-grid tbody td {
    padding: 2px 3px;
    white-space: nowrap;
}

/* Settings for date/time settings for matches */
.match-target-datetime {
    font-size: 0.85em;
}

/* Settings for small set points table */
.set-points-container {
    vertical-align: top;
}
.table-set-points {
    border-radius: 0;
    margin: 0;
    margin-left: auto;
    width: auto;
}
.table-set-points tbody tr {
    height: auto;
}
.table-grid tbody td .td-set-points {
    font-size: 12px;
    border: 1px solid slategrey;
    text-align: center;
    padding: 0;
    min-width: 24px;
    color: darkslategray;
}


.title {
    font-weight: normal;
    background-color: #007db3;
    color: #fff;
    margin: 0;
    padding: 0.3em 0.5em;
    border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    margin-bottom: 0.2em;
    white-space: nowrap;
    width:auto;
}

.c { border: thin solid #007db3; }
.t { border-top: thin solid #007db3; }
.r { border-right: thin solid #007db3; }
.l { border-left: thin solid #007db3; }
.b { border-bottom: thin solid #007db3; }
.w { color: #007db3; font-weight: 400; }

.data-cell {
    background-color: white;
    text-align: left !important;
}

