div.emergency {
    color: #FF0000;
    font-weight: bold;
    width: 980px;
    height: auto;
    margin: 0 auto;
    padding: 30px 25px 0 25px;
    box-sizing: border-box;
    position: relative;
}

.todayRace table.today th {
    padding: 0;
    width: 64px;
}

.todayRace table.today tr {
    border-bottom: 1px solid #9f9f9f;
}

.todayRace table.today td {
    background: #fff;
    vertical-align: middle;
}

.todayRace table.today td button {
    margin: 0 auto;
    text-align: center;
    width: 55px;
    height: 55px;
    margin: 3px 0;
    font-size: 11.8px;
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    color: #333;
    background: #fff;
    border: none;
    font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Helvetica Neue", "Segoe UI", sans-serif;
    font-weight: bold;
}

.todayRace table.today td button:hover {
    opacity: 0.7;
    cursor: pointer;
}

.todayRace table.today a {
    color: #1a74bc;
    font-weight: bold;
    font-size: 14.5px;
    display: flex;
    flex-flow: column;
}


.todayRace table.today a img {
    background-repeat: no-repeat;
    border-radius: 50%;
    background: #1a74bc;
    width: 30%;
    margin: 0 auto;
    padding: 2px;
}

.todayRace table.today a:hover {
    color: #1a74bc;
    text-decoration: none;
}

.todayRace table.today td button.grade,
.todayRace table.today td button.refund {
    background: #1a74bc;
    color: #fff;
}

.todayRace table.today td button.cancel,
.todayRace table.today td button.noPage {
    background: #949494;
    color: #fff;
    pointer-events: none;
}

.todayRace table.today td button.soon {
    background: #ffd700;
    outline: solid 3px #E6B422;
    outline-offset: 2px;
    width: 47px;
    height: 47px;
    border-radius: 5px;
}

.todayRace table.today td button.change {
    color: #FF0000;
}

.attention {
    background: #fff;
}

.attention.middle .innerWrapper {
    padding-top: 0;
    padding-bottom: 0;
}