.button-toggle,
.button-toggle .handle {
    height: 20px;
    border-radius: 3px;
    position: absolute;
}
.form-table th h2 {
    width: 100%;
}
.wpss-panel-content {
    font-size: 14px;
    margin-left: 13px;
    max-width: 1500px;
}
.wpss-panel-content-footer {
    margin: 28px 13px 0;
    max-width: 1500px;
    font-size: 14px;
}
.button-toggle-wrap {
    padding-top: 10px;
    display: block;
    text-align: center;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.button-toggle {
    display: inline-block;
    background: #bbb;
    padding: 4px;
    width: 54px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 9px;
}
.button-toggle .handle {
    left: 4px;
    right: auto;
    width: 20px;
    background: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
}
input.toggler {
    display: none;
}
.toggler:checked + .button-toggle {
    background: lawngreen;
}
.toggler:checked + .button-toggle .handle {
    left: 38px;
}
td p.description {
    margin-top: 38px;
    font-style: normal;
    color: #34495e;
}
.blockquote-green {
    margin: 2em 0;
    padding: 0 1.4em;
    border-left: 0.6em solid #64f074;
}
#whiteboxH .inside,
.topHead {
    padding: 10px 40px;
}
#wp-admin-bar-fw-off .ab-item {
    background-color: #e74c3c;
}
#wp-admin-bar-fw-on .ab-item {
    background-color: #2ecc71;
}
.topHead {
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.projectStyle .postbox {
    margin: 60px 56px;
}
.firewall-progress {
    display: block;
    margin-right: 10px;
    background: #eff0f2;
    width: 15%;
    height: 40px;
    font-size: 2em;
    text-align: center;
    color: #34495e;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.panelStatic div,
.topHead h2 {
    display: inline-block;
}
.firewall-progress h1 {
    font-size: 16px;
    padding: 5px 5px 6px;
}
.statusCheck,
.statusCheckAfter {
    font-size: 21px;
    color: #fff;
}
.projectStyle table.form-table tbody td,
.projectStyle table.form-table tbody th {
    padding-top: 30px;
    padding-bottom: 30px;
}
.projectStyle .updated {
    margin: 0 auto;
    display: inline-block;
    width: 30%;
    border: 1px solid #eee;
}
.topHead h2 {
    width: 60%;
}
.projectStyle .wrap .notice,
.projectStyle .wrap div.updated {
    margin: 0 auto;
}
.projectStyle .dWid {
    margin: 0 56px 20px;
}
.projectStyle .dWid .mWid1,
.projectStyle .dWid .mWid2 {
    display: inline-block;
    margin: 0 auto;
}
.projectStyle .dWid .mWid2 {
    position: relative;
    left: 1.26%;
}
.projectStyle .dWid .mWid1,
.projectStyle .dWid .mWid2 {
    max-width: 49%;
    width: 100% !important;
}
.projectStyle .goTop {
    margin-top: -40px;
}