.sh-planzoom-wrapper {
  margin: 0 auto;
  padding-bottom: 10px;
  background: #fff;
  border-top:6px solid #680000;
}

.sh-planzoom-header,
.sh-planzoom-title {
  max-width: 680px;
  margin: 0 auto;
}

.sh-planzoom-image-wrapper {
  max-width: 680px;
  margin: 0 auto;
}

.sh-planzoom-image {
  padding: 0%;
}

.sh-planzoom-image-container {
  background-color: #fff;
}

.sh-planzoom-comment {
  padding: 20px 30px 10px;
  text-align: left;
  list-style-type: none;
  color: #666;
  font-size: 13px;
}

.sh-planzoom-comment li {
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
}

.sh-planzoom-comment li span {
  color: #0075c2;
}

.sh-planzoom-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  background-color: #fff;
}

html.no-flexbox .sh-planzoom-buttons {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}

.sh-planzoom-button {
  padding: 15px 8px;
}

.sh-planzoom-button > a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
  line-height: 1.35;
  text-decoration: none;
  border-radius: 4px;
  background-color: #a0a0a0;
}
.sh-planzoom-button.__twoline > a {
  padding-top: 12px;
  padding-bottom: 12px;
}

.sh-planzoom-button > a > span {
  letter-spacing: -2px;
}

.sh-planzoom-button.current > a {
  color: #fff;
  text-decoration: none;
  background-color: #e6942b;
}

html.no-flexbox .sh-planzoom-button {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

html.no-touch .sh-planzoom-button a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e6942b;
}

.sh-planzoom-bottom {
  padding: 15px 0 30px;
  background-color: #f4f4f4;
}

.sh-planzoom-bottom-wrapper {
  width: 94%;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.sh-planzoom-bottom-button__close {
  float: left;
}

.sh-planzoom-bottom-button__print {
  float: right;
}

.sh-planzoom-bottom-button {
  width: 40%;
  max-width: 180px;
}

.sh-planzoom-bottom-button a.sh-nav-link {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-image: none;
  overflow: hidden;
}

.sh-planzoom-bottom-button a.sh-nav-link.sh-nav-link__print {
  letter-spacing: 1em;
}

.sh-planzoom-bottom-button a.sh-nav-link.sh-nav-link__print:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: '\f02f';
  width: 30px;
  height: 40px;
  top: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
}

.sh-planzoom-bottom-button a.sh-nav-link.sh-nav-link__close {
  padding-left: 24px;
}

.sh-planzoom-bottom-button a.sh-nav-link.sh-nav-link__close:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: '\f00d';
  width: 36px;
  height: 40px;
  top: 0;
  left: 0;
  background-color: #000;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

html.no-print .sh-planzoom-bottom-button__close {
  float: none;
  display: inline-block;
}

html.no-print .sh-planzoom-bottom-button__print {
  display: none;
}

.sh-planzoom-img1 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  .sh-planzoom-comment {
    padding: 10px 20px;
  }
  .sh-planzoom-button {
    padding: 15px 5px;
  }
  .sh-planzoom-bottom {
    padding-bottom: 20px;
  }
	.sh-planzoom-button > a {
	  padding: 10px 5px;
	  font-size: 11px;
	}

  .sh-planzoom-img1 img {
    vertical-align: top;
    display: block;
  }
}
