.common-wrapper {
  background-size: cover;
}

.common-wrapper .common-box .submenu-wrapper {
  width: 96%;
}

.common-wrapper .common-box .common-container {
  width: 96%;
}

.submenu-btn {
  width: 48%;
}

.page-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.page-send .next {
  width: 30%;
}

.page-send .next a {
  font-size: 0.8em;
}

.page-send .return {
  width: 30%;
}

.page-send .return a {
  font-size: 0.8em;
}

.page-send .return img {
  margin-top: 5px;
}

table {
  font-size: 0.8em;
}

table th {
  padding: 0 5px;
}

table tbody {
  background: #63b0ff;
  color: #fff;
}

table tbody.sort tr th {
  width: 35%;
}

.image-wrapper .image-container:only-child {
  width: 90%;
}
