 /*___ Resets ___*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section{display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:"";content:none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del{text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
body{font:13px/1.231 sans-serif;*font-size:small;}
pre, code, kbd, samp{font-family:monospace, sans-serif;}
html{overflow-y:scroll;background:#e7e7e8;}
a:link, a:hover, a:visited, a:active{outline:none;}
ul, ol{margin-left:2.55em; list-style: none;}
ol{list-style-type:decimal;}
nav ul, nav li{margin:0;list-style:none;list-style-image:none;}
small{font-size:85%;}
strong, th{font-weight:bold;}
td{vertical-align:top;}
sub, sup{font-size:75%;line-height:0;position:relative;}
sup{top:-0.5em; }
sub{bottom:-0.25em;}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;padding:15px;}
textarea{overflow:auto;} 
input[type="radio"]{vertical-align:text-bottom;}
input[type="checkbox"]{vertical-align: bottom;}
input[type="button"], input[type="submit"], input[type="image"], button{cursor:pointer;}
button, input, select, textarea{margin:0;}			
input:valid, textarea:valid{}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {background-color:#f0dddd;}
::-moz-selection{background:#82B3DF;color:#fff;text-shadow:none;}
::selection {background:#82B3DF;color:#fff;text-shadow:none;}
a:link{-webkit-tap-highlight-color:#18A19B;}
button{width:auto;overflow:visible;}
.clear { clear: both; }
/* ___ END RESETS ___ */

/* Who.is Base Styles */

a {color: #18A19B;cursor: pointer;text-decoration: none;}
.imgborder {border:solid 2px #4d4e53;border-radius:6px;-moz-border-radius1:6px;-webkit-border-radius:6px;}


.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,  1px,  1px,  1px);
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    zoom: 1;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.ui-tabs {
    position: relative;
    zoom: 1;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
    z-index: 9;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-panel {
    display: block;
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}
.nav-tabs {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
}
.nav-tabs a {
    border: 1px solid transparent;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    padding: 5px 10px;
}
.nav-tabs .ui-tabs-selected {
    position: relative !important;
    top: 2px !important;
    z-index: 999 !important;
}
.nav-tabs .ui-tabs-selected a, .nav-tabs .ui-tabs-selected a:hover {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #fff;
    color: #555;
    cursor: default;
    text-decoration: none;
}
.tooltip {
    position: absolute;
    z-index: 9999;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.tooltip.in {
    opacity: 0.8;
}
.tooltip.top {
    margin-top: -2px;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}
.tooltip.right {
    margin-left: 2px;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000;
}
.tooltip.bottom {
    margin-top: 2px;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
}
.tooltip.left {
    margin-left: -2px;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#zenbox_tab {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 40% !important;
}
a {
    color: #18a19b;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
html, body {
    height: 100%}
html, button, input, select, textarea {
    font-family: Arial, HelveticaNeue, Helvetica, sans-serif;
}
p, pre {
    margin: 15px 0;
}
body {
    background: #fff;
    color: #444;
    font-size: 13px;
    –webkit-font-smoothing: antialiased;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0;
    text-shadow: 0 1px 0 #fff;
}
h1 {
    font-size: 24px;
    font-weight: normal;
}
h2 {
    font-size: 16px;
    font-weight: normal;
}
h3 {
    font-size: 14px;
    margin: 0;
}
hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin: 15px -5px;
}
nav ul {
    margin: 0;
    padding: 0;
}
small {
    font-family: helvetica;
}
table {
    border-collapse: collapse;
    width: 100%}
tr {
    border-bottom: 1px solid #ccc;
}
td, th {
    padding: 7px 10px;
    text-align: left;
}
th {
    font-weight: bold;
    white-space: nowrap;
}
.clearfix:before, fieldset:before, .container:before, .mini-profile-grp:before, .advertisements:before, .billing-cycles:before, .clearfix:after, fieldset:after, .container:after, .mini-profile-grp:after, .advertisements:after, .billing-cycles:after {
    content: "";
    display: table;
}
.clearfix:after, fieldset:after, .container:after, .mini-profile-grp:after, .advertisements:after, .billing-cycles:after {
    clear: both;
}
.clearfix, fieldset, .container, .mini-profile-grp, .advertisements, .billing-cycles {
    *zoom: 1;
}
.ir {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}
.visuallyhidden, label input[type="radio"], .billing-cycles input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.page-header {
    background: #fff;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
    z-index: 999;
}
.page-header .container {
    display: table;
}
.page-header .domain-title, .page-header .actions {
    display: table-cell;
    max-width: 500px;
    vertical-align: middle;
}
.page-header .actions {
    text-align: right;
    font-size: 0;
}
.page-header .actions li {
    display: inline-block;
    float: none;
    font-size: 13px;
}
.available {
    color: #468847;
}
.has-transition {
    -webkit-transition: padding 0.5s ease-in-out;
    -moz-transition: padding 0.5s ease-in-out;
    -o-transition: padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out;
}
.no-wrap {
    white-space: nowrap;
}
.ui-helper-hidden {
    display: none !important;
}
.default-hidden {
    display: none;
}
.field, fieldset {
    margin: 10px 0 15px;
    position: relative;
}
.field {
    max-width: 350px;
}
.field:first-child {
    margin-top: 0;
}
.field small {
    opacity: 0.75;
    display: block;
    margin-top: 3px;
}
label {
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}
.checkbox label, .radio label {
    display: inline-block;
    margin-bottom: 0;
}
input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    max-width: 350px;
    outline: 0;
    padding: 6px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%}
input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, select:focus, textarea:focus {
    border-color: #1cbbb4;
    -webkit-box-shadow: 0 0 5px #1cbbb4;
    -moz-box-shadow: 0 0 5px #1cbbb4;
    box-shadow: 0 0 5px #1cbbb4;
}
input[type="date"].ui-state-error, input[type="datetime"].ui-state-error, input[type="datetime-local"].ui-state-error, input[type="email"].ui-state-error, input[type="month"].ui-state-error, input[type="number"].ui-state-error, input[type="password"].ui-state-error, input[type="search"].ui-state-error, input[type="tel"].ui-state-error, input[type="text"].ui-state-error, input[type="time"].ui-state-error, input[type="url"].ui-state-error, input[type="week"].ui-state-error, select.ui-state-error, textarea.ui-state-error {
    background-color: #f1dcdc;
    border-color: #b94a48;
    color: #b94a48;
}
input[type="date"].ui-state-error:focus, input[type="datetime"].ui-state-error:focus, input[type="datetime-local"].ui-state-error:focus, input[type="email"].ui-state-error:focus, input[type="month"].ui-state-error:focus, input[type="number"].ui-state-error:focus, input[type="password"].ui-state-error:focus, input[type="search"].ui-state-error:focus, input[type="tel"].ui-state-error:focus, input[type="text"].ui-state-error:focus, input[type="time"].ui-state-error:focus, input[type="url"].ui-state-error:focus, input[type="week"].ui-state-error:focus, select.ui-state-error:focus, textarea.ui-state-error:focus {
    -webkit-box-shadow: 0 0 5px #b94a48;
    -moz-box-shadow: 0 0 5px #b94a48;
    box-shadow: 0 0 5px #b94a48;
}
fieldset .field {
    float: left;
    margin: 0;
    padding: 0 7px;
}
fieldset .field:first-child {
    padding-left: 0;
}
fieldset .field:last-child {
    padding-right: 0;
}
.forgot-pass {
    display: block;
    margin: 5px 0;
}
.command form {
    padding: 15px 5px;
}
.command p {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 15px 5px 0;
}
.command .field {
    max-width: 100%}
.command .field .btn {
    position: relative;
    top: -2px;
}
.error-explanation {
    display: none;
}
#error_explanation, .error-explanation {
    background: #f1dcdc;
    border: 1px solid #e3b7b7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #b94a48;
    list-style: none;
    margin: 0 0 15px;
    padding: 7px 15px;
}
#error_explanation h2, .error-explanation h2 {
    display: none;
}
#error_explanation ul, .error-explanation ul {
    margin: 0;
    padding: 0;
}
#error_explanation li, .error-explanation li {
    list-style: none;
}
.ui-state-error.message {
    background: #b94a48;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px;
    padding: 0 7px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    z-index: 9999;
}
.ui-state-error.message:before {
    background: none;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    margin-top: -5px;
    position: absolute;
    top: 50%}
.ui-state-error.message.right {
    left: 102%;
    left: -webkit-calc(100% + 7px);
    left: -moz-calc(100% + 7px);
    left: calc(100% + 7px);
}
.ui-state-error.message.right:before {
    border-right: 5px solid #b94a48;
    left: -5px;
}
.ui-state-error.message.left {
    right: 102%;
    right: -webkit-calc(100% + 8px);
    right: -moz-calc(100% + 8px);
    right: calc(100% + 8px);
}
.ui-state-error.message.left:before {
    border-left: 5px solid #b94a48;
    right: -5px;
}
.ui-state-disabled {
    opacity: 0.5 !important;
}
.box, .pages-overview #plan .plan-inner, .registrations-new .plan .plan-inner, .registrations-create .plan .plan-inner, .pages-overview .plan .plan-inner {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
}
.box>header, .pages-overview #plan .plan-inner>header, .registrations-new .plan .plan-inner>header, .registrations-create .plan .plan-inner>header, .pages-overview .plan .plan-inner>header, .box nav, .pages-overview #plan .plan-inner nav, .registrations-new .plan .plan-inner nav, .registrations-create .plan .plan-inner nav, .pages-overview .plan .plan-inner nav {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #d8f9f8;
    border-bottom: 1px solid #acf3f0;
    overflow: hidden;
    padding: 9px 12px;
}
.box>header>h1, .pages-overview #plan .plan-inner>header>h1, .registrations-new .plan .plan-inner>header>h1, .registrations-create .plan .plan-inner>header>h1, .pages-overview .plan .plan-inner>header>h1, .box>header>h2, .pages-overview #plan .plan-inner>header>h2, .registrations-new .plan .plan-inner>header>h2, .registrations-create .plan .plan-inner>header>h2, .pages-overview .plan .plan-inner>header>h2, .box nav>h1, .pages-overview #plan .plan-inner nav>h1, .registrations-new .plan .plan-inner nav>h1, .registrations-create .plan .plan-inner nav>h1, .pages-overview .plan .plan-inner nav>h1, .box nav>h2, .pages-overview #plan .plan-inner nav>h2, .registrations-new .plan .plan-inner nav>h2, .registrations-create .plan .plan-inner nav>h2, .pages-overview .plan .plan-inner nav>h2 {
    font-size: 16px;
    line-height: 24px;
}
.box>header>:first-child, .pages-overview #plan .plan-inner>header>:first-child, .registrations-new .plan .plan-inner>header>:first-child, .registrations-create .plan .plan-inner>header>:first-child, .pages-overview .plan .plan-inner>header>:first-child, .box nav>:first-child, .pages-overview #plan .plan-inner nav>:first-child, .registrations-new .plan .plan-inner nav>:first-child, .registrations-create .plan .plan-inner nav>:first-child, .pages-overview .plan .plan-inner nav>:first-child {
    float: left !important;
}
.box>header>:last-child, .pages-overview #plan .plan-inner>header>:last-child, .registrations-new .plan .plan-inner>header>:last-child, .registrations-create .plan .plan-inner>header>:last-child, .pages-overview .plan .plan-inner>header>:last-child, .box nav>:last-child, .pages-overview #plan .plan-inner nav>:last-child, .registrations-new .plan .plan-inner nav>:last-child, .registrations-create .plan .plan-inner nav>:last-child, .pages-overview .plan .plan-inner nav>:last-child {
    float: right;
}
.box>section, .pages-overview #plan .plan-inner>section, .registrations-new .plan .plan-inner>section, .registrations-create .plan .plan-inner>section, .pages-overview .plan .plan-inner>section {
    padding: 12px;
}
.ui-state-active .btn {
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #474747),  color-stop(100%,  #676767));
    background-image: -webkit-linear-gradient(#474747, #676767);
    background-image: -moz-linear-gradient(#474747, #676767);
    background-image: -o-linear-gradient(#474747, #676767);
    background-image: linear-gradient(#474747, #676767);
    border: 1px solid #000;
    color: #fff;
    text-shadow: 0 -1px 1px #000;
}
.btn {
    background-color: #d9d9d9;
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #ffffff),  color-stop(100%,  #d9d9d9));
    background-image: -webkit-linear-gradient(#ffffff, #d9d9d9);
    background-image: -moz-linear-gradient(#ffffff, #d9d9d9);
    background-image: -o-linear-gradient(#ffffff, #d9d9d9);
    background-image: linear-gradient(#ffffff, #d9d9d9);
    border: 1px solid #a6a6a6;
    border-bottom: 1px solid #737373;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #1a1a1a;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    margin: 0;
    padding: 5px 10px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.btn:hover {
    text-decoration: none;
}
.btn.active, .cycle.active .btn {
    background-color: #474747;
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #474747),  color-stop(100%,  #676767));
    background-image: -webkit-linear-gradient(#474747, #676767);
    background-image: -moz-linear-gradient(#474747, #676767);
    background-image: -o-linear-gradient(#474747, #676767);
    background-image: linear-gradient(#474747, #676767);
    border: 1px solid #000;
    color: #fff;
    text-shadow: 0 -1px 1px #000;
}
.btn.primary {
    background-color: #127874;
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #1cbbb4),  color-stop(100%,  #127874));
    background-image: -webkit-linear-gradient(#1cbbb4, #127874);
    background-image: -moz-linear-gradient(#1cbbb4, #127874);
    background-image: -o-linear-gradient(#1cbbb4, #127874);
    background-image: linear-gradient(#1cbbb4, #127874);
    border: 1px solid #0d837c;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 5px rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.btn.primary.active, .cycle.active .primary.btn {
    border: 0;
    background-color: #c3353d;
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #c3353d),  color-stop(100%,  #d45059));
    background-image: -webkit-linear-gradient(#c3353d, #d45059);
    background-image: -moz-linear-gradient(#c3353d, #d45059);
    background-image: -o-linear-gradient(#c3353d, #d45059);
    background-image: linear-gradient(#c3353d, #d45059);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.5);
    padding: 6px 11px 7px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn.big {
    font-size: 24px;
    padding: 10px 15px 12px;
}
.btn.tiny {
    display: inline;
    font-size: 10px;
    font-weight: normal;
    padding: 1px 3px 2px;
}
.btn.full-width {
    width: 100%}
.btn:hover {
    opacity: 0.8;
}
.btn-group {
    list-style: none;
    margin: 0 10px 0 1px;
    padding: 0;
}
.btn-group:last-child {
    margin-right: 0;
}
.btn-group li {
    float: left;
}
.btn-group li .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    float: left;
    margin-left: -1px;
}
.btn-group li:first-child .btn {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group li:last-child .btn {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.actions {
    list-style: none;
    margin: 0;
    padding: 0;
}
.actions li {
    float: left;
    margin-left: 5px;
}
.sortable:after {
    color: #444;
    font-size: 75%;
    padding-left: 0.25em;
}
.sortable.asc:after {
    content: "▲"}
.sortable.desc:after {
    content: "▼"}
.icon-only.icon-info {
    font-size: 14px;
    position: relative;
    top: 1px;
}
.masthead {
    background: #363636;
    background-image: url(/images/noise.png), -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #595959),  color-stop(100%,  #363636));
    background-image: url(/images/noise.png), -webkit-linear-gradient(#595959, #363636);
    background-image: url(/images/noise.png), -moz-linear-gradient(#595959, #363636);
    background-image: url(/images/noise.png), -o-linear-gradient(#595959, #363636);
    background-image: url(/images/noise.png), linear-gradient(#595959, #363636);
    color: #fff;
    padding: 8px 0;
    position: relative;
    z-index: 999;
}
.masthead .logo {
    display: inline-block;
    float: left;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.masthead .logo img {
    display: block;
    height: 28px;
}
.masthead nav {
    float: right;
}
.masthead .search {
    float: left;
}
.masthead .search input {
    float: left;
}
.masthead .search input[type="search"] {
    font-size: 16px;
}
.masthead a {
    color: #fff;
}
.masthead .btn {
    border: 1px solid #000;
    font-size: inherit;
}
.masthead li {
    float: left;
    line-height: 32px;
    margin-left: 20px;
    position: relative;
}
.masthead li a {
    opacity: 0.75;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.masthead li a:hover {
    opacity: 1;
}
.masthead li sup {
    background: #d44f58;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    line-height: 1;
    padding: 2px 4px 3px 4px;
    top: -0.65em;
}
.masthead li sup a {
    color: #fff;
    font-weight: bold;
    text-shadow: none;
}
ul[data-user-signed-out] li:last-child a {
    opacity: 1;
}
.global-footer {
    border-top: 1px solid #ccc;
    padding: 30px 0;
    width: 100%}
.global-footer .social {
    float: left;
    position: relative;
    top: -1px;
}
.global-footer .social .facebook-like {
    position: relative;
    top: 1px;
}
.global-footer .site-nav {
    float: right;
    text-align: right;
}
.global-footer li {
    display: inline;
    font-size: 11px;
    margin-left: 5px;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.global-footer li:hover {
    opacity: 1;
}
.global-footer a {
    font-weight: bold;
}
#flash, .flash {
    background: #fff;
    line-height: 40px;
    height: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    z-index: 999;
}
#flash.none, .flash.none {
    display: none;
}
#flash.error, .flash.error {
    background-color: #eacac9;
    border-color: #e3b7b7;
    color: #b94a48;
}
#flash.error .close, .flash.error .close {
    color: #b94a48;
}
#flash.notice, .flash.notice {
    background-color: #cee6ce;
    border-color: #bdddbd;
    color: #468847;
}
#flash.notice .close, .flash.notice .close {
    color: #468847;
}
#flash.is-visible, .flash.is-visible {
    border-bottom-width: 1px;
    height: 40px;
}
#flash .close, .flash .close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    text-decoration: none;
}
.search {
    display: inline-block;
}
.search input {
    float: left;
    margin: 0;
}
.search input[type="search"] {
    border: 1px solid #000;
    border-right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    font-size: 20px;
    height: 32px;
    padding: 6px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 300px;
}
.search input[type="submit"] {
    background: #1cbbb4 url(/images/icons/16/search.png) 50% 50% no-repeat;
    background: url(/images/icons/16/search.png) 50% 50% no-repeat, -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #1cbbb4),  color-stop(100%,  #127874));
    background: url(/images/icons/16/search.png) 50% 50% no-repeat, -webkit-linear-gradient(#1cbbb4, #127874);
    background: url(/images/icons/16/search.png) 50% 50% no-repeat, -moz-linear-gradient(#1cbbb4, #127874);
    background: url(/images/icons/16/search.png) 50% 50% no-repeat, -o-linear-gradient(#1cbbb4, #127874);
    background: url(/images/icons/16/search.png) 50% 50% no-repeat, linear-gradient(#1cbbb4, #127874);
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    color: transparent;
    font: 0/0 a;
    height: 32px;
    padding: 0;
    text-shadow: none;
    vertical-align: top;
    width: 40px;
}
#content {
    float: left;
    width: 730px;
}
#content.no-sidebar {
    left: 0;
    width: 100%}
#main {
    background: #efefef;
    min-height: 500px;
    padding-top: 20px;
}
#sidebar {
    float: right;
    width: 200px;
}
#sidebar h3 {
    line-height: 1.2;
    margin-bottom: 15px;
}
#sidebar section, #sidebar nav {
    padding: 15px;
}
#sidebar hr {
    margin-left: -15px;
    margin-right: -15px;
}
.top-header {
    border-bottom: 1px solid #ccc;
}
.top-header.is-fixed {
    position: fixed;
    top: 0;
    -webkit-transition: box-shadow 0.2s linear;
    -moz-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    width: 100%;
    z-index: 999;
}
.top-header.is-covering {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 960px;
}
.page-header {
    background: #fff;
    padding: 12px 0;
    position: relative;
    z-index: 999;
    margin:0;
}
#sidebar .callout {
    background: #d8d8d8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
#sidebar .callout p {
    font-size: 12px;
}
#sidebar .callout .btn.primary {
    font-size: 120%;
    padding: 10px;
    text-align: center;
    width: 100%}
#sidebar .sign-up-cta {
    background: #6ecdc7 url(/images/avertizzle/sidebar-signup-screenshot-new.png) 100% 65px no-repeat;
    text-align: center;
}
#sidebar .sign-up-cta h3, #sidebar .sign-up-cta h4 {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
#sidebar .sign-up-cta h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
}
#sidebar .sign-up-cta h4 {
    line-height: 1.2;
    margin-bottom: 160px;
}
#sidebar .sign-up-cta p {
    line-height: 1.3;
}
#sidebar .sign-up-cta p:last-child {
    font-style: italic;
    margin-bottom: 0;
}
#sidebar .sign-up-cta .arrow {
    bottom: 27px;
    position: absolute;
    right: -14px;
}
#sidebar nav {
    padding-bottom: 0;
}
#sidebar nav li {
    line-height: 2;
}
#sidebar nav a {
    font-size: 14px;
    color: inherit;
    text-decoration: none;
}
.mini-profile-stat {
    float: left;
    margin: 0 0 15px;
    text-align: center;
    width: 100%}
.mini-profile-stat>header {
    background: rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-family: verdana;
    font-size: 9px;
}
.mini-profile-stat>section {
    background: rgba(0, 0, 0, 0.1);
    line-height: 1;
    padding: 10px 5px !important;
}
.mini-profile-stat>.btn {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    width: 100%}
.mini-profile-stat small {
    font-size: 70%;
    font-weight: normal;
}
.mini-profile-stat.big>section {
    font-size: 22px;
    font-weight: bold;
}
.mini-profile-stat [class^="icon-"]:before {
    font-size: 16px;
    margin-left: -3px;
    padding-right: 3px;
}
.mini-profile-stat .out-of {
    display: block;
    font-size: 9px;
    font-weight: normal;
}
.mini-profile-grp .mini-profile-stat {
    margin: 0 5px 0;
    width: 80px;
}
.mini-profile-grp .mini-profile-stat:first-child {
    margin-left: 0;
}
.mini-profile-grp .mini-profile-stat:last-child {
    margin-right: 0;
}
.pagination {
    margin: 15px 15px 0;
    text-align: center;
}
.pagination *:not(.gap) {
    background-color: #d9d9d9;
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #ffffff),  color-stop(100%,  #d9d9d9));
    background-image: -webkit-linear-gradient(#ffffff, #d9d9d9);
    background-image: -moz-linear-gradient(#ffffff, #d9d9d9);
    background-image: -o-linear-gradient(#ffffff, #d9d9d9);
    background-image: linear-gradient(#ffffff, #d9d9d9);
    border: 1px solid #a6a6a6;
    border-bottom: 1px solid #737373;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #1a1a1a;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    margin: 0 2px;
    padding: 5px 10px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.pagination *:not(.gap):hover {
    opacity: 0.8;
    text-decoration: none;
}
.pagination *:not(.gap).current {
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #474747),  color-stop(100%,  #676767));
    background-image: -webkit-linear-gradient(#474747, #676767);
    background-image: -moz-linear-gradient(#474747, #676767);
    background-image: -o-linear-gradient(#474747, #676767);
    background-image: linear-gradient(#474747, #676767);
    border: 1px solid #000;
    color: #fff;
    font-style: normal;
    text-shadow: 0 -1px 1px #000;
}
.pagination *:not(.gap).current:hover {
    opacity: 1;
}
.pagination *:not(.gap).current:hover, .pagination *:not(.gap).disabled {
    cursor: default;
    opacity: 1;
}
.pagination *:not(.gap).disabled {
    opacity: 0.5;
}
.pagination .gap {
    margin: 0 3px;
}
.advertisements {
    color: #777;
    font-size: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.can-i-have-your-attention-please {
    background: #cee6ce;
    border-bottom: 0 solid #bdddbd;
    color: #468847;
    line-height: 40px;
    height: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    z-index: 999;
}
.can-i-have-your-attention-please.is-visible {
    border-bottom-width: 1px;
    height: 40px;
}
.can-i-have-your-attention-please .close {
    color: #468847;
    cursor: pointer;
    position: absolute;
    right: 10px;
    text-decoration: none;
}
.promo-message {
    line-height: 1.2;
}
.promo-message h4, .promo-message p {
    color: red;
    font-family: "Nothing You Could Do", cursive;
}
.promo-message h4 {
    font-size: 18px;
}
.promo-message p {
    font-size: 16px;
}
#sidebar .promo-message {
    line-height: 1.3;
    margin-top: 35px;
    position: relative;
    text-align: center;
}
#sidebar .promo-message:before {
    background: url(/images/sidebar-red-arrow.png) 0 0 no-repeat;
    content: "";
    display: block;
    height: 30px;
    margin-left: -10px;
    left: 50%;
    position: absolute;
    width: 20px;
    top: -40px;
}
#sidebar .promo-message h4 {
    font-size: 17px;
}
#sidebar .promo-message p {
    font-size: 15px;
}
@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(15px,  0,  0);
}
100% {
    opacity: 1;
    -webkit-transfrom: translate3d(0,  0,  0);
}
}@-moz-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -moz-transform: translate3d(15px,  0,  0);
}
100% {
    opacity: 1;
    -moz-transfrom: translate3d(0,  0,  0);
}
}@-ms-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -ms-transform: translate3d(15px,  0,  0);
}
100% {
    opacity: 1;
    -ms-transfrom: translate3d(0,  0,  0);
}
}@keyframes fadeInLeft {
    0% {
    opacity: 0;
    transform: translate3d(15px,  0,  0);
}
100% {
    opacity: 1;
    transfrom: translate3d(0,  0,  0);
}
}@-webkit-keyframes updateFlash {
    0% {
    background: #ff0;
}
100% {
    background: rgba(255, 255, 0, 0);
}
}@-moz-keyframes updateFlash {
    0% {
    background: #ff0;
}
100% {
    background: rgba(255, 255, 0, 0);
}
}@-ms-keyframes updateFlash {
    0% {
    background: #ff0;
}
100% {
    background: rgba(255, 255, 0, 0);
}
}@keyframes updateFlash {
    0% {
    background: #ff0;
}
100% {
    background: rgba(255, 255, 0, 0);
}
}.alerts-index .viewed {
    text-align: center;
}
.alerts-index .no-alerts {
    color: #468847;
    font-size: 20px;
    padding: 100px 0;
    text-align: center;
}
.alerts-index .btn.small {
    white-space: nowrap;
}
.alerts-show code {
    background: #efefef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 15px;
}
.sessions-new .box, .sessions-new .pages-overview #plan .plan-inner, .pages-overview #plan .sessions-new .plan-inner, .sessions-new .registrations-new .plan .plan-inner, .registrations-new .plan .sessions-new .plan-inner, .sessions-new .registrations-create .plan .plan-inner, .registrations-create .plan .sessions-new .plan-inner, .sessions-new .pages-overview .plan .plan-inner, .pages-overview .plan .sessions-new .plan-inner, .passwords-create .box, .passwords-create .pages-overview #plan .plan-inner, .pages-overview #plan .passwords-create .plan-inner, .passwords-create .registrations-new .plan .plan-inner, .registrations-new .plan .passwords-create .plan-inner, .passwords-create .registrations-create .plan .plan-inner, .registrations-create .plan .passwords-create .plan-inner, .passwords-create .pages-overview .plan .plan-inner, .pages-overview .plan .passwords-create .plan-inner, .passwords-new .box, .passwords-new .pages-overview #plan .plan-inner, .pages-overview #plan .passwords-new .plan-inner, .passwords-new .registrations-new .plan .plan-inner, .registrations-new .plan .passwords-new .plan-inner, .passwords-new .registrations-create .plan .plan-inner, .registrations-create .plan .passwords-new .plan-inner, .passwords-new .pages-overview .plan .plan-inner, .pages-overview .plan .passwords-new .plan-inner, .passwords-edit .box, .passwords-edit .pages-overview #plan .plan-inner, .pages-overview #plan .passwords-edit .plan-inner, .passwords-edit .registrations-new .plan .plan-inner, .registrations-new .plan .passwords-edit .plan-inner, .passwords-edit .registrations-create .plan .plan-inner, .registrations-create .plan .passwords-edit .plan-inner, .passwords-edit .pages-overview .plan .plan-inner, .pages-overview .plan .passwords-edit .plan-inner, .passwords-update .box, .passwords-update .pages-overview #plan .plan-inner, .pages-overview #plan .passwords-update .plan-inner, .passwords-update .registrations-new .plan .plan-inner, .registrations-new .plan .passwords-update .plan-inner, .passwords-update .registrations-create .plan .plan-inner, .registrations-create .plan .passwords-update .plan-inner, .passwords-update .pages-overview .plan .plan-inner, .pages-overview .plan .passwords-update .plan-inner {
    margin: 50px auto 0;
    width: 320px;
}
.plan {
    float: left;
    padding: 0 15px;
    position: relative;
    text-align: center;
    width: 33.33%}
.plan:last-child {
    width: 100%}
.plan-inner {
    -webkit-transition: box-shadow 0.2s linear;
    -moz-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}
.plan-inner strong {
    color: #468847;
}
.plan-inner em {
    color: gray;
    display: block;
    font-size: 11px;
    line-height: 1;
}
.plan-inner em.missing {
    color: #b94a48;
}
.plan-inner em.including {
    color: #468847;
}
.plan-inner .faded {
    color: #999;
}
.plan-inner ul {
    border-bottom: 1px dotted #ccc;
    list-style: none;
    margin: 15px 0;
    padding: 0 0 15px;
}
.plan-inner li {
    line-height: 1.2;
    padding: 4px 0;
}
.billing-cycles {
    margin-bottom: 30px;
    position: relative;
}
.billing-cycles h2 {
    margin-bottom: 15px;
}
.cycle {
    float: left;
    text-align: center;
    width: 50%}
.cycle:first-child {
    padding-right: 7px;
}
.cycle:last-child {
    padding-left: 7px;
}
.cycle.active:after {
    color: #468847;
    content: "Your Selection";
    font-size: 11px;
}
.cycle .btn {
    padding: 15px 10px;
    width: 100%}
.cycle .title {
    margin-bottom: 2px;
}
.cycle .price {
    font-size: 40px;
}
.cycle .amt {
    font-family: Helvetica-Light, Helvetica, Arial;
    letter-spacing: -1px;
    margin: 0 1px;
}
.cycle sup {
    font-size: 55%;
    top: -11px;
}
.cycle small {
    font-size: 35%;
    font-weight: normal;
}
.credit-card-callout {
    background: url(/images/signup/creditcards.png) 0 0 no-repeat;
    padding: 17px 0 0 55px;
    position: absolute;
    top: 21px;
}
.cycle-callout .save {
    color: #468847;
    font-weight: bold;
}
.lock {
    position: absolute;
    right: 15px;
    top: 24px;
    font-size: 20px;
    background: none;
    color: #ccc;
}
.coupon .field {
    display: none;
}
.agreement {
    color: gray;
    font-size: 90%}
.please-hold {
    display: block;
    font-size: 12px;
    margin: 10px 0 0;
    vertical-align: top;
}
.registrations-subscription .plan {
    border-left: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}
.registrations-subscription .plan:first-child, .registrations-subscription .plan:last-child {
    border: 0;
}
.registrations-subscription .plan:last-child {
    padding: 30px 0 0;
}
.registrations-subscription .plan h2 {
    margin-bottom: 5px;
}
.registrations-subscription .plan h4 {
    font-size: 12px;
    margin-bottom: 10px;
}
.registrations-subscription #billing-info form {
    max-width: 450px;
}
.registrations-subscription #billing-info .credit-card-callout {
    right: -226px;
    width: 223px;
}
.registrations-subscription #billing-info .credit-card-callout p {
    font-size: 12px;
}
.my-saved-domains {
    margin-top: 15px;
}
.my-saved-domains ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}
.domains-dashboard .page-header .actions, .domains-dashboard_monitoring .page-header .actions, .domains-dashboard_alerts .page-header .actions {
    float: right;
}
.domains-dashboard .page-header .actions .header-stat, .domains-dashboard_monitoring .page-header .actions .header-stat, .domains-dashboard_alerts .page-header .actions .header-stat {
    float: left;
    margin-right: 20px;
}
.domains-dashboard .page-header .actions .header-stat.maxed .icon, .domains-dashboard_monitoring .page-header .actions .header-stat.maxed .icon, .domains-dashboard_alerts .page-header .actions .header-stat.maxed .icon {
    background: #dca5a4;
}
.domains-dashboard .page-header .actions .header-stat .icon, .domains-dashboard_monitoring .page-header .actions .header-stat .icon, .domains-dashboard_alerts .page-header .actions .header-stat .icon {
    background: #bdddbd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: bottom;
    width: 36px;
}
.domains-dashboard .page-header .actions .header-stat .icon.icon-eye:before, .domains-dashboard_monitoring .page-header .actions .header-stat .icon.icon-eye:before, .domains-dashboard_alerts .page-header .actions .header-stat .icon.icon-eye:before {
    position: relative;
    top: -4px;
}
.domains-dashboard .page-header .actions .header-stat .data-visual.bar, .domains-dashboard_monitoring .page-header .actions .header-stat .data-visual.bar, .domains-dashboard_alerts .page-header .actions .header-stat .data-visual.bar {
    display: inline-block;
    float: none;
    padding: 0;
    width: 100px;
}
.domains-dashboard .page-header .actions .header-stat .numbers, .domains-dashboard_monitoring .page-header .actions .header-stat .numbers, .domains-dashboard_alerts .page-header .actions .header-stat .numbers {
    font-size: 18px;
    min-height: 18px;
}
.domains-dashboard .page-header .actions .header-stat .numbers small, .domains-dashboard_monitoring .page-header .actions .header-stat .numbers small, .domains-dashboard_alerts .page-header .actions .header-stat .numbers small {
    margin-left: 2px;
}
.domains-dashboard .page-header .actions .header-stat small, .domains-dashboard .page-header .actions .header-stat .title, .domains-dashboard_monitoring .page-header .actions .header-stat small, .domains-dashboard_monitoring .page-header .actions .header-stat .title, .domains-dashboard_alerts .page-header .actions .header-stat small, .domains-dashboard_alerts .page-header .actions .header-stat .title {
    font-size: 10px;
    font-weight: normal;
}
.domains-dashboard .page-header .actions .header-stat .bar-bg, .domains-dashboard_monitoring .page-header .actions .header-stat .bar-bg, .domains-dashboard_alerts .page-header .actions .header-stat .bar-bg {
    margin: 3px 0;
}
.domains-dashboard .page-header .actions>a, .domains-dashboard_monitoring .page-header .actions>a, .domains-dashboard_alerts .page-header .actions>a {
    position: relative;
    top: 7px;
}
.domains-dashboard #content header>.btn-group, .domains-dashboard_monitoring #content header>.btn-group, .domains-dashboard_alerts #content header>.btn-group {
    position: relative;
    top: 4px;
}
.domains-dashboard #filter, .domains-dashboard_monitoring #filter, .domains-dashboard_alerts #filter {
    width: 250px;
}
.domains-dashboard .expiration, .domains-dashboard .last-checked, .domains-dashboard_monitoring .expiration, .domains-dashboard_monitoring .last-checked, .domains-dashboard_alerts .expiration, .domains-dashboard_alerts .last-checked {
    white-space: nowrap;
}
.domains-dashboard .alert-status, .domains-dashboard .monitoring, .domains-dashboard_monitoring .alert-status, .domains-dashboard_monitoring .monitoring, .domains-dashboard_alerts .alert-status, .domains-dashboard_alerts .monitoring {
    text-align: center;
}
.domains-dashboard .alert-status .icon-alert, .domains-dashboard_monitoring .alert-status .icon-alert, .domains-dashboard_alerts .alert-status .icon-alert {
    color: #b94a48;
    font-size: 24px;
}
.domains-dashboard .alert-status .no-change, .domains-dashboard .alert-status .not-monitored, .domains-dashboard_monitoring .alert-status .no-change, .domains-dashboard_monitoring .alert-status .not-monitored, .domains-dashboard_alerts .alert-status .no-change, .domains-dashboard_alerts .alert-status .not-monitored {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    padding: 2px 5px 4px 5px;
}
.domains-dashboard .alert-status .no-change, .domains-dashboard_monitoring .alert-status .no-change, .domains-dashboard_alerts .alert-status .no-change {
    background: #468847;
}
.domains-dashboard .alert-status .not-monitored, .domains-dashboard_monitoring .alert-status .not-monitored, .domains-dashboard_alerts .alert-status .not-monitored {
    background: #ccc;
}
.domains-dashboard tr[data-alert="true"], .domains-dashboard_monitoring tr[data-alert="true"], .domains-dashboard_alerts tr[data-alert="true"] {
    background: #fffdd5;
}
.domains-dashboard small, .domains-dashboard_monitoring small, .domains-dashboard_alerts small {
    white-space: nowrap;
}
.domains-dashboard tfoot td, .domains-dashboard_monitoring tfoot td, .domains-dashboard_alerts tfoot td {
    padding: 50px 0;
    text-align: center;
}
.domains-dashboard .wrapper, .domains-dashboard_monitoring .wrapper, .domains-dashboard_alerts .wrapper {
    padding: 80px 0 0 57%;
    position: relative;
}
.domains-dashboard .wrapper img, .domains-dashboard_monitoring .wrapper img, .domains-dashboard_alerts .wrapper img {
    left: 0;
    position: absolute;
    top: 20px;
}
.domains-dashboard .wrapper .arrow, .domains-dashboard_monitoring .wrapper .arrow, .domains-dashboard_alerts .wrapper .arrow {
    left: 170px;
    position: absolute;
    top: 165px;
}
.domains-dashboard .wrapper h1, .domains-dashboard_monitoring .wrapper h1, .domains-dashboard_alerts .wrapper h1 {
    margin-bottom: 30px;
}
.domains-dashboard .wrapper ol, .domains-dashboard_monitoring .wrapper ol, .domains-dashboard_alerts .wrapper ol {
    counter-reset: bullet;
    font-size: 16px;
    list-style: none;
    margin: 0 60px;
    padding: 0;
}
.domains-dashboard .wrapper li, .domains-dashboard_monitoring .wrapper li, .domains-dashboard_alerts .wrapper li {
    margin-bottom: 15px;
    position: relative;
}
.domains-dashboard .wrapper li:before, .domains-dashboard_monitoring .wrapper li:before, .domains-dashboard_alerts .wrapper li:before {
    background: #18a19b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    color: #fff;
    content: counter(bullet);
    counter-increment: bullet;
    height: 24px;
    left: -36px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 24px;
}
#monitored-flag {
    background: #d44f58;
    display: block;
    position: relative;
    -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.35) inset;
    -moz-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.35) inset;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.35) inset;
    height: 48px;
    width: 26px;
    left: -39px;
    position: absolute;
    top: -60px;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}
#monitored-flag:before, #monitored-flag:after {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
#monitored-flag:before {
    border-bottom: 13px solid rgba(0, 0, 0, 0.3);
    bottom: 0;
}
#monitored-flag:after {
    border-bottom: 13px solid #fff;
    bottom: -1px;
}
#monitored-flag img {
    bottom: 20px;
    left: 5px;
    position: absolute;
}
#monitored-flag .icon-star, #monitored-flag .icon-eye {
    opacity: 0;
}
#monitored-flag .icon-eye {
    font-size: 18px;
    bottom: 18px;
}
#monitored-flag.is-saved {
    top: -12px;
}
#monitored-flag.is-saved .icon-star {
    opacity: 1;
}
#monitored-flag.is-saved .icon-eye {
    opacity: 0;
}
#monitored-flag.is-monitored {
    top: -12px;
}
#monitored-flag.is-monitored .icon-star {
    opacity: 0;
}
#monitored-flag.is-monitored .icon-eye {
    opacity: 1;
}
#monitored-flag>i {
    bottom: 15px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 0 6px;
    padding: 0;
    position: absolute;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.quick-stats {
    color: gray;
    margin-top: 2px;
}
.quick-stats span {
    font-size: 12px;
    margin-right: 10px;
}
.popup-outer {
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    padding: 5px;
    position: fixed;
    width: 250px;
    z-index: 9999;
}
.popup-outer.is-visible {
    display: block;
}
.popup-outer:before {
    border-bottom: 10px solid rgba(0, 0, 0, 0.4);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -10px;
}
.popup-inner {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.popup-inner>header {
    margin: 12px 15px 0;
    overflow: hidden;
    padding: 0;
}
.popup-inner>section {
    padding: 0 15px;
}
.popup-inner h3 {
    font-size: 16px;
    line-height: 1.2;
}
.popup-inner .popup-close {
    color: #444;
    opacity: 0.5;
    position: absolute;
    right: 10px;
    top: 13px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.popup-inner .popup-close:hover {
    opacity: 1;
}
.powered-by-name {
    background-image: url(/images/powered-by-name.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
.call-out {
    text-align: center;
}
.call-out h1 {
    padding: 10px 0;
}
.call-out p {
    background-position: 100% 100% !important;
    padding: 5px 0 15px;
}
#domain-buying-options>header {
    position: relative;
    z-index: 9;
}
#domain-buying-options hr {
    margin: 12px -2px;
}
.tld-option {
    background: #efefef;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    line-height: 1.3;
    margin: 0;
    text-align: center;
    width: 88px;
}
.tld-option.avail {
    background: #cee6ce;
}
.tld-option.avail-prem {
    background: #18A19B;
    color:#FFFFFF;
    font-weight:bold;
}
.tld-option.taken {
    cursor: default;
}
.tld-option>header {
    background: #959595;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    font-family: verdana;
    font-size: 9px;
    color: #fff;
    line-height: 1.7;
}
.tld-option.avail>header {
    background: #468847;
}
.tld-option.avail-prem>header {
    background: #127874;
}
.tld-option>div {
    padding: 5px 5px 7px;
}
.tld-option>div hr {
    border: 0;
    border-top: 1px solid #d0d0d0;
    margin: 2px 0 4px !important;
}
.tld-option.avail hr {
    border-color: #9bcc9c;
}
.tld-option .tld {
    font-size: 12px;
    font-weight: bold;
}
.tld-option .price {
    font-size: 14px;
}
.tld-option .field {
    font-size: 9px;
    margin: 0;
}
.tld-option .field * {
    cursor: pointer;
    display: inline;
}
.tld-option .field input {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: auto;
    position: static;
    width: auto;
}
#hide-domain-buying-options {
    background: #d44f58;
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 0 3px -2px rgba(0, 0, 0, 0.35) inset;
    -moz-box-shadow: 3px 0 3px -2px rgba(0, 0, 0, 0.35) inset;
    box-shadow: 3px 0 3px -2px rgba(0, 0, 0, 0.35) inset;
    height: 18px;
    width: 45px;
    color: #fff;
    font-size: 10px;
    line-height: 17px;
    padding-right: 5px;
    position: absolute;
    left: -45px;
    text-align: right;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    top: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 9;
}
#hide-domain-buying-options:before, #hide-domain-buying-options:after {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
#hide-domain-buying-options:before {
    border-left: 9px solid rgba(0, 0, 0, 0.3);
    left: 0;
}
#hide-domain-buying-options:after {
    border-left: 9px solid #efefef;
    left: -1px;
}
#hide-domain-buying-options:hover {
    left: -50px;
    padding-right: 10px;
    width: 50px;
}
#show-domain-buying-options {
    background: #d44f58;
    display: block;
    position: relative;
    -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.35) inset;
    -moz-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.35) inset;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.35) inset;
    height: 75px;
    width: 26px;
    position: absolute;
    left: -39px;
    top: -118px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#show-domain-buying-options:before, #show-domain-buying-options:after {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
#show-domain-buying-options:before {
    border-bottom: 13px solid rgba(0, 0, 0, 0.3);
    bottom: 0;
}
#show-domain-buying-options:after {
    border-bottom: 13px solid #efefef;
    bottom: -1px;
}
#show-domain-buying-options img {
    bottom: 20px;
    left: 5px;
    position: absolute;
}
#show-domain-buying-options:hover {
    height: 85px;
}
#show-domain-buying-options>i {
    bottom: 15px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 0 6px;
    padding: 0;
    position: absolute;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#show-domain-buying-options.is-visible {
    top: -31px;
}
.domain-options {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -ms-column-gap: 30px;
    -o-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    -ms-column-rule: 1px solid #ccc;
    -o-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
    font-size: 12px;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.domain-options li {
    margin: 5px 0;
    overflow: hidden;
}
.domain-options label {
    display: block;
    line-height: 1.2;
    overflow: hidden;
    position: relative;
}
.domain-options input {
    margin: -3px 3px 0 0;
}
.domain-options .name, .domain-options .price {
    position: absolute;
}
.domain-options .price {
    background-image: -webkit-gradient(linear,  0% 50%,  100% 50%,  color-stop(0%,  rgba(255, 255, 255, 0)),  color-stop(25%,  #ffffff));
    background-image: -webkit-linear-gradient(left,  rgba(255, 255, 255, 0) 0%, #ffffff 25%);
    background-image: -moz-linear-gradient(left,  rgba(255, 255, 255, 0) 0%, #ffffff 25%);
    background-image: -o-linear-gradient(left,  rgba(255, 255, 255, 0) 0%, #ffffff 25%);
    background-image: linear-gradient(left,  rgba(255, 255, 255, 0) 0%, #ffffff 25%);
    padding-left: 20px;
    right: 0;
}
.dns-records th, .dns-records td {
    width: auto !important;
}
.dns-records td:last-child {
    max-width: 200px;
    word-break: break-all;
}
.subdomains th, .subdomains td {
    width: 25%}
.subdomains .data-visual.bar {
    padding: 0;
}
.subdomains .data-visual.bar .bar-bg {
    float: left;
    margin: 4px 5px 0 0;
    width: 75px;
}
.available-for-purchase header {
    padding-left: 5px !important;
}
.available-for-purchase header span {
    display: none;
}
.available-for-purchase small {
    color: #999;
}
.tab-pane>header {
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin: -12px -12px 12px;
    padding: 12px;
}
.tab-pane>header .title {
    float: left;
}
.tab-pane>header h3 {
    font-size: 18px;
    margin: 0 0 2px;
}
.tab-pane>header .updated {
    font-size: 11px;
}
.tab-pane>header .refresh_wrap {
    display: block;
    width: 80px;
}
.tab-pane>header .refresh_wrap .refresh {
    display: inline-block;
    cursor: pointer;
    float: left;
}
.tab-pane>header .btn {
    float: right;
}
.tab-pane>header .primary {
    padding-bottom: 5px;
    padding-top: 4px;
}
.tab-pane>header .primary.active {
    padding-bottom: 6px;
    padding-top: 5px;
}
#domain-data>section {
    padding-bottom: 0;
}
#domain-data .data-actions {
    float: right;
    overflow: hidden;
}
#domain-data .data-actions>ul {
    float: left;
}
#domain-data .refresh-wrap {
    margin-right: 5px;
}
.quick-stats .spinny{
    float: right;
    height: 16px;
    margin: 5px 5px 0 0;
    width: 16px;
}
.quick-stats .spinny {
    background: url(/images/icons/16/spinny.gif);

}
.quick-stats.frowny {
    background: url(/images/icons/16/frowny.png);
}
#domain-data .info form pre {
    margin-top: 10px;
}
#domain-data .info pre {
    margin: 10px;
}
.raw_data {
    font-family: "Courier New", monospace, serif;
    font-size: 1em;
    line-height: 1.3;
    margin: 12px 0;
    padding: 0 5px;
    /*
    white-space: pre;
    white-space: pre-wrap;
    */
    word-wrap: break-word;
}
.warning {
    background: #fff79c;
    border: 1px solid #d4cd81;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
}
.warning p {
    display: inline-block;
    margin: 0;
}
.warning .spinny {
    background: url(/images/icons/16/spinny.gif) 0 50% no-repeat;
    padding-left: 21px;
}
.global-warning {
    background: #fff79c;
    border: 1px solid #d4cd81;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
}
.global-warning p {
    display: inline-block;
    margin: 0;
}
.col {
    float: left;
    padding-right: 15px;
    width: 100%}
.col:last-child {
    padding-right: 0;
}
.domain-data-wrapper {
    overflow: hidden;
}
.domain-data-wrapper>.col {
    padding: 0 7px;
}
.domain-data-wrapper>.col:first-child {
    padding-left: 0;
}
.domain-data-wrapper>.col:last-child {
    padding-right: 0;
}
.box-inset {
    background: #efefef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    margin-bottom: 15px;
    padding: 15px 10px;
}
.box-inset>.domain-data:first-child {
    padding-top: 0;
}
.box-inset>.domain-data:last-child {
    padding-bottom: 0;
}
pre {
    padding: 0 5px;
    background: white;
    margin-left: -8px;
}
.domain-data {
    text-shadow: 0 1px 0 #fff;
    padding: 15px 0;
}
.domain-data header {
    border-bottom: 1px solid #777;
    padding: 0 5px 10px 17px;
    position: relative;
}
.domain-data h5 {
    font-size: 14px;
    line-height: 1;
}
.domain-data .btn.tiny {
    float: right;
}
.domain-data th, .domain-data td {
    border-bottom: 1px solid #d7d7d7;
}
.domain-data th:first-child, .domain-data td:first-child {
    padding-left: 5px;
    width: 160px;
}
.domain-data th:last-child, .domain-data td:last-child {
    padding-right: 5px;
}
.domain-data th {
    font-size: 11px;
}
.domain-data td {
    font-size: 13px;
    /* word-break: break-all; */
}
.domain-data.single {
    text-align: center;
}
.domain-data.single header {
    margin-bottom: 15px;
}
.domain-data.single h5 {
    font-size: 11px;
    text-align: left;
}
.domain-data .address {
    margin: 15px 0 0;
    padding: 0 5px;
}
.domain-data .address dt, .domain-data .address dd {
    margin: 0;
}
.screenshot {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.screenshot img {
    height: auto;
    width: 100%}
.fetch-fail, .fetch-success, .fetch-waiting {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    height: 6px;
    left: 5px;
    position: absolute;
    top: 4px;
    width: 6px;
}
.fetch-fail {
    background: red;
    display: none;
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #ff9697),  color-stop(100%,  #ff6364));
    background-image: -webkit-linear-gradient(#ff9697, #ff6364);
    background-image: -moz-linear-gradient(#ff9697, #ff6364);
    background-image: -o-linear-gradient(#ff9697, #ff6364);
    background-image: linear-gradient(#ff9697, #ff6364);
    -webkit-box-shadow: 0 0 0 1px #fc0002, 0 0 3px 2px #ff9697;
    -moz-box-shadow: 0 0 0 1px #fc0002, 0 0 3px 2px #ff9697;
    box-shadow: 0 0 0 1px #fc0002, 0 0 3px 2px #ff9697;
}
.fetch-success {
    background: green;
    display: none;
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #bada55),  color-stop(100%,  #86a524));
    background-image: -webkit-linear-gradient(#bada55, #86a524);
    background-image: -moz-linear-gradient(#bada55, #86a524);
    background-image: -o-linear-gradient(#bada55, #86a524);
    background-image: linear-gradient(#bada55, #86a524);
    -webkit-box-shadow: 0 0 0 1px #647b1b, 0 0 3px 2px #bada55;
    -moz-box-shadow: 0 0 0 1px #647b1b, 0 0 3px 2px #bada55;
    box-shadow: 0 0 0 1px #647b1b, 0 0 3px 2px #bada55;
}
.fetch-waiting {
    background: #bfbfbf;
    display: block;
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #bfbfbf),  color-stop(100%,  #8c8c8c));
    background-image: -webkit-linear-gradient(#bfbfbf, #8c8c8c);
    background-image: -moz-linear-gradient(#bfbfbf, #8c8c8c);
    background-image: -o-linear-gradient(#bfbfbf, #8c8c8c);
    background-image: linear-gradient(#bfbfbf, #8c8c8c);
    -webkit-box-shadow: 0 0 0 1px #737373;
    -moz-box-shadow: 0 0 0 1px #737373;
    box-shadow: 0 0 0 1px #737373;
}
.alexa-failed .alexa-contact-info .fetch-success, .alexa-failed .alexa-contact-info .fetch-waiting, .alexa-failed .content-data .fetch-success, .alexa-failed .content-data .fetch-waiting, .alexa-failed .one-day-traffic-data .fetch-success, .alexa-failed .one-day-traffic-data .fetch-waiting, .alexa-failed .one-month-traffic-data .fetch-success, .alexa-failed .one-month-traffic-data .fetch-waiting, .alexa-failed .seven-day-traffic-data .fetch-success, .alexa-failed .seven-day-traffic-data .fetch-waiting, .alexa-failed .site-status .fetch-success, .alexa-failed .site-status .fetch-waiting, .alexa-failed .subdomains .fetch-success, .alexa-failed .subdomains .fetch-waiting, .alexa-failed .three-month-traffic-data .fetch-success, .alexa-failed .three-month-traffic-data .fetch-waiting, .alexa-failed .traffic-information .fetch-success, .alexa-failed .traffic-information .fetch-waiting {
    display: none;
}
.alexa-failed .alexa-contact-info .fetch-fail, .alexa-failed .content-data .fetch-fail, .alexa-failed .one-day-traffic-data .fetch-fail, .alexa-failed .one-month-traffic-data .fetch-fail, .alexa-failed .seven-day-traffic-data .fetch-fail, .alexa-failed .site-status .fetch-fail, .alexa-failed .subdomains .fetch-fail, .alexa-failed .three-month-traffic-data .fetch-fail, .alexa-failed .traffic-information .fetch-fail {
    display: block;
}
.dns-failed .dns-records .fetch-success, .dns-failed .dns-records .fetch-waiting, .dns-failed .soa-record .fetch-success, .dns-failed .soa-record .fetch-waiting {
    display: none;
}
.dns-failed .dns-records .fetch-fail, .dns-failed .soa-record .fetch-fail {
    display: block;
}
.whois-failed .contact-info .fetch-success, .whois-failed .contact-info .fetch-waiting, .whois-failed .domain-name-info .fetch-success, .whois-failed .domain-name-info .fetch-waiting, .whois-failed .domain-status .fetch-success, .whois-failed .domain-status .fetch-waiting, .whois-failed .history-registrar-current .fetch-success, .whois-failed .history-registrar-current .fetch-waiting, .whois-failed .history-registrar-previous .fetch-success, .whois-failed .history-registrar-previous .fetch-waiting, .whois-failed .history-registry-current .fetch-success, .whois-failed .history-registry-current .fetch-waiting, .whois-failed .history-registry-previous .fetch-success, .whois-failed .history-registry-previous .fetch-waiting, .whois-failed .important-dates .fetch-success, .whois-failed .important-dates .fetch-waiting, .whois-failed .name-servers .fetch-success, .whois-failed .name-servers .fetch-waiting, .whois-failed .raw-registrar-data .fetch-success, .whois-failed .raw-registrar-data .fetch-waiting, .whois-failed .registrar-information .fetch-success, .whois-failed .registrar-information .fetch-waiting {
    display: none;
}
.whois-failed .contact-info .fetch-fail, .whois-failed .domain-name-info .fetch-fail, .whois-failed .domain-status .fetch-fail, .whois-failed .history-registrar-current .fetch-fail, .whois-failed .history-registrar-previous .fetch-fail, .whois-failed .history-registry-current .fetch-fail, .whois-failed .history-registry-previous .fetch-fail, .whois-failed .important-dates .fetch-fail, .whois-failed .name-servers .fetch-fail, .whois-failed .raw-registrar-data .fetch-fail, .whois-failed .registrar-information .fetch-fail {
    display: block;
}
.alexa-success .alexa-contact-info .fetch-success, .alexa-success .content-data .fetch-success, .alexa-success .one-day-traffic-data .fetch-success, .alexa-success .one-month-traffic-data .fetch-success, .alexa-success .seven-day-traffic-data .fetch-success, .alexa-success .site-status .fetch-success, .alexa-success .subdomains .fetch-success, .alexa-success .three-month-traffic-data .fetch-success, .alexa-success .traffic-information .fetch-success {
    display: block;
}
.alexa-success .alexa-contact-info .fetch-fail, .alexa-success .alexa-contact-info .fetch-waiting, .alexa-success .content-data .fetch-fail, .alexa-success .content-data .fetch-waiting, .alexa-success .one-day-traffic-data .fetch-fail, .alexa-success .one-day-traffic-data .fetch-waiting, .alexa-success .one-month-traffic-data .fetch-fail, .alexa-success .one-month-traffic-data .fetch-waiting, .alexa-success .seven-day-traffic-data .fetch-fail, .alexa-success .seven-day-traffic-data .fetch-waiting, .alexa-success .site-status .fetch-fail, .alexa-success .site-status .fetch-waiting, .alexa-success .subdomains .fetch-fail, .alexa-success .subdomains .fetch-waiting, .alexa-success .three-month-traffic-data .fetch-fail, .alexa-success .three-month-traffic-data .fetch-waiting, .alexa-success .traffic-information .fetch-fail, .alexa-success .traffic-information .fetch-waiting {
    display: none;
}
.dns-success .dns-records .fetch-success, .dns-success .soa-record .fetch-success {
    display: block;
}
.dns-success .dns-records .fetch-fail, .dns-success .dns-records .fetch-waiting, .dns-success .soa-record .fetch-fail, .dns-success .soa-record .fetch-waiting {
    display: none;
}
.whois-success .contact-info .fetch-success, .whois-success .domain-name-info .fetch-success, .whois-success .domain-status .fetch-success, .whois-success .history-registrar-current .fetch-success, .whois-success .history-registrar-previous .fetch-success, .whois-success .history-registry-current .fetch-success, .whois-success .history-registry-previous .fetch-success, .whois-success .important-dates .fetch-success, .whois-success .name-servers .fetch-success, .whois-success .raw-registrar-data .fetch-success, .whois-success .registrar-information .fetch-success {
    display: block;
}
.whois-success .contact-info .fetch-fail, .whois-success .contact-info .fetch-waiting, .whois-success .domain-name-info .fetch-fail, .whois-success .domain-name-info .fetch-waiting, .whois-success .domain-status .fetch-fail, .whois-success .domain-status .fetch-waiting, .whois-success .history-registrar-current .fetch-fail, .whois-success .history-registrar-current .fetch-waiting, .whois-success .history-registrar-previous .fetch-fail, .whois-success .history-registrar-previous .fetch-waiting, .whois-success .history-registry-current .fetch-fail, .whois-success .history-registry-current .fetch-waiting, .whois-success .history-registry-previous .fetch-fail, .whois-success .history-registry-previous .fetch-waiting, .whois-success .important-dates .fetch-fail, .whois-success .important-dates .fetch-waiting, .whois-success .name-servers .fetch-fail, .whois-success .name-servers .fetch-waiting, .whois-success .raw-registrar-data .fetch-fail, .whois-success .raw-registrar-data .fetch-waiting, .whois-success .registrar-information .fetch-fail, .whois-success .registrar-information .fetch-waiting {
    display: none;
}
.data-visual {
    text-align: left;
}
.data-visual.bar {
    line-height: 1;
    padding: 7px 5px;
}
.data-visual.bar .numbers {
    min-height: 20px;
    overflow: hidden;
    position: relative;
}
.data-visual.bar .value, .data-visual.bar .delta {
    bottom: 0;
    position: absolute;
}
.data-visual.bar .value {
    /* font-size: 20px; Uncomment this if it's borking up any other styles */
    font-weight: bold;
    left: 0;
}
.data-visual.bar .delta {
    /* font-size: 14px; Uncomment this if it's borking up any other styles */
    right: 0;
}
.data-visual.bar .delta:before {
    font-size: 70%;
    margin-right: 2px;
}
.data-visual.bar .bar-bg, .data-visual.bar .bar-delta {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    font-size: 0;
    height: 5px;
}
.data-visual.bar .bar-bg {
    background: #a3d39f;
    margin: 7px 0;
    overflow: hidden;
    width: 100%}
.data-visual.bar .bar-delta {
    background: #24962d;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.data-visual.bar .title {
    font-size: 11px;
}
.gain .delta:before {
    color: green;
    content: "▲"}
.loss .delta:before, .maxed .delta:before {
    color: #e14131;
    content: "▼"}
.loss .bar-bg, .maxed .bar-bg {
    background: #ed9a9d !important;
}
.loss .bar-delta, .maxed .bar-delta {
    background: red !important;
}
.domains-index .search-wrapper {
    background: white;
	padding-top: 75px;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}
.domains-index .logo {
    display: block;
    margin: 0 auto 15px;
    width: 203px;
    height: 84px;
}
.domains-index .callout {
    font-size: 13px;
    margin: 0 0 30px;
    padding: 0;
}
.domains-index #terms {
    border: 1px solid #ccc;
    border-right: 0;
    height: 46px;
    max-width: 100%;
    padding: 10px;
    width: 400px;
}
.domains-index #terms:focus {
    border-color: #1cbbb4;
}
.domains-index .search .btn {
    background: #1cbbb4 url(/images/icons/24/search.png) 50% 50% no-repeat;
    background: url(/images/icons/24/search.png) 50% 50% no-repeat, -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #1cbbb4),  color-stop(100%,  #127874));
    background: url(/images/icons/24/search.png) 50% 50% no-repeat, -webkit-linear-gradient(#1cbbb4, #127874);
    background: url(/images/icons/24/search.png) 50% 50% no-repeat, -moz-linear-gradient(#1cbbb4, #127874);
    background: url(/images/icons/24/search.png) 50% 50% no-repeat, -o-linear-gradient(#1cbbb4, #127874);
    background: url(/images/icons/24/search.png) 50% 50% no-repeat, linear-gradient(#1cbbb4, #127874);
    height: 46px;
    position: relative;
    width: 60px;
    z-index: 9;
}
.domains-index .your-ip {
    color: gray;
    font-size: 12px;
}
.domains-index .call-to-action {
    margin-top: 45px;
    margin-bottom: 24px;
    text-align: center;
}
.domains-index .call-to-action .btn {
    font-size: inherit;
    font-weight: normal;
    padding: 10px 15px;
}
.domains-index .learn-more {
    font-size: 85%;
    margin: 0 0 0 642px;
    position: relative;
    text-align: center;
    top: -20px;
}
.domains-index .features {
    background: #ebebeb;
    border-top: 1px solid #d7d7d7;
    padding: 25px 0 15px;
}
.domains-index .feature {
    float: left;
    padding: 0 14px;
    position: relative;
    text-align: center;
    width: 24.33%;
}
.domains-index .feature h2, .domains-index .feature p {
    display: block;
    margin: 15px;
}
.domains-index .feature img {
    vertical-align: middle;
}
.domains-index .name-dot-com-video {
    background: #262626;
    border-top: 5px solid #161616;
    padding: 0 0 30px 0;
    position: relative;
    text-align: center;
}
.domains-index .name-dot-com-video h2 {
    color: #fff;
    margin-bottom: 20px;
    text-shadow: none;
}
.domains-index .name-dot-com-video h2:after {
    content: "";
    display: inline-block;
    height: 41px;
    pointer-events: none;
    position: relative;
    right: -7px;
    top: 33px;
    width: 35px;
}
.domains-index .name-dot-com-video a {
    bottom: 35px;
    display: block;
    height: 10px;
    position: absolute;
    right: 30px;
    width: 88px;
}
.domains-index .name-dot-com-video img {
    display: block;
}
.domains-index .promo-message {
    left: 50%;
    margin-left: 255px;
    position: absolute;
    text-align: center;
    top: 375px;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    width: 330px;
}
.domains-index .promo-message:after {
    background: url(/images/home/red-arrow.png) 0 100% no-repeat;
    content: "";
    display: block;
    height: 30px;
    left: 115px;
    position: absolute;
    width: 57px;
}
.domains-index .promo-message h4 {
    margin-bottom: 10px;
}
.domains-index .promo-message p {
    margin: 0 0 10px;
}
.pages-overview #main {
    padding-top: 0;
}
.pages-overview #main header, .pages-overview #main section {
    overflow: hidden;
    padding: 70px 0;
}
.pages-overview #unbiased, .pages-overview #reliable, .pages-overview #plan {
    background: #efefef;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) inset;
}
.pages-overview #insight, .pages-overview #track {
    background: #fff;
}
.pages-overview #insight, .pages-overview #plan {
    text-align: center;
}
.pages-overview #powerful  {
    background: #e0e0e0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.pages-overview h1 {
    display: inline-block;
    font-size: 32px;
    margin-bottom: 30px;
    position: relative;
}
.pages-overview h1.has-arrow:after {
    background: url(/images/overview/arrow-search.png);
    bottom: 10px;
    content: "";
    display: block;
    height: 75px;
    left: -89px;
    position: absolute;
    width: 79px;
}
.pages-overview h2 {
    font-size: 24px;
}
.pages-overview p {
    font-size: 16px;
    margin-bottom: 0;
}
.pages-overview #insight p {
    font-size: 18px;
}
.pages-overview #unbiased .copy {
    float: left;
    width: 50%}
.pages-overview #unbiased img {
    right: 50%;
    margin-right: -524px;
    position: absolute;
    top: -35px;
}
.pages-overview #powerful .copy {
    float: right;
    width: 46%}
.pages-overview #powerful img {
    left: 50%;
    margin-left: -522px;
    position: absolute;
    top: -30px;
}
.pages-overview #reliable {
    padding: 90px 0 100px !important;
}
.pages-overview #reliable .copy {
    float: left;
    width: 55%}
.pages-overview #reliable img {
    right: 50%;
    margin-right: -536px;
    position: absolute;
    top: -50px;
}
.pages-overview #track .copy {
    float: right;
    width: 50%}
.pages-overview #track .btn {
    margin-top: 15px;
}
.pages-overview #track img {
    left: 50%;
    margin-left: -522px;
    position: absolute;
    top: -30px;
}
.pages-overview #plan h1 {
    display: block;
    margin-bottom: 50px;
}
.pages-overview #plan .plan-inner ul {
    margin-bottom: 0;
    border: 0;
    padding: 0;
}
.pages-overview #plan .btn.primary.big {
    margin-top: 50px;
}
.pages-cctlds #content ul {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    -ms-column-count: 5;
    -o-column-count: 5;
    column-count: 5;
    margin: 0;
}
.pages-cctlds #content li {
    line-height: 2;
}
table.nameservers td, table.nameservers th {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.registrars-index table span:after {
    content: ",  "}
.registrars-index table span:last-child:after {
    content: ""}
.registrations-new .plans-container, .registrations-new .plans-wrapper, .registrations-new .step, .registrations-create .plans-container, .registrations-create .plans-wrapper, .registrations-create .step {
    width: 100%}
.registrations-new .plans-container, .registrations-create .plans-container {
    background: #efefef;
    min-height: 500px;
    overflow: hidden;
}
.registrations-new .plans-wrapper, .registrations-create .plans-wrapper {
    position: relative;
    -webkit-transition: left 0.75s ease-in-out;
    -webkit-transition-delay: 0.75s;
    -moz-transition: left 0.75s ease-in-out 0.75s;
    -o-transition: left 0.75s ease-in-out 0.75s;
    transition: left 0.75s ease-in-out 0.75s;
}
.registrations-new .speedy, .registrations-create .speedy {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
.registrations-new .step, .registrations-create .step {
    float: left;
    padding: 50px 0;
}
.registrations-new .create-account .box, .registrations-new .create-account .pages-overview #plan .plan-inner, .pages-overview #plan .registrations-new .create-account .plan-inner, .registrations-new .create-account .plan .plan-inner, .registrations-new .plan .create-account .plan-inner, .registrations-new .create-account .registrations-create .plan .plan-inner, .registrations-create .plan .registrations-new .create-account .plan-inner, .registrations-new .create-account .pages-overview .plan .plan-inner, .pages-overview .plan .registrations-new .create-account .plan-inner, .registrations-new .billing-info .box, .registrations-new .billing-info .pages-overview #plan .plan-inner, .pages-overview #plan .registrations-new .billing-info .plan-inner, .registrations-new .billing-info .plan .plan-inner, .registrations-new .plan .billing-info .plan-inner, .registrations-new .billing-info .registrations-create .plan .plan-inner, .registrations-create .plan .registrations-new .billing-info .plan-inner, .registrations-new .billing-info .pages-overview .plan .plan-inner, .pages-overview .plan .registrations-new .billing-info .plan-inner, .registrations-create .create-account .box, .registrations-create .create-account .pages-overview #plan .plan-inner, .pages-overview #plan .registrations-create .create-account .plan-inner, .registrations-create .create-account .registrations-new .plan .plan-inner, .registrations-new .plan .registrations-create .create-account .plan-inner, .registrations-create .create-account .plan .plan-inner, .registrations-create .plan .create-account .plan-inner, .registrations-create .create-account .pages-overview .plan .plan-inner, .pages-overview .plan .registrations-create .create-account .plan-inner, .registrations-create .billing-info .box, .registrations-create .billing-info .pages-overview #plan .plan-inner, .pages-overview #plan .registrations-create .billing-info .plan-inner, .registrations-create .billing-info .registrations-new .plan .plan-inner, .registrations-new .plan .registrations-create .billing-info .plan-inner, .registrations-create .billing-info .plan .plan-inner, .registrations-create .plan .billing-info .plan-inner, .registrations-create .billing-info .pages-overview .plan .plan-inner, .pages-overview .plan .registrations-create .billing-info .plan-inner {
    margin-left: auto;
    margin-right: auto;
    width: 40%}
.registrations-new h1, .registrations-create h1 {
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}
.registrations-new .plan .plan-inner, .registrations-create .plan .plan-inner, .pages-overview .plan .plan-inner {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.registrations-new .plan .plan-inner.is-active, .registrations-create .plan .plan-inner.is-active, .pages-overview .plan .plan-inner.is-active {
    border-color: #1cbbb4;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1), 0 0 10px #6de9e4;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1), 0 0 10px #6de9e4;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1), 0 0 10px #6de9e4;
}
.registrations-new .plan h2, .registrations-new .plan h3, .registrations-create .plan h2, .registrations-create .plan h3, .pages-overview .plan h2, .pages-overview .plan h3 {
    font-size: 24px;
}
.registrations-new .plan h3, .registrations-create .plan h3, .pages-overview .plan h3 {
    font-weight: normal;
    text-align: left;
}
.registrations-new .plan strong, .registrations-create .plan strong, .pages-overview .plan strong {
    color: #468847;
}
.registrations-new .plan em, .registrations-create .plan em, .pages-overview .plan em {
    color: gray;
    display: block;
    font-size: 11px;
    line-height: 1;
}
.registrations-new .plan em.missing, .registrations-create .plan em.missing, .pages-overview .plan em.missing {
    color: #b94a48;
}
.registrations-new .plan em.including, .registrations-create .plan em.including, .pages-overview .plan em.including {
    color: #468847;
}
.registrations-new .plan .faded, .registrations-create .plan .faded, .pages-overview .plan .faded {
    color: #999;
}
.registrations-new .plan ul, .registrations-create .plan ul, .pages-overview .plan ul {
    border-bottom: 1px dotted #ccc;
    list-style: none;
    margin: 15px 0;
    padding: 0 0 15px;
}
.registrations-new .plan li, .registrations-create .plan li, .pages-overview .plan li {
    line-height: 1.2;
    padding: 4px 0;
}
.registrations-new .plan [rel="tooltip"], .registrations-create .plan [rel="tooltip"], .pages-overview .plan [rel="tooltip"] {
    border-bottom: 1px dotted #999;
}
.registrations-new .go-back, .registrations-create .go-back, .pages-overview .go-back {
    display: inline-block;
    left: 0;
    opacity: 0.25;
    margin-top: -44px;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.registrations-new .go-back:hover, .registrations-create .go-back:hover, .pages-overview .go-back:hover {
    opacity: 0.7;
}
.registrations-new h4, .registrations-create h4, .pages-overview h4 {
    background-color: #df4450;
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #e2545e),  color-stop(100%,  #df4450));
    background-image: -webkit-linear-gradient(#e2545e, #df4450);
    background-image: -moz-linear-gradient(#e2545e, #df4450);
    background-image: -o-linear-gradient(#e2545e, #df4450);
    background-image: linear-gradient(#e2545e, #df4450);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 10px 6px;
    position: absolute;
    right: 15px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    top: -6px;
}
.registrations-new h4:before, .registrations-new h4:after, .registrations-create h4:before, .registrations-create h4:after, .pages-overview h4:before, .pages-overview h4:after {
    border: 3px solid #a01822;
    border-top-color: transparent;
    content: "";
    position: absolute;
    top: 0;
}
.registrations-new h4:before, .registrations-create h4:before, .pages-overview h4:before {
    border-left-color: transparent;
    left: -6px;
}
.registrations-new h4:after, .registrations-create h4:after, .pages-overview h4:after {
    border-right-color: transparent;
    right: -6px;
}
.registrations-new h4 small, .registrations-create h4 small, .pages-overview h4 small {
    font-size: 11px;
    font-weight: normal;
    margin-left: -3px;
}
.registrations-new h4 small:last-child, .registrations-create h4 small:last-child, .pages-overview h4 small:last-child {
    display: block;
    margin-left: 0;
}
.registrations-new h4 sup, .registrations-create h4 sup, .pages-overview h4 sup {
    font-size: 70%;
    top: -4px;
}
.registrations-new h4 sup:first-child, .registrations-create h4 sup:first-child, .pages-overview h4 sup:first-child {
    left: -1px;
    position: relative;
}
.registrations-new .billing-cycles, .registrations-create .billing-cycles, .pages-overview .billing-cycles {
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    margin: -12px -12px 15px;
    padding: 15px;
}
.registrations-new .cycle-callout, .registrations-create .cycle-callout, .pages-overview .cycle-callout {
    background: url(/images/signup/arrow-right-small.png) 100% 50% no-repeat;
    left: -210px;
    padding-right: 55px;
    position: absolute;
    top: 28px;
    width: 215px;
}
.registrations-new .cycle-callout h2, .registrations-create .cycle-callout h2, .pages-overview .cycle-callout h2 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 7px;
}
.registrations-new .cycle-callout p, .registrations-create .cycle-callout p, .pages-overview .cycle-callout p {
    margin: 0;
}
.registrations-new .credit-card-callout, .registrations-create .credit-card-callout, .pages-overview .credit-card-callout {
    right: -259px;
    width: 250px;
}
.registrations-new .please-hold, .registrations-create .please-hold, .pages-overview .please-hold {
    text-align: center;
}
.registrations-new .select-plan .promo-message, .registrations-create .select-plan .promo-message, .pages-overview .select-plan .promo-message {
    margin-bottom: 24px;
    position: relative;
    text-align: center;
}
.registrations-new .select-plan .promo-message:after, .registrations-create .select-plan .promo-message:after, .pages-overview .select-plan .promo-message:after {
    background: url(/images/home/red-arrow.png) 0 100% no-repeat;
    content: "";
    display: block;
    height: 50px;
    left: 50%;
    margin-left: -85px;
    position: absolute;
    width: 57px;
    z-index: 50000;
}
.registrations-new .select-plan .promo-message h4, .registrations-create .select-plan .promo-message h4, .pages-overview .select-plan .promo-message h4 {
    background: none;
    box-shadow: none;
    color: red;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0;
    position: static;
    text-shadow: none;
}
.registrations-new .select-plan .promo-message h4:before, .registrations-new .select-plan .promo-message h4:after, .registrations-create .select-plan .promo-message h4:before, .registrations-create .select-plan .promo-message h4:after, .pages-overview .select-plan .promo-message h4:before, .pages-overview .select-plan .promo-message h4:after {
    display: none;
}
.registrations-new .select-plan .promo-message p, .registrations-create .select-plan .promo-message p, .pages-overview .select-plan .promo-message p {
    margin: 0 0 10px;
    padding: 0 20px;
}
.registrations-new .billing-info .promo-message, .registrations-create .billing-info .promo-message, .pages-overview .billing-info .promo-message {
    left: 380px;
    position: absolute;
    text-align: center;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    top: -30px;
    width: 300px;
}
.registrations-new .billing-info .promo-message:after, .registrations-create .billing-info .promo-message:after, .pages-overview .billing-info .promo-message:after {
    background: url(/images/signup/red-arrow.png) 0 100% no-repeat;
    bottom: -49px;
    content: "";
    display: block;
    height: 49px;
    left: 0;
    position: absolute;
    width: 112px;
    z-index: 50000;
}
.registrations-new .billing-info .promo-message h4, .registrations-create .billing-info .promo-message h4, .pages-overview .billing-info .promo-message h4 {
    background: none;
    box-shadow: none;
    color: red;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0;
    position: static;
    text-shadow: none;
}
.registrations-new .billing-info .promo-message h4:before, .registrations-new .billing-info .promo-message h4:after, .registrations-create .billing-info .promo-message h4:before, .registrations-create .billing-info .promo-message h4:after, .pages-overview .billing-info .promo-message h4:before, .pages-overview .billing-info .promo-message h4:after {
    display: none;
}
.registrations-new .billing-info .promo-message p, .registrations-create .billing-info .promo-message p, .pages-overview .billing-info .promo-message p {
    margin: 0 0 10px;
    padding: 0 20px;
}
@media screen and (max-width: 1024px) {
    #hide-domain-buying-options, #show-domain-buying-options, #monitored-flag {
    display: none;
}
}@media print {
    * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
body {
    padding: 0 !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")"}
abbr[title]:after {
    content: " (" attr(title) ")"}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""}
pre, blockquote {
    border: 1px solid #999;
    padding: 0.2in;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 0.5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
.no-print {
    display: none !important;
}
.force-page-break {
    page-break-before: always !important;
}
html[class^="domains"] .top-header, html[class^="domains"] #sidebar, html[class^="domains"] #domain-buying-options, html[class^="domains"] #suggested_domains, html[class^="domains"] #premium_domains, html[class^="domains"] #domain-data>header, html[class^="domains"] .data-actions, html[class^="domains"] .btn.tiny, html[class^="domains"] .screenshot, html[class^="domains"] .icon-only.icon-info, html[class^="domains"] .data-visual .bar-bg, html[class^="domains"] .global-footer, html[class^="domains"] #zenbox_tab {
    display: none !important;
}
html[class^="domains"] #domain-data {
    border: 0 !important;
}
html[class^="domains"] #content, html[class^="domains"] .col {
    float: none !important;
    width: 100% !important;
}
html[class^="domains"] .col, html[class^="domains"] .box-inset {
    height: auto !important;
}
html[class^="domains"] .alexa-stats {
    float: left !important;
    width: 50% !important;
}
html[class^="domains"] .domain-data {
    page-break-inside: avoid;
}
html[class^="domains"] .domain-data th, html[class^="domains"] .domain-data td, html[class^="domains"] .data-visual {
    border-bottom: 1px solid #000;
}
html[class^="domains"] .domain-data th, html[class^="domains"] .domain-data td {
    padding-top: 3px;
    padding-bottom: 3px;
}
html[class^="domains"] .btn.primary:after {
    content: "" !important;
}
html[class^="domains"] h3 {
    font-size: 24pt;
}
html[class^="domains"] h5 {
    font-size: 18pt;
}
}

/* Additional New Styles */

/*.registrar-information { width: 450px; } */
.titlewidth { width: 300px; display: inline-block; }
.section.bigsection{ width:64%;}
.section.littlesection{ width:32%;margin-left:15px;}
.nolinkstyles { color:#444444; text-decoration: none; cursor: pointer;}
.left {float: left;}
.right {float: right;}
.ntldlink {float: right; font-size: 10px; color: #18A19B; width: 204px; margin-top: 8px;}
.margintop8 {margin-top:8px;}

/* Bootstrap Customizations */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 32px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: white;
}
hr {
margin: 15px -5px;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.15);
border-bottom: none;
}

.plan-inner h1 small,
.plan-inner h2 small,
.plan-inner h3 small,
.plan-inner h4 small,
.plan-inner h5 small,
.plan-inner h6 small {
  color: black;
  font-size: 12px;
}
[class^="icon-"], [class*=" icon-"] {
width: 17px;
height: 17px;
}
/* Large Glyphicon Sprites */

[class^="largeicon-"],
[class*=" largeicon-"] {
	display: inline-block;
	width: 30px;
	height: 30px;
	 *margin-right: .3em;
	line-height: 30px;
	vertical-align: middle;
	background-image: url("/images/glyphicons.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}

[class^="largeicon-"]:last-child,
[class*=" largeicon-"]:last-child {
  *margin-left: 0;
}
.largeicon-look { background-position: -51px -242px; }
.largeicon-star { background-position: -434px -196px; }
input[type="radio"], input[type="checkbox"] { margin: 0 3px; }

/*.domains-dashboard .page-header .actions .header-stat .icon.icon-star {padding-left:2px;} 
.domains-dashboard .page-header .actions .header-stat .icon.icon-star {background-position: -122px 0!important;} */
.icon-delete{ background-position: -313px -2px; }





/* Nick added this. Please don't hurt him */
.smallinput{ width: 80px; margin-bottom: 9px; }
input.mediuminput{ width: 310px; margin-bottom: 9px; }
.traffic_data tr td:last-child { width: 200px; }
.largetopmargin {margin-top: 18px;}
@media only screen and (max-width: 1080px)
{
        #zenbox_tab{display: none !important;}
}




#premium_domain_available >header{background-color:#18A19B; border-bottom:0px solid #18A19B; color:#FFFFFF; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
#premium_domain_available h2 {text-shadow:0 .5px 0 #000000; font-size:20px; line-height:50px;}
#premium_domain_available .btn {margin-top:3px;}

#transfer >header{background-color:#18A19B; border-bottom:0px solid #18A19B; color:#FFFFFF; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
#transfer h2 {text-shadow:0 .5px 0 #000000; font-size:18px; line-height:45px;}

.orangebtn{
    background-image:url(/images/orange_purchase_btn.png);
    width:206px !important;
    height:44px;
    border:0px;
}

.btn.purchase {
    background-color: #F89407;
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #FCC372),  color-stop(100%,  #F89407));
    background-image: -webkit-linear-gradient(#FCC372, #F89407);
    background-image: -moz-linear-gradient(#FCC372, #F89407);
    background-image: -o-linear-gradient(#FCC372, #F89407);
    background-image: linear-gradient(#FCC372, #F89407);
    border: 1px solid #E0962D;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 0 5px rgba(255, 255, 255, 0.5);
    color: #333;
    font-size: 16px;
    height:44px;
    line-height:34px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.page-header .container {
    position: relative;
}
.page-header .tabs.btn-group {
    position: absolute;
    top: 8px;
    right: 220px;
}
.page-header .tabs.btn-group li a {
    padding: 6px 4px 5px 6px;
}

.powered-by-name .actions.right li {
    margin-left:20px
}
