.base-structure {
  width: 970px;
  height: 100%;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.base-structure {
  width: 970px;
  height: 100%;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.analytics-button {
  background: url(/static/img/app/arrow-right-yellow.png) no-repeat;
  background-position: 146px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #4a4a4a;
  color: #ffffff;
  font-family: 'Roboto', Serif;
  font-size: 13px;
  font-weight: 300 !important;
  padding-top: 7px;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: 10px;
  margin-top: 17px;
  margin-right: inherit;
  margin-bottom: inherit;
  margin-left: inherit;
  width: 161px;
  height: 24px;
  letter-spacing: 1px;
}
.analytics-button:hover {
  background-color: #363636;
}
.analytics-button:active {
  background: url(/static/img/app/arrow-right-grey.png) no-repeat;
  background-position: 146px;
  background-color: #ffd142;
  color: #4a4a4a;
  font-family: 'Roboto', Serif;
  font-size: 12px;
  font-weight: 400 !important;
}
