body {
  margin: 60px auto 24px;
  box-shadow: none;
  background: #f1f1f1;
  padding: 0;
}
.wphr-logo {
  text-align: center;
}
.wphr-logo a {
  text-decoration: none;
}
.wphr-setup-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  padding: 24px 24px 0;
  background: #fff;
  overflow: hidden;
  zoom: 1;
}
.wphr-setup-content h1,
.wphr-setup-content h2,
.wphr-setup-content h3,
.wphr-setup-content table {
  margin: 0 0 24px;
  border: 0;
  padding: 0;
  color: #666;
  clear: none;
}
.wphr-setup-content p {
  margin: 0 0 24px;
  font-size: 1em;
  line-height: 1.75em;
  color: #666;
}
.wphr-setup-content ul.unstyled {
  list-style: none;
  margin: 0 0 20px 0;
}
.wphr-setup-content ul.unstyled li {
  padding-bottom: 10px;
}
.wphr-setup-content ul.unstyled li.add-new {
  padding-top: 15px;
}
.wphr-setup-content table {
  font-size: 1em;
  line-height: 1.75em;
  color: #666;
}
.wphr-setup-content a {
  color: #a16696;
}
.wphr-setup-content a:hover,
.wphr-setup-content a:focus {
  color: #111;
}
.wphr-setup-content .form-table th {
  width: 35%;
  vertical-align: top;
  font-weight: normal;
}
.wphr-setup-content .form-table td {
  vertical-align: top;
}
.wphr-setup-content .form-table td select,
.wphr-setup-content .form-table td input {
  width: 100%;
  box-sizing: border-box;
}
.wphr-setup-content .form-table td select {
  border: 1px solid #ccc;
  padding: 5px 10px;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  font-size: 14px;
}
.wphr-setup-content .form-table td input[size] {
  width: auto;
}
.wphr-setup-content .form-table td .description {
  line-height: 1.5em;
  display: block;
  margin-top: .25em;
  color: #999;
  font-style: italic;
}
.wphr-setup-content .form-table td .input-checkbox,
.wphr-setup-content .form-table td .input-radio {
  width: auto;
  box-sizing: inherit;
  padding: inherit;
  margin: 0 .5em 0 0;
  box-shadow: none;
}
.wphr-setup-content .form-table .section_title td {
  padding: 0;
}
.wphr-setup-content .form-table .section_title td h2,
.wphr-setup-content .form-table .section_title td p {
  margin: 12px 0 0;
}
.wphr-setup-content .form-table th,
.wphr-setup-content .form-table td {
  padding: 12px 0;
  margin: 0;
  border: 0;
}
.wphr-setup-content .form-table th:first-child,
.wphr-setup-content .form-table td:first-child {
  padding-right: 1em;
}
.wphr-setup-content .final-step {
  text-align: center;
}
.wphr-setup-content .final-step h1 {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.wphr-setup-content .final-step h2 {
  float: left;
  width: 50%;
  text-align: right;
  margin-right: 20px;
}
.wphr-setup-content .final-step a {
  float: left;
}
.wphr-setup-content .two-col {
  overflow: hidden;
  margin: 0 0 24px;
}
.wphr-setup-content .two-col::after {
  content: '';
  clear: both;
}
.wphr-setup-content .two-col .col-first,
.wphr-setup-content .two-col .col-last {
  width: 50%;
  box-sizing: border-box;
  float: left;
}
.wphr-setup-content .wphr-setup-next-steps {
  overflow: hidden;
  margin: 0 0 24px;
}
.wphr-setup-content .wphr-setup-next-steps h2 {
  margin-bottom: 12px;
}
.wphr-setup-content .wphr-setup-actions {
  overflow: hidden;
}
.wphr-setup-content .wphr-setup-actions .button {
  float: right;
  font-size: 1.25em;
  padding: .5em 1em;
  line-height: 1em;
  margin-right: .5em;
  height: auto;
}
.wphr-setup-content .wphr-setup-actions .button-primary {
  float: right;
}
.wphr-setup-steps {
  padding: 0 0 24px;
  margin: 0;
  list-style: none outside;
  overflow: hidden;
  color: #ccc;
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wphr-setup-steps li {
  width: 20%;
  float: left;
  padding: 0 0 0.8em;
  margin: 0;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #ccc;
  line-height: 1.4em;
}
.wphr-setup-steps li:before {
  content: "";
  border: 4px solid #ccc;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  margin-bottom: -8px;
  background: #fff;
}
.wphr-setup-steps li.active {
  border-color: #008ec2;
  color: #008ec2;
}
.wphr-setup-steps li.active:before {
  border-color: #008ec2;
}
.wphr-setup-steps li.done {
  border-color: #008ec2;
  color: #008ec2;
}
.wphr-setup-steps li.done:before {
  border-color: #008ec2;
  background: #008ec2;
}
.wphr-return-to-dashboard {
  font-size: 0.85em;
  color: #b5b5b5;
  margin: 1.18em 0;
  display: block;
  text-align: center;
}
