.messageBoard {
    display: none;
}

.customerD {
    margin-top: 102px;
    background-color: #f5f5f5;
}

.customerD .container .back {
    margin: 20px 0;
}

.customerD .container .back a {
    color: #3e3e3e;
}

.customerD .container .back .last {
    color: #3e3e3e;
    cursor: text;
}

.customerD .container .back a:hover {
    color: #3281ff;
    text-decoration: underline;
}

/* .customerD .middle {
    width: 100%;
}

.customerD .middle img {
    max-width: 100%;
} */

.customerD .container .middle  .picture {
    width: 100%;
    margin-bottom: 20px;
}

.customerD .container .middle  .picture img {
    max-width: 100%;
}

.customerD .container .middle  .texts {
    color: #3e3e3e;
    line-height: 30px;
    padding: 0px;
}

.customerD .container .next {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.customerD .container .next .nopadding a {
    display: inline-block;
    width: 80%;
    color: #666666;
    text-decoration: underline;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
}

.customerD .container .next .nopaddings span {
    display: inline-block;
    color: #666666;
    text-decoration: none;
    vertical-align: top;
}

.customerD .container .next .nopaddings a:hover {
    color: #666666;
    text-decoration: none;
    vertical-align: middle;
    cursor: text;
}

.customerD .container .next .nopadding {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.customerD .container .next .nopaddings {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.customerD .container .next a:hover {
    color: #3281ff;
}
