/* About Styles */
.rg4wp-container {
  padding: 0 24px;
}

.rg4wp-logo {
  display: block;
  width: 230px;
  height: 65px;
  background: transparent url("../img/logo-small.png") center no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: -9999em;
  margin: 20px auto;
  border: none;
  outline: none;
}

.rg4wp-module-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  overflow: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .rg4wp-module-container__left {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-right: 16px;
  }
  .rg4wp-module-container__right {
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 16px;
  }
}

.rg4wp-module {
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 16px auto;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  box-shadow: 0 2px 3px -1px rgba(38,45,58,.1);
}

.rg4wp-title {
  text-align: center;
  margin-top: 8px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .rg4wp-title {
    text-align: left;
  }
}

.rg4wp-text {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.6;
  font-size: 13px;
}

.rg4wp-text--last {
  margin-bottom: 0;
}

.rg4wp-additional-links {
  margin-top: 32px;
  text-align: center;
}

.rg4wp-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rg4wp-helptip {
  font-style: italic;
  color: #666;
}

.rg4wp-button {
  pointer-events: cursor;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 3px;
  font-weight: 600;
  line-height: 16px;
  font-size: 14px;
  border: none;
  outline: none;
  text-decoration: none;
  text-align: center;
  color: #fff!important;
  background-color: #158fef;
}

.rg4wp-button:hover, .rg4wp-button:focus {
  background-color: #5eb2f4;
}

.rg4wp-button:active {
  background-color: #0369d2;
  transform: translateY(1px);
}

.rg4wp-button--crash { background-color: #0277BD; }
.rg4wp-button--crash:hover, .rg4wp-button--crash:focus { background-color: #278AC6; }
.rg4wp-button--crash:active { background-color: #0064A0; }

.rg4wp-button--pulse { background-color: #681096; }
.rg4wp-button--pulse:hover, .rg4wp-button--pulse:focus { background-color: #7D33A5; }
.rg4wp-button--pulse:active { background-color: #570C7F; }

/* Dashboard */
#rgFrame {
    display: block;
    margin: auto;
    width: 100%;
    height: 840px;
    overflow: hidden;
}
