.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;
}
.sidebar-navigation-widget {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  width: 22px;
  height: 18px;
  text-indent: -9999px;
}
#profile_save_button {
  background: url(/static/img/app/save-normal.png) #ffffff no-repeat;
  background-position: 0px -3px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: none;
  color: #363636;
  font-family: 'Roboto', Serif;
  font-size: 12px;
  font-weight: 500 !important;
  margin-top: inherit;
  margin-right: inherit;
  margin-bottom: 10px;
  margin-left: inherit;
  padding-top: 12px;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: 37px;
  width: 60px;
  height: 28px;
  text-indent: 5px;
}
#profile_save_button:hover {
  background: url(/static/img/app/save-hover.png) #005e5e no-repeat;
  background-position: 0px -3px;
  background-color: none;
  color: #ffffff;
}
#profile_save_button:active {
  background: url(/static/img/app/save-active.png) #007373 no-repeat;
  background-position: 0px -3px;
  background-color: none;
  color: #ffffff;
}
#profile_reject_button {
  background: url(/static/img/app/reject-normal.png) #ffffff no-repeat;
  background-position: -1px 1px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: none;
  color: #363636;
  font-family: 'Roboto', Serif;
  font-size: 12px;
  font-weight: 500 !important;
  margin-top: inherit;
  margin-right: inherit;
  margin-bottom: 10px;
  margin-left: inherit;
  padding-top: 12px;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: 37px;
  width: 60px;
  height: 28px;
  text-indent: 5px;
}
#profile_reject_button:hover {
  background: url(/static/img/app/reject-hover.png) #ce5341 no-repeat;
  background-color: none;
  color: #ffffff;
}
#profile_reject_button:active {
  background: url(/static/img/app/reject-active.png) #d36655 no-repeat;
  background-color: none;
  color: #ffffff;
}
.sidebar-bottom-navigation .left-arrow {
  background: url(/static/img/app/sidebar-nav-left-arrow-bg.png) no-repeat;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  width: 22px;
  height: 18px;
  text-indent: -9999px;
}
.sidebar-bottom-navigation .right-arrow {
  background: url(/static/img/app/sidebar-nav-right-arrow-bg.png) no-repeat;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  width: 22px;
  height: 18px;
  text-indent: -9999px;
}
