.ResultFailed {
    padding: 12px 12px 22px;
}
.ResultFailed .result-body {
}
.ResultFailed .result-comment-top {
  margin: 0px 0px 10px 0px;
}
.ResultFailed .result-comment-top-title {
  margin: 5px 0px 0px 20px;
  font-size: 2.0rem;
}
.ResultFailed .result-comment-top-text {
  margin: 5px 0px 0px 20px;
  font-size: 1.6rem;
}
.ResultFailed .result-comment-top-button-wrapper {
    width: 100%;
    margin-top: 30px;
}

.ResultFailed .result-comment-top-button {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 300px;
    border-radius: 12px 12px;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.15);
    line-height: 46px;
    text-align: center;
}

/* Tablet Only */
@media (min-width: 768px) and (max-width: 992px) {
}

/*--- Mobile Landscape & Portrait ---*/
@media (max-width: 767px) {
}