.c-form {
    width: 560px;
    max-width: 100%;
}

.c-ledger-list-container {
    width: 560px;
    max-width: 100%;
}

.c-ledger-list-container .menu-list li {
    display: flex;
    align-items: center;
    height: 40px;
}

.c-ledger-list-container .menu-list li a:first-child {
    flex: 1;
}

.c-ledger-list-container .menu-list li .c-action-link {
    display: none;
}

.c-ledger-list-container .menu-list li:hover .c-action-link {
    display: block;
}

.c-filter-form .field.is-grouped {
    justify-content: center;
}

.c-input-daterange {
    display: flex;
    align-items: center;
}

.c-input-daterange span {
    margin: 0 4px;
}

.c-summary-table .progress {
    margin: 8px 0 0 0;
}

.c-summary-table th:first-child {
    width: 200px;
}

.c-entry-table tr a {
    display: none;
}

.c-entry-table tr td:first-child {
    width: 140px;
}

.c-entry-table tr td:last-child {
    width: 90px;
}

.c-entry-table tr:hover a {
    display: block;
}
