.p-page__wrap .p-shop__header,
/*.c-button__group--sub,
.p-page__title,
.c-alert ,*/
.p-page__footer {display:none;}
.p-page__body-inner{padding:0;}
.c-form__title, .c-form__content, .c-table-preview__title, .c-table-preview__content {
display: table-cell;
  width: 100%;
    vertical-align: middle;
    text-align: left;
    padding: 10px 0;
    font-size: 13px;
}

.c-button--primary {
    background: #eb756b;
}
.c-button--primary:hover{
  background: #a5524c;
}

table.c-form__table {
    width: 700px;
    margin: 0 0 40px;
    border-top: 1px dotted #d5c19d;
}
table.c-form__table th,
table.c-form__table td {
    padding: 10px 30px;
    border-bottom: 1px dotted #d5c19d;
}
table.c-form__table th {
    width: 15em;
    background-color: #feeeeb;
    font-weight: bold;
}
table.c-form__table td {
  width:60%;
}

table.c-form__table th {
    vertical-align: middle;
}
table.c-form__table input {
    width: 100%;
    height: 2em;
    border: 1px solid #d5c19d;
    padding-left: 0.5em;
}
table.c-form__table textarea {
    width: 100%;
    height: 10em;
    border: 1px solid #d5c19d;
    padding-left: 0.5em;
}
.c-button__group {
    width: 700px;
    text-align: center;
}
.c-button__group 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 {
    background-color: #fbcec6;
}
.c-button,
.c-alert {
  background: #f7eede;
}
.c-button:hover {
    background: #ded6c7;
}

@media screen and (max-width: 375px) {
.p-page__wrap .p-shop__header,
/*.c-button__group--sub,
.p-page__title,
.c-alert ,*/
.p-page__footer {display:none;}
.p-page__body-inner{padding:0;}
.c-form__title, .c-form__content, .c-table-preview__title, .c-table-preview__content {
display: table-cell;
  width: 100%;
    vertical-align: middle;
    text-align: left;
    padding: 10px 0;
    font-size: 13px;
}

.c-button--primary {
    background: #eb756b;
}
.c-button--primary:hover{
  background: #a5524c;
}

table.c-form__table {
    width: 700px;
    margin: 0 0 40px;
    border-top: 1px dotted #d5c19d;
}
table.c-form__table th,
table.c-form__table td {
    padding: 10px 30px;
    border-bottom: 1px dotted #d5c19d;
}
table.c-form__table th {
    width: 15em;
    background-color: #feeeeb;
    font-weight: bold;
}
table.c-form__table td {
  width:60%;
}

table.c-form__table th {
    vertical-align: middle;
}
table.c-form__table input {
    width: 100%;
    height: 2em;
    border: 1px solid #d5c19d;
    padding-left: 0.5em;
}
table.c-form__table textarea {
    width: 100%;
    height: 10em;
    border: 1px solid #d5c19d;
    padding-left: 0.5em;
}
.c-button__group {
    width: 700px;
    text-align: center;
}
.c-button__group 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 {
    background-color: #fbcec6;
}
.c-button,
.c-alert {
  background: #f7eede;
}
.c-button:hover {
    background: #ded6c7;
}
}