html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.logout-button {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #fff;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    white-space: nowrap;
    /*optional*/
    font-family: GDS Transport, arial, sans-serif;
    /*input has OS specific font-family*/
    /*color: #069;*/
    text-decoration: none;
    cursor: pointer;
}

    .logout-button:active {
        background: $govuk-focus-colour !default;
    }

body {
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#loadSpinner {
    font-size: 20px;
    margin-bottom: 20px;
}

#spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.spinner-border {
    padding: 40%
}

#errorSummary {
    display: none;
}

.govuk-task-list__status .govuk-tag {
    max-width: none;
}

.govuk-task-list__name-and-hint {
    width: 50%;
}

.key-fifty .govuk-summary-list__key {
    width: 50%;
}

.key-fifty .govuk-summary-list__value {
    width: 50%;
}

.govuk-details__summary .govuk-details__summary-text {
    text-decoration: none;
}

