body {
  background: linear-gradient(to right, #c0c0aa, #f0fff5);
}

.outerWrap {
  padding: 0 10px;
}

.wrap {
  max-width: 800px;
  margin: 30px auto;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

@media (min-width: 768px) {
  .wrap {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.hammer {
  text-align: center;
}

.hammer > img {
  display: none;
  max-width: 200px;
}

.hammer.hammerTime > img {
  display: inline-block;
}

h1 {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  color: #3B8055;
  font-family: monospace;
  font-size: 32px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 3px white, 1px 1px 1px black;
}

.wrap-dollar1,
.wrap-dollar2 {
  display: inline-block;
  color: #3B8055;
  position: absolute;
  width: 50px;
  height: 100px;
  line-height: 200px;
  right: 0px;
  top: 100px;
  font-size: 100px;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
  transform: rotateY(0deg);
  transition: 0.5s ease-in-out all;
}

.wrap-dollar1 {
  left: 0;
}

.wrap-dollar1.spin,
.wrap-dollar2.spin {
  transform: rotateY(700deg);
  color: #ffffff;
}

@media (min-width: 768px) {
  .wrap-dollar {
    width: 100px;
    height: 200px;
    line-height: 200px;
    right: 0px;
    top: 100px;
    font-size: 200px;
  }
}
label {
  display: inline-block;
  width: 100%;
}

form {
  border: 1px solid grey;
  padding: 18px 15px;
  background: white;
  box-shadow: 0 2px 3px grey;
  border-radius: 5px;
  margin-bottom: 40px;
}

form > * + *:not(hr) {
  margin-top: 10px;
}

.hr {
  border: 1px solid black;
}

.hr + * {
  margin-top: 0;
}

input {
  width: 100%;
  min-width: 150px;
}

.myTooltip {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
}
.myTooltip:hover {
  cursor: default;
}

.myTooltip > .glyphicon:focus + .myTooltip-tip,
.myTooltip:hover > .myTooltip-tip {
  width: 160px;
  height: auto;
  margin: auto;
  border: 1px solid #333;
  clip: auto;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  color: #000;
  z-index: 1;
  opacity: 1;
  box-shadow: 0 2px 2px grey;
  font-weight: normal;
  line-height: 1.3;
  bottom: 24px;
}
.myTooltip > .glyphicon:focus + .myTooltip-tip > a,
.myTooltip:hover > .myTooltip-tip > a {
  color: #3B8055;
  position: static;
}
.myTooltip > .glyphicon:focus + .myTooltip-tip:after,
.myTooltip:hover > .myTooltip-tip:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -9px;
  background-color: white;
  transform: rotate(45deg);
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  left: calc(50% - 15px / 2);
}

.myTooltip-tip {
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  opacity: 0;
  color: transparent;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  bottom: 14px;
  left: calc(50% - (160px / 2));
  transition: opacity 0.25s ease-in;
  font-size: 14px;
  box-sizing: border-box;
}
.myTooltip-tip > a {
  color: transparent;
  position: absolute;
}

.previewPositioning {
  padding: 80px 0 0;
  margin: 0 auto;
  text-align: center;
}

.glyphicon {
  font-size: 14px;
}

.u-alignCenter {
  text-align: center;
}

#article{
  padding:0 15% 1%;
}