.panel {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    padding: 20px;
    display: table;
    margin: auto;
    margin-bottom: 40px;
    color: rgba(0,0,0,.7);
}

form {
    max-width: 630px;
}

a.icon {
    display: table;
    margin: 20px auto;
}
a.icon img {
    height: 100px;
    display: block;
    margin: auto;
}

table td:first-child {
    padding-right: 10px;
    color: rgba(0,0,0,.8);
    vertical-align: top;
    padding-top: 9px;
}
table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

tr.hr td {
    padding: 0;
}
tr.hr hr {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    margin: 10px 0;
}

.submit-wrap {
    display: flex;
}
.submit-wrap input[type=email] {
    vertical-align: top;
    flex-grow: 1;
}
.submit-wrap input[type=submit] {
    font-size: 13px;
    margin-left: 5px;
}

.links {
    margin-top: 1em;
}
.links a {
    display: table;
    font-size: 13px;
}
.links a:first-child {
    margin-bottom: 5px;
}

.notice {
    margin-top: 3px;
}
