.SongListPage {
    font-size: 12px;

    td {
        vertical-align: middle;
    }

    &-link {
        color: var(--blue);
        cursor: pointer;
    }

    .GridTable {
        &-footer {
            align-items: center;
            display: flex;
            justify-content: space-between;
            padding: 10px;
        }
    }
}
