.share-page {
  border-left: 1px solid #181818;
  padding-left: 23px;
  margin-left: -19px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 3px;
}
.share-page span {
  font-size: 26px;
  font-weight: 600;
}
.share-page span:last-child {
  display: none;
}
.share-page:active {
  top: 4px;
}
.share-page:before {
  font-size: 45px;
  position: relative;
  top: 2px;
}
.share-services {
  padding: 20px 30px 20px 30px;
}
.share-services h3 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}
.share-services ul li {
  padding: 18px 12px 18px 12px;
  margin-left: 25px;
  display: inline-block;
  border-radius: 3px;
}
.share-services ul li:first-child {
  margin-left: 0;
}
.share-services ul li div {
  color: #FFF;
  font-size: 80px;
  display: block;
  cursor: pointer;
}
.share-services ul .fb {
  background-color: #637BBA;
}
.share-services ul .tw {
  background-color: #1e9acc;
}
.share-services ul .gp {
  background-color: #C50709;
}
.share-services ul .mail {
  background-color: #166897;
}
.share-legend li {
  width: 112px;
  text-align: center;
  font-size: 24px;
  padding-bottom: 0 !important;
  padding-top: 10px !important;
}
#share-form {
  padding: 15px 13px 20px 20px;
  background-color: #E9E9E9;
}
#share-form h3 {
  font-size: 45px;
  font-weight: 900;
  text-align: center;
}
#share-form input,
#share-form textarea {
  font-size: 20px;
  font-weight: 700;
  border: 2px solid #FFF;
  color: #0D111F;
  background-color: #FFF;
  padding: 8px;
  width: 500px;
  border-top: 0 !important;
}
#share-form label {
  font-size: 24px;
  font-weight: 400;
  display: block;
  padding-bottom: 8px;
}
#share-form .button-1 {
  width: 500px;
  font-size: 24px;
  font-weight: 300;
}
#share-form .button-1 span {
  font-size: 32px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
#share-form .button-important {
  background-color: #CB202D;
  border-color: #CB202D;
  padding: 8px 12px 16px 12px;
}
