﻿form input[type=submit] {
    text-decoration: none;
}

div#manual-address-area {
    margin-bottom: 30px; /* Same as 'margin-bottom' for 'govuk-form-group' */
}

select#addresses {
    margin-bottom: 20px;
}

th.action-col {
    width: 7%;
}

.govuk-button--link {
    background: none;
    border: none;
    padding: 0;
    font-size: 1.05556rem;
    color: #1d70b8;
    text-decoration: underline;
    cursor: pointer;
}