.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);
}

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 {
    text-align: right;
    font-size: 13px;
    margin-top: 5px;
}

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

select#store_id {
    width: 100%;
}
