
@font-face {
	font-family: 'Open Sans Condensed';
	src: url('fonts/OpenSansCondBold.eot');
	src: url('fonts/OpenSansCondBold.eot?#iefix') format('embedded-opentype'),
	 url('fonts/OpenSansCondBold.woff') format('woff'),
	 url('fonts/OpenSansCondBold.ttf') format('truetype');
	font-style: normal;
	font-weight: 700;
}
@media print {
	.noprint {
	display: none !important;
	}
}
@media not print {
	.onlyprint {
	display: none !important;
	}
}
body {
	background-color: #fff;
	margin: 0 0 0.5em 0;
	padding: 0px;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	}
h1, h2, h3, h4, h5 {
	margin-bottom: 0em;
	font-weight: 600;
	}
h1 { font-size: 1.5em; }
h3 {
	margin-top: 2em;
	line-height: 1.4em;
	}
h4 {
	margin-top: 1.5em;
	line-height: 1.4em;
	}
table {
	line-height: 1.5em;
	}
input, textarea, select {
	font-size: 14px;
}
input[type=radio] {
	font-size: 16px;
}
input[type=text],
	input[type=password],
	input[type=date],
	input[type=email],
	input[type=number],
	input[type=search],
	input[type=tel],
	input[type=url],
	textarea,
	select
{
	border: 1px solid #ccc;
	padding: 3px;
	border-radius: 3px;
}
a {
	color: #05e;
	}
a:visited {
	color: #729;
	}
a:hover {
	color: #f40;
	text-decoration: underline;
	}
a:active {
	color: #661b00;
	}
img {
	border: 0;
	padding: 0;
	}
.inner {
	width: 94%;
	max-width: 1120px;
	margin: 0 auto;
	}
#header {
	text-align: left;	
	padding: 10px 0 5px 0;
	margin: 0 0 1em 0;
	}
#header .inner {
	position: relative;
	height: 72px;
	}
#header .inner img {
	margin-left: -4px;
	padding-top: 18px;
	}
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	text-align: right;
	line-height: 2em;
	}
@media print {
	#header ul {
	display: none;
	}
}
#header li {
	display: inline;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
	border-right: 1px solid #ddd;
	}
#header li.last {
	margin: 0;
	padding: 0;
	border-right: none;
	}
#header li a {
	color: #f40;
	text-decoration: none;
	}
#header li a:hover {
	color: black;
	text-decoration: underline;
	}
#header li a:active {
	color: #661b00;
	}
#header #navsearch {
	position: absolute;
	right: 0px;
	bottom: 0;
	}
#header .navbar-maybe-wrap {
	display: inline;
	}
@media screen and (max-width: 600px) {
	#header .navbar-maybe-wrap #navbar-item-support {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
	}
	#header .inner {
	height: 120px;
	}
	#header #navsearch #navbar-searchbox {
	width: 250px;
	}
	#header .navbar-maybe-wrap {
	display: block;
	}
	#header ul {
	top: 13px;
	}
}
@media print {
	#header #navsearch {
	display: none;
	}
}
#header #navsearch form {
	margin-bottom: 4px;
	}
#content {
	text-align: left;	
	clear: both;
	}
#content p, #content li {
	line-height: 1.5em;
	}
#mainbar {
	float: left;
	width: 75%;
	}
#sidebar {
	float: right;
	width: 22%;
	}
@media screen and (max-width: 780px) {
#mainbar {
	float: none;
	clear: both;
	width: 100%;
	}
#sidebar {
	float: none;
	clear: both;
	width: 100%;
	margin-top: 2em;
	}
}
#flip #mainbar {
	float: right;
	}
#flip #sidebar {
	float: left;
	}
#sidebar ul {
	margin-top: 0.5em;
	padding-left: 0;
	margin-left: 1.2em;
	list-style-type: none;
	}
#sidebar li {
	position: relative;
	}
