.course-actions {
    padding: 1em;
    background: rgba( 0, 0, 0, 0.05 );

    .button {
        margin-right: 1em;
    }

    &:first-child {
        margin-bottom: 1em;
    }

    &:last-child {
        margin-top: 1em;
    }
}