@font-face {
    font-family: GDS-Logo;
    src: local("HelveticaNeue"), local("Helvetica Neue"), local("Arial"), local("Helvetica");
}

html {
    font-size: 62.5%;
}

* {
    background: transparent;
    color: black;
    text-shadow: none;
    filter: none;
    -ms-filter: none;
}

body {
    font-family: "nta", Arial, sans-serif;
    font-size: 11pt;
    line-height: 1.42857;
    font-weight: 400;
    text-transform: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
@media (max-width: 640px) {
    body {
        font-size: 12px;
        line-height: 1.25;
    }
}

.govuk-link:not(.app-task-list__task-name) {
    color: black !important;
    text-decoration: none;
}

img {
    max-width: 100% !important; }

select {
    background: white;
}

.govuk-tag,
.app-task-list__task-completed {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    color: black !important;
    background: white !important;
}

.govuk-header__container {
    border-bottom-color: #000;
}

body footer,
#skiplink-container,
nav.hmrc-sign-out-nav,
button,
header > .hmrc-user-research-banner.hmrc-user-research-banner--show,
.govuk-button {
    display: none !important;
}

.app-task-list__items {
    font-family: sans-serif;
    font-size: 14pt;
    line-height: 1.15;
}

.app-task-list__section {
    font-family: sans-serif;
    font-size: 18pt;
    line-height: 1.15;
}

.govuk-input__prefix {
    border-right: 0;
}
.govuk-input__prefix, .govuk-input__suffix {
    font-family: "nta", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    padding: 5px;
    border: 2px solid #0b0c0c;
    background-color: #f3f2f1;
    text-align: center;
    white-space: nowrap;
    cursor: default;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.govuk-input {
    font-family: "nta", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    margin-top: 0;
    padding: 5px;
    border: 2px solid #0b0c0c;
    border-radius: 0;
}
.govuk-input--width-10 {
    max-width: 11.5em;
}
.govuk-input__wrapper .govuk-input {
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
}

a.app-task-list__task-name:after,
.govuk-link:after {
    content: "" ! important;
    font-size: 90%;
}