#sidebar li .bullet {
	position: absolute;
	left: -1.2em;
	}
#sidebar a {
	text-decoration: none;
	}
#sidebar a:hover {
	text-decoration: underline;
	}
#footer {
	clear: both;
	margin: 0;
	padding-top: 2em;
	font-size: 90%;
	text-align: center;
	color: #777;
	line-height: 2em;
	}
#footer a {
	text-decoration: none;
	color: #777;
	}
#footer a:hover {
	color: #f40;
	text-decoration: underline;
	}
#footer a:active {
	color: #661b00;
	}
#sidebar #search-box-header {
	margin: 0;
	padding: 0.25em;
	text-align: center;
	color: white;
	background-color: #004080;
	}
#sidebar #search-box {
	background-color: #e6f2ff;
	margin: 0;
	margin-bottom: 2em;
	padding: 0.5em 1em;
	border: 1px solid #004080;
	text-align: center;
	font-size: smaller;
	}
#sidebar #search-box form {
	padding-top: 0.5em;
	margin: 0em;
	}
#sidebar #search-box input {
	margin-bottom: 0.5em;
	}
#sidebar #search-box #search-field {
	width: 95%;
	}
.box-center {
	margin: 0 auto;
	}
.box-width-95 {
	width: 95%;
	}
.box-width-90 {
	width: 90%;
	}
.box-width-80 {
	width: 80%;
	}
.box-width-70 {
	width: 70%;
	}
.left {
	text-align: left;
	}
.right {
	text-align: right;
	}
.center {
	text-align: center;
	}
img.center {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	}
.full-page-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	background-color: #777; 
	background-color: rgba(0, 0, 0, 0.7);
	}
.full-page-overlay-box {
	position: absolute;
	top: 30%; left: 20%; right: 20%;
	background-color: white;
	padding: 0.5em 1.5em 1em 1.5em;
	font-size: 120%;
	text-align: center;
	border-radius: 6px;
	}
.full-page-overlay-box button {
	background-color: inherit;
	position: absolute;
	right: 6px;
	top: 0px;
	height: 32px;
	width: 32px;
	border: none;
	font-size: 30px;
	}
.spinner-icon {
	width: 1.5em;
	height: 1.5em;
	margin: 2em auto 1em;
	border-radius: 50%;
	border-top: .5em solid #fb7;
	border-right: .5em solid #fb7;
	border-bottom: .5em solid #fb7;
	border-left: .5em solid #fff;
	-webkit-animation: spinner-icon 1.0s infinite linear;
	animation: spinner-icon 1.0s infinite linear;
}
@-webkit-keyframes spinner-icon {
	0% {
	-webkit-transform: rotate(45deg);
	}
	50% {
	-webkit-transform: rotate(135deg);
	}
	100% {
	-webkit-transform: rotate(405deg);
	}
}
@keyframes spinner-icon {
	0% {
	transform: rotate(45deg);
	}
	50% {
	transform: rotate(135deg);
	}
	100% {
	transform: rotate(405deg);
	}
}
.ok-box {
	padding: 20px 16px 20px 70px;
	margin: 1em 0;
	background-color: #e4f7e4;
	border-left: 7px solid #9c9;
	background-image: url('/images/green-check-3.png');
	background-repeat: no-repeat;
	background-position: 16px 20px;
	background-size: 40px 40px;
	min-height: 52px;
	line-height: 1.5em;
	}
.ok-box h4, .ok-box h3 {
	margin: 0 0 1em 0;
	}
.ok-box p {
	margin: 1em 0 0 0;
	}
.ok-box p:first-child {
	margin: 0;
	}
.ok-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.full-page-overlay-box.ok-box {
	padding: 30px 26px 40px 84px;
	background-position: 17px 25px;
	text-align: left;
	border-radius: 0 6px 6px 0;
	font-size: 16px;
	left: 15%;
	right: 15%;
	}
.tip-box {
	padding: 20px 16px 20px 74px;
	margin: 1em 0;
	background-color: #e7f7ff;
	border-left: 7px solid #b7ccdd;
	background-image: url('/images/light-bulb-48x48.png');
	background-repeat: no-repeat;
	background-position: 12px 20px;
	min-height: 52px;
	line-height: 1.5em;
	}
.tip-box h4, .tip-box h3 {
	margin: 0 0 1em 0;
	}
.tip-box p {
	margin: 1em 0 0 0;
	}
.tip-box p:first-child {
	margin: 0;
	}
.tip-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.full-page-overlay-box.tip-box {
	padding: 30px 26px 40px 84px;
	background-position: 17px 25px;
	text-align: left;
	border-radius: 0 6px 6px 0;
	font-size: 16px;
	left: 15%;
	right: 15%;
	}
.warning-box {
	padding: 20px 16px 20px 74px;
	margin: 1em 0;
	background-color: #ffc;
	border-left: 7px solid #dda;
	background-image: url('/images/warning-96x96.png');
	background-size: 48px;
	background-repeat: no-repeat;
	background-position: 12px 20px;
	min-height: 52px;
	line-height: 1.5em;
	}
.warning-box h4, .warning-box h3 {
	margin: 0 0 1em 0;
	}
.warning-box p {
	margin: 1em 0 0 0;
	}
.warning-box p:first-child {
	margin: 0;
	}
.warning-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.full-page-overlay-box.warning-box {
	padding: 30px 26px 40px 84px;
	background-position: 17px 25px;
	text-align: left;
	border-radius: 0 6px 6px 0;
	font-size: 16px;
	left: 15%;
	right: 15%;
	}
.error-box {
	padding: 20px 16px 20px 74px;
	margin: 1em 0;
	background-color: #fee;
	border-left: 7px solid #c44;
	background-image: url('/images/error-96x96.png');
	background-size: 48px;
	background-repeat: no-repeat;
	background-position: 12px 20px;
	min-height: 52px;
	line-height: 1.5em;
	}
.error-box h4, .error-box h3 {
	margin: 0 0 1em 0;
	}
.error-box p {
	margin: 1em 0 0 0;
	}
.error-box p:first-child {
	margin: 0;
	}
.error-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.full-page-overlay-box.error-box {
	padding: 30px 26px 40px 84px;
	background-position: 17px 25px;
	text-align: left;
	border-radius: 0 6px 6px 0;
	font-size: 16px;
	left: 15%;
	right: 15%;
	}
.quoted-box {
	padding: 1em;
	margin: 1em 0;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 3px;
	line-height: 1.5em;
	}
.quoted-box p {
	margin: 1em 0 0 0;
	}
.quoted-box p:first-child {
	margin: 0;
	}
.quoted-box blockquote {
	margin: 0;
	}
.quoted-box pre {
	margin: 0;
	}
.data-entry-box-header {
	background-color: #fd9;
	padding: 0.35em;
	margin-top: 2em;
	margin-bottom: 0;
	border: 1px solid #fd9;
	font-weight: bold;
	border-radius: 3px 3px 0 0;
	}
.data-entry-box {
	background-color: #eee;
	padding: 1em;
	margin-bottom: 2em;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-radius: 0 0 3px 3px;
	}
.data-entry-box-no-header {
	background-color: #eee;
	padding: 1em;
	margin-bottom: 2em;
	border: 1px solid #eee;
	border-radius: 3px;
	}
.data-entry-subhead {
	font-weight: bold;
	font-size: 105%;
	}
.data-entry-button {
	padding: 1em 0;
	text-align: center;
	}
.radio-row {
	margin-bottom: 1em;
	}
.radio-first-row {
	margin-top: 2em;
	margin-bottom: 1em;
	}
.radio-button {
	float: left;
	}
.radio-caption {
	margin-left: 28px;
	margin-bottom: 0.25em;
	font-weight: bold;
	}
.radio-text {
	margin-left: 28px;
	margin-bottom: 1em;
	}
.text-box-label {
	vertical-align: top;
	text-align: right;
	}
.text-box-box {
	vertical-align: top;
	text-align: left;
	}
table.standard-table {
	border-collapse: collapse;
	}
table.standard-table th {
	padding: 0.25em 0.75em;
	background-color: #fd9;
	border-bottom: 1px solid #fd9;
	}
table.standard-table td {
	padding: 0.25em 0.75em;
	background-color: #eee;
	border-top: 1px solid #fff;
	}
table.mimic-data-entry-box {
	border-collapse: collapse;
	}
table.mimic-data-entry-box tr {
	background-color: #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #fff;
	}
table.mimic-data-entry-box tr.header-row {
	background-color: #fd9;
	border: 1px solid #fd9;
	border-radius: 3px 3px 0 0;
	}
table.mimic-data-entry-box tr.last-row {
	border-bottom: 1px solid #eee;
	border-radius: 0 0 3px 3px;
	}
table.mimic-data-entry-box th, table.mimic-data-entry-box td {
	padding: 0.35em;
	}
.bold {
	font-weight: bold;
	}
.error {
	font-weight: bold;
	color: #f00;
	}
.all-pages-notice {
	margin: 2em;
	border: 1px solid #aaa;
	padding: 1em;
	background-color: #ffa;
	line-height: 1.5em;
	}
.monospace {
	font-family: Consolas, Menlo, monospace;
	}
kbd, code {
	background-color: #f7f7f7;
	padding: 4px 8px;
	white-space: nowrap;
	font-family: Consolas, Menlo, monospace;
	font-size: 15px;
	}
pre {
	font-family: Consolas, Menlo, monospace;
	line-height: 1.5em;
	font-size: 15px;
	}
.tt-button {
	border-radius: 4px;
	font-weight: 600;
	text-align: center;
	padding: 0.6em 1em;
	color: black;
	background-color: #fff7e6;
	border: 2px solid #fb3;
	font-size: 13px;
	}
.tt-button:hover:enabled {
	background-color: #fec;
	}
.tt-button:active:enabled {
	background-color: #fd9;
	}
.tt-button:disabled {
	color: #aaa;
	background-color: #fffaf0;
	border: 2px solid #fd9;const
	}
.tt-button.cancel {
	font-weight: normal;
	}
.clear {
	clear: both;
	}
.flexbox-with-header-parent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1em -1em;
	}
.flexbox-with-header-child {
	flex: 1;
	padding: 1em;
	margin: 1em;
	border-radius: 6px;
	min-width: 300px;
	max-width: 600px;
	}
.flexbox-with-header-header {
	background-color: #fd9;
	margin: -1em -1em 0 -1em;
	padding: 0.5em 1em;
	border-radius: 6px 6px 0 0;
	font-weight: bold;
	text-align: left;
	}
#status_top {
	display: none;
	margin: -1em 0 1em 0;
	width: 100%;
	}
#status_bottom {
	display: none;
	margin: 1em auto 0 auto;
	font-size: 85%;
	}
a#status {
	display: inline-block;
	box-sizing: border-box;
	padding: 16px 12px;
	background-color: #f7f7f7;
	border-radius: 7px;
	text-decoration: none;
	color: #333;
	text-align: center;
	}
a#status:visited {
	color: #333;
	}
a#status:hover {
	text-decoration: none;
	background-color: #eee;
	}
#status_inner {
	text-align: center;
	font-weight: 600;
	padding: 0 10px;
	}
#status_word {
	}
#status_dot {
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	margin: -2px 5px;
	background-color: #f7f7f7;
	border-radius: 9999px;
	}
#status_text {
	}
#status_details {
	display: none;
	margin: 0.75em 0 -0.25em 0;
	padding: 0 1em;
	font-size: 90%;
	text-align: center;
	}
#status.has_details #status_details { display: block; }
#status.ok { background-color: #eefaee; }
#status.ok #status_word { display: inline-block; }
#status.ok #status_dot { background-color: #3b7; }
#status.issues { background-color: #fee; border: 2px solid #f99; }
a#status.issues:hover { background-color: #edd; }
#status.issues #status_word { display: inline-block; }
#status.issues #status_dot { background-color: #900; }
#status.issues_minor { background-color: #ffc; border: 2px solid #cc7; }
a#status.issues_minor:hover { background-color: #eed; }
#status.issues_minor #status_word { display: inline-block; }
#status.issues_minor #status_dot { background-color: #cc7; }
#status.maintenance { background-color: #eee; }
a#status.maintenance:hover { background-color: #ddd; }
#status.maintenance #status_word { display: inline-block; }
#status.maintenance #status_dot { background-color: #f90; }

#header {
	margin-bottom: 1em;
	text-align: center;
	}
#header .inner {
	text-align: left;
	width: 94%;
	}
H1, H2 {
	margin-top: .3em; margin-bottom: .3em;
}
H3, H4, H5 {
	margin-top: 2em; margin-bottom: .7em;
}
h1, h2, h3 {
	color: #000;
	}
p, li {
	line-height: 1.5em;
	}
li {margin-bottom: .25em;}
.domainheader {font-size: large; font-weight: bold}
.content {
	border: 0px;
	padding: 0px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
}
.inner {
	width: 90%;
	text-align: left;
	max-width: none;
}
@media print {
	.inner {
	width: 100%;
	}
}
.mainmenuitem {
	margin-top: 1.5em;
	}
.mainmenutext {
	font-size: 95%;
	margin-top: .2em;
	}
.mainmenuicon {
	margin-top: 1.5em;
	min-height: 64px;
	}
.mainmenuicon img {
	width: 32px;
	height: 32px;
	float: left;
	padding-top: 4px;
	}
.mainmenuicon .mainmenuitem {
	margin-top: 0;
	padding-left: 48px;
	}
.mainmenuicon .mainmenutext {
	padding-left: 48px;
	}
#mainmenu-notice {
	background-color: #fec;
	padding: 1em;
	text-align: center;
	font-size: smaller;
	}
.navbar {
	font-size: smaller;
}
.renewalrow {
	vertical-align: middle;
	background-color: #EEEEEE;
	border-top: 1px solid white;
}
.renewalsummary {
	vertical-align: middle;
	background-color: #EEEEEE;
}
.renewalbutton {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
}
#adwords li {
	margin-top: 1.5em;
}
#adwords p {
	margin: 0.75em 0;
}
#adwords .bigitem {
	margin-left: 2em;
	font-size: larger;
	font-weight: bold;
}
#error-log-box {
	font-size: smaller;
	font-family: monospace;
	border: 1px solid #aaa;
}
#error-log-box .line {
	margin: 0;
	padding: 0.5em;
	overflow-wrap: anywhere;
	border-top: 1px solid #aaa;
}
#error-log-box .first {
	border-top: none;
}
#error-log-box .highlight_log_error {
	background-color: #fee;
}
.staff-note, .staff-note td, .staff-note th {
	background: repeating-linear-gradient(
	45deg,
	#ffc,
	#ffc 5px,
	#f7f7f7 5px,
	#f7f7f7 10px
	);
	}
div.staff-note {
	display: inline-block;
	position: relative;
	min-height: 26px;
	}
div.staff-note:after {
	content: "visible only to staff";
	color: black;
	opacity: 0.2;
	position: absolute;
	right: 2;
	bottom: 0;
	font-size: 10px;
	}
.staff-note-hidden {
	display: none !important;
	}
@media print {
	.staff-note {
	display: none !important;
	}
	}
table.modern_2024 {
	width: 100%;
	border-collapse: collapse;
	}
table.modern_2024 tr {
	vertical-align: top;
	background-color: #fafafa;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
table.modern_2024 tr.no_side_border {
	border-left: none;
	border-right: none;
	background-color: #fff;
	}
table.modern_2024 tr.no_bottom_border {
	border-bottom: none;
	}
table.modern_2024 tr.tableheader {
	background-color: #fd9;
	border: none;
	outline: 1px solid #fd9;
	position: sticky;
	top: 0;
	}
table.modern_2024 tr.tableheader td {
	border: 1px solid #fd9;
	}
table.modern_2024 tr.highlighted {
	background-color: #eee;
	}
table.modern_2024 tr td, table.modern_2024 tr th {
	text-align: left;
	padding: 8px;
	}
@media all and (max-width: 500px) {
	table.modern_2024.width_under_500_stack tr td,
	table.modern_2024.width_under_500_stack tr th {
	display: block;
	}
	.width_under_500_hide { display: none !important; }
	.width_under_500_no_padding { padding: 0 !important; }
}
@media not all and (max-width: 500px) {
	.width_over_500_hide { display: none !important; }
}
@media all and (max-width: 800px) {
	.width_under_800_hide { display: none !important; }
	.width_under_800_no_padding { padding: 0 !important; }
	table.modern_2024.width_under_800_stack tr td,
	table.modern_2024.width_under_800_stack tr th {
	display: block;
	}
}
@media not all and (max-width: 800px) {
	.width_over_800_hide { display: none !important; }
}
.tableheader {background-color: #fd9;}
.tablesubheader {padding-top: 2em; border-bottom: 1px solid #bbb; background-color: #EEEEEE;}
.tablerow {vertical-align: top; background-color: #EEEEEE; border-top: 1px solid white; padding: 8px;}
.tablerow-odd {vertical-align: top; background-color: #eeeeee; padding: 8px;}
.tablerow-even {vertical-align: top; background-color: #dddddd; padding: 8px;}
.tablerow-noline {vertical-align: top; background-color: #EEEEEE; padding: 8px;}
.tablerow-firstinsub {vertical-align: top; background-color: #EEEEEE; padding: 1em 8px 8px 8px;}
.tablerowbad {vertical-align: top; background-color: #FFDDDD; border-top: 1px solid white; padding: 8px;}
.tablerowgood {vertical-align: top; background-color: #DDFFDD; border-top: 1px solid white; padding: 8px;}
.blankrow {}
.formrow {font-weight: bold; font-size: .8em}
.fixedfont {font-family: sans-serif;}
.question {font-weight: bold}
.fineprint {font-size: 90%; color: #777777}
.fineprint a {color: #77a0e8}
.copyright {font-size: 80%; color: #999999; text-align: center; margin-top: 30px;}
.confirmation {font-weight: bold; color: #000099; text-align: center;}
.highlight {background-color: #ffffcc; padding: 8px; border: 1px solid #999977;}
.past-due {background-color: #ffeeee; padding: 8px; border: 1px solid #997777;}
.caption {text-align: right; font-weight: bold; }
.php-version-note {
	font-weight: normal;
	color: #777;
	}
a.php-version-note {
	color: #777;
	text-decoration: none;
	}
a.php-version-note:visited {
	color: #777;
	text-decoration: none;
	}
a.php-version-note:hover {
	color: #777;
	text-decoration: underline;
	}
a.php-version-note:active {
	color: black;
	text-decoration: underline;
	}
.gmail-forwarding-warning {
	font-weight: normal;
	font-size: smaller;
	font-style: italic;
	color: #777;
	}
.gmail-forwarding-warning a {
	color: #777;
	}
.gmail-forwarding-warning a:visited {
	color: #777;
	}
.gmail-forwarding-warning a:hover {
	color: #777;
	}
.gmail-forwarding-warning a:active {
	color: black;
	}
.email-alias {
	font-size: 90%;
	color: #777;
	font-style: italic;
	margin-top: 0;
	}
#dns_table td.label_column {
	min-width: 33vw;
	word-break: break-word;
	}
#dns_table th.ttl_column, #dns_table td.ttl_column {
	white-space: nowrap;
	}
#dns_table td.rdata_column {
	min-width: 33vw;
	word-break: break-word;
	}
#dns_table tr.dns-note td {
	padding-top: 0;
	font-size: 90%;
	color: #777;
	word-break: break-word;
	}
#dns_table tr.dns-note a {
	color: #777;
	}
#dns_table tr.dns-note a:visited {
	color: #777;
	}
#dns_table tr.dns-note a:hover {
	color: #777;
	color: black;
	}
#dns_table tr.dns-note a:active {
	color: black;
	}
.bad-contact-outer {
	background-color: #fdd;
	padding: 0.5em;
	margin: -8px -8px 8px -8px;
	}
.bad-contact-inner {
	color: red;
	font-weight: 600;
	}
.bad-contact-note {
	color: #444;
	font-size: 90%;
	font-style: italic;
	line-height: 1.4em;
	}
.bad-contact-note-detail {
	color: #444;
	font-size: 90%;
	font-style: italic;
	line-height: 1.4em;
	background-color: #fdd;
	padding: 0.25em;
	display: inline-block;
	}
.two-factor-flexbox-child {
	text-align: center;
	background-color: #f7f7f7;
	min-width: 250px;
	max-width: 600px;
	}
.two-factor-code-entry {
	font-size: 200%;
	text-align: center;
	}
.two-factor-code-entry.tt-button {
	font-size: 200%;
	text-align: center;
	}
#otrs-instructions {
	margin: 0;
	text-align: right;
	font-size: 90%;
	}
#otrs-text {
	display: none;
	margin-top: 1em;
	text-align: right;
	}
#otrs-text textarea {
	background-color: #ffc;
	}
@media print {
	#otrs-instructions, #otrs-text {
	display: none !important;
	}
	}
#footer {
	text-align: center;
	border-top: 1px solid #ccc;
	margin: 2em 5% 1em 5%;
	padding-top: 1em;
	}
#domain_renewal .different_card_hidden,
#domain_renewal .staff_payment_hidden {
	display: none;
}
#price_table_wrapper {
	margin-top: 2em;
	font-size: 90%;
	}
#price_table_wrapper .dataTables_filter {
	text-align: left;
	float: none;
	margin-bottom: -2em;
	max-width: 40%;
	}
#price_table_info {
	display: none;
	}
#price_table {
	border-bottom: 1px solid #ccc;
	margin: 1em;
	border-collapse: collapse;
	width: 100%;
	margin: auto;
	}
#price_table thead th, table#price_table thead td {
	border-bottom: 1px solid #ccc;
	}
#price_table tr {
	border-bottom: 1px solid #ccc;
	}
#price_table tr.heading {
	background-color: #f7f7f7;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
#price_table tr a {
	text-decoration: none;
	}
table#price_table td, table#price_table th {
	padding: 0.5em;
	text-align: center;
	}
table#price_table td:first-child, table#price_table th:first-child {
	text-align: left;
	padding-left: 1.5em;
	font-weight: bold;
	}
#price_table tr:hover td {
	background-color: #eee;
	}
#price_table tr:hover td:nth-child(2) {
	background-color: #eee;
	}
#price_table tr.free td span {
	background-color: #cfc;
	border: 5px solid #cfc;
	padding: 0 5px;
	border-radius: 20px;
	}
#cancel_hosting_screenshot_large {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
	}
#cancel_hosting_screenshot_large img {
	border: 1px solid #ccc;
	width: 320px;
	height: 240px;
	}
#cancel_hosting_screenshot_small {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
	}
#cancel_hosting_screenshot_small img {
	border: 1px solid #ccc;
	width: 200px;
	height: 150px;
	}
