.amt-yukyu-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.amt-yukyu-table th, .amt-yukyu-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.amt-yukyu-table th {
    background-color: #f2f2f2;
}
.amt-button {
    padding: 5px 10px;
    cursor: pointer;
}
.amt-button-detail {
    background-color: #0073aa;
    color: white;
    border: none;
}
.amt-button-detail:hover {
    background-color: #005177;
}
.user-row.loading {
    opacity: 0.5;
}
.amt-yukyu-application-form-wrapper {
    margin: 20px 0;
}
.amt-yukyu-current-balance {
    margin-bottom: 20px;
}
.request-unit-wrapper {
    margin: 10px 0;
}
.request-unit-wrapper label {
    margin-right: 20px;
}
#yukyu_hours_wrapper {
    margin: 10px 0;
}
.amt-yukyu-flash-message {
    padding: 10px;
    margin: 10px 0;
}
.notice-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.notice-error {
    background-color: #f2dede;
    border-color: #ebccd1;
}