/* 1. Mindre afstand mellem Ferielukket og Åbningstider */
table tr:nth-child(2) td {
    padding-bottom: 4px !important;
}

table tr:nth-child(3) td p:first-child {
    margin-top: 2px !important;
}

/* 2. Mindre afstand mellem telefon-ikon og firmanavn */
table tr:nth-child(3) td p img {
    margin-bottom: -2px !important;
}

table tr:nth-child(4) td {
    padding-top: 4px !important;
}

/* Fjern Sinatra padding over indholdet */
body #page {
    padding-top: 0 !important;
}

/* Fjern Sinatra margin på første element (figure) */
body > #page > figure:first-child {
    margin-top: 0 !important;
}
/* Fjern luft under menu/header */
.sinatra-header-layout-1 .si-header-inner {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
/* Fjern Sinatra header-afstand */
.sinatra-header-layout-3 .si-nav-container,
.sinatra-header-layout-3 .si-logo-container,
#sinatra-header-inner,
#sinatra-header-inner .si-container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Fjern afstand over indholdet */
#primary {
    margin-top: 0 !important;
}