table {
    width: 720px;
    margin: 0 0 40px;
    border-top: 1px dotted #d5c19d;
}
table th,
table td {
    padding: 10px 30px;
    border-bottom: 1px dotted #d5c19d;
}
table th {
    width: 15em;
    background-color: #feeeeb;
    font-weight: bold;
}
/* form */
table.c-form__table th {
    vertical-align: middle;
}
table input {
    width: 100%;
    height: 2em;
    border: 1px solid #d5c19d;
    padding-left: 0.5em;
}
table textarea {
    width: 100%;
    height: 10em;
    border: 1px solid #d5c19d;
    padding-left: 0.5em;
}
.c-button__group {
    width: 720px;
    text-align: center;
}
.c-button__group input,
.c-button--primary input{
    border: none;
    border-radius: 5px;
    padding: 1em 3.6em;
    font-size: 16px;
    background-color: #eb756b;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.3);
}
.c-button__group input:hover,
.c-button--primary input:hover{
    background-color: #fbcec6;
}
