.wde-setup {
  margin: 0 auto;
}

clearfix::after {
  clear: both;
}

.logo {
  display: block;
  text-align: center;
  width: 100%;
}

.logo h1 {
  vertical-align: text-bottom;
  display: inline-block;
}

.logo a {
  text-decoration: none;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}
.wizard, .tabcontrol {
  display: block;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
}

.wizard > .steps {
    display: block;
    position: relative;
    width: 100%;
}

.wizard ul, .tabcontrol ul {
    list-style: outside none none !important;
    margin: 0;
    padding: 0;
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left;
}

.wizard > .steps > ul > li {
    width: 20%;
}
.wizard ul > li, .tabcontrol ul > li {
    display: block;
    padding: 0;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #2184be none repeat scroll 0 0;
    color: #fff;
    cursor: default;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    border-radius: 5px;
    display: block;
    margin: 0 0.5em 0.5em;
    padding: 0.5em;
    text-decoration: none;
    width: auto;
}
.wizard a, .tabcontrol a {
    outline: 0 none;
}

.wizard > .steps .current-info, .tabcontrol > .steps .current-info {
    left: -999em;
    position: absolute;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    color: #fff;
    cursor: default;
}

.wizard ul, .tabcontrol ul {
    list-style: outside none none !important;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #eee none repeat scroll 0 0;
    color: #aaa;
    cursor: default;
}

.wizard > .content {
    background: #eee none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    margin: 0.5em;
    min-height: 30em;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sitewrapper > .content .main > section h3 {
    font-size: 2em;
}
.wizard > .content > .title, .tabcontrol > .content > .title {
    left: -999em;
    position: absolute;
}

.wizard > .content > .body {
    float: left;
    height: 95%;
    padding: 1.5%;
    position: absolute;
    width: 95%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

p {
  margin: 0 !important;
}

p,
p.lead {
    line-height: 1.5em;
    margin: 0 0 1.5em;
}

.wizard > .actions {
    display: block;
    position: relative;
    text-align: right;
    width: 100%;
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}

.wizard ul, .tabcontrol ul {
    list-style: outside none none !important;
    margin: 0;
    padding: 0;
}

.wizard > .actions > ul > li {
    margin: 0 0.5em;
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left;
}
.wizard ul > li, .tabcontrol ul > li {
    display: block;
    padding: 0;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee none repeat scroll 0 0;
    color: #aaa;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #2184be none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
}
.wizard a, .tabcontrol a {
    outline: 0 none;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #9dc8e2 none repeat scroll 0 0;
    color: #fff;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    color: #fff;
}

body {
    color: #193954;
    font-size: 0.875em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.5em;
    max-width: 750px;
    margin: 0 auto;
}

.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: #ff3111 none repeat scroll 0 0;
    color: #fff;
}

.wizard > .content > .body label.error {
    color: #8a1f11;
    display: block;
    margin: 5px 0 5px 5px;
    position: absolute;
}

.wizard > .content > .body input.error {
    background: #fbe3e4 none repeat scroll 0 0;
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body input,
.wizard > .content > .body select,
.wizard > .content > .body textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 5px 0 5px 5px;
  background-color: #fff;
  color: #333;
  outline: 0 none;
  box-sizing: border-box;
  padding: 3px;
  line-height: 15px;
  font-size: 12px;
  font-family: sans-serif;
}

.col_key {
  font-weight: bold;
  vertical-align: middle;
  width: 25%;
  text-align: left;
  padding: 12px;
  
}

.col_value {
  vertical-align: middle;
  text-align: left;
  padding: 12px;
}

table {
  width: 100%;
}

.wde-setup .button {
  height: auto;
  line-height: 1em;
  padding: 0.5em 1em;
  background: #f7f7f7 none repeat scroll 0 0;
  border-color: #ccc;
  box-shadow: 0 1px 0 #ccc;
  color: #555;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
}

.header {
  margin: 10px;
}

.radio {
  cursor: pointer;
}

@media screen and (max-width: 770px) {
  .wizard > .steps > ul > li {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .col_key,
  .col_value {
    display: block;
    width: auto;
  }
  select,
  input,
  textarea {
    width: 100%;
  }
  .wizard > .steps > ul > li {
    width: 100%;
  }
  .logo h1 {
    font-size: 20px;
  }
  .wde-setup .button {
    display: block;
  }
}