table.sho_tei_list_table,
table.unique_sho_tei_table {
    width: 100%;
    border-collapse: collapse;
}
table.sho_tei_list_table tr:hover,
table.unique_sho_tei_table tr:hover {
    background-color: #E6F2FA !important;
}
table.sho_tei_list_table td,
table.unique_sho_tei_table td {
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 6px;
}
.saisan-button-link {
    display: inline-block;
    background-color: blue;
    color: #fff !important;
    text-decoration: none !important;
    padding: 4px 8px;
    border-radius: 4px;
}
.saisan-button-link:hover,
.saisan-button-link:active,
.saisan-button-link:focus,
.saisan-button-link:visited {
    text-decoration: none !important;
    color: #fff !important;
}
.reapply_notice {
    color: #FF0000;
    font-weight: bold;
    animation: blink_text 1s infinite;
    margin-left: 5px;
}
@keyframes blink_text {
    0%   { opacity: 1; }
    50%  { opacity: 0; }
    100% { opacity: 1; }
}