.settings h4
{
    display: inline;
    margin-left: 0.5em;
}

.settings > .row
{
    padding-bottom: 1em;
}

.settings .worktime .col
{
    max-width: 10rem;
}

.settings .worktime .col > *
{
    padding-bottom: 0.2em;
}

.settings .location .col
{
    max-width: 12rem;
}

.settings .location .col > *,
.settings .vacation .col > *,
.settings .buttons .col > *
{
    padding-right: 1em;
}

.settings .buttons
{
    margin-top: 1em;
    border-top: 1px solid lightgrey;
    padding-top: 0.5em;
}

.settings .buttons .col:first-child
{
    padding-top: 0.3em;
}

.settings .buttons .col:last-child
{
    max-width: 10rem;
}