/* Global rules */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/OpenSans.eot');
  src: local('Open Sans'), local('OpenSans'), url('/fonts/OpenSans.eot') format('embedded-opentype'), url('/fonts/OpenSans-Normal.woff2') format('woff2'), url('/fonts/OpenSans-Normal.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/fonts/OpenSans-Bold.woff2') format('woff2'), url('/fonts/OpenSans-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Lato.eot');
  src: local('Lato'), url('/fonts/Lato.eot') format('embedded-opentype'), url('/fonts/Lato-Regular.woff2') format('woff2'), url('/fonts/Lato-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url('/fonts/Lato-Bold.woff2') format('woff2'), url('/fonts/Lato-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Ubuntu.eot');
  src: local('Ubuntu'), url('/fonts/Ubuntu.eot') format('embedded-opentype'), url('/fonts/Ubuntu-Normal.woff2') format('woff2'), url('/fonts/Ubuntu-Normal.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('/fonts/Ubuntu-Bold.woff2') format('woff2'), url('/fonts/Ubuntu-Bold.woff') format('woff');
}
@font-face {
  font-family: 'dotsfont';
  src: url('/fonts/dotsfont.eot') format('embedded-opentype'), url('/fonts/dotsfont.woff2') format('woff2'), url('/fonts/dotsfont.woff') format('woff'), url('/fonts/dotsfont.ttf') format('truetype');
}

a:hover {
	text-decoration: underline;
}

html, body {
        margin: 0;
        height: 100%;
	-webkit-text-size-adjust: none;
}

a.unpaid {
	font-weight: bold;
}

h1 {
	font-family: 'Open Sans', Arial, sans-serif;
        font-size: 24px;
        font-weight: bold;
        clear: both;
}

h2 {
        font-size: 15px;
        font-weight: bold;
        color: #0066CC;
        margin-top: 1.5em;
        margin-bottom: 0em;
        clear: both;
}


/* The Normal class is used for normal text */

.Normal {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
        color: #000000;
}

.Normal hr {
        color: #AAAAAA;
        background-color: #AAAAAA;
        height: 1px;
        border: none;
}

.Normal small {
        font-size: 10px;
        line-height: 12px;
}

td.Normal {
        text-align: left;
}

.Normal input {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 15px;
	filter: none;
}

.Normal select {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 15px;
	-webkit-border-radius: 5px;
}

.Webhotel {
	font: 13px Arial, Helvetica, sans-serif;
        color: #000000;
}

.Splash {
	font: 8px Arial, Helvetica, sans-serif;
        color: #6699FF;
        font-weight: bold;
}

.Invoice {
	font: 11px Arial, Helvetica, sans-serif;
        color: #000000;
}

.Invoice small {
	font: 9px Arial, Helvetica, sans-serif;
        color: #000000;
}

.Invoice body {
        margin: 10px;
        -background-color: #AAAAAA;
}

.Declaration {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
	padding: 20px;
	font: 13px Arial, Helvetica, sans-serif;
        color: #000000;
}

.Declaration img {
        display: block; 
        -margin-left: auto;
        -margin-right: auto;
}

.Declaration p {
	font: 13px Arial, Helvetica, sans-serif;
        color: #000000;
}

.Declaration h2 {
	font: 18px Arial, Helvetica, sans-serif;
        color: #000000;
        font-weight: bold;
}

.Declaration li {
	font: 13px Arial, Helvetica, sans-serif;
        color: #000000;
}


/* The Frontpage class is only used on the top page */

.OldBrowserWarning
{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 13px 50px;
	font: 18px Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
        cursor: pointer;
}

.Frontpage {
	font: 11px Arial, Helvetica, sans-serif;
        color: #000000;
}

.Frontpage a {
        color: #000000;
	text-decoration: underline;
}

.Frontpage td {
        text-align: left;
}

.PageTop {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 10px;
        text-align: right;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 11px;
        clear: both;
}

.PageTop a {
	text-decoration: none;
}

.PageTop a:hover {
	text-decoration: underline;
}

.PageTopDivider {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        height: 1px;
        background-color: #CCCCCC;
        clear: both;
}

.MenuIcon {
        float: left;
        width: 24px;
        height: 24px;
        margin-top: 2px;
        margin-right: 6px;
        margin-left: -3px;
        display: none;
        background-image: url("/png/mobilemenu.png");
        background-size: cover;
}

.MenuCloseIcon {
        float: right;
        width: 54px;
        height: 54px;
        background-image: url("/png/close.png");
        background-size: 30px 30px;
	background-position: center;
        background-repeat: no-repeat;
}

.MobileMenuWrapper {
    display: none;
    clear: both;
}

.MobileMenu {
    width: 100%;
    background-color: #2980B9;
    color: #FFFFFF;
    padding: 0px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    display: none;
}

.MobileMenu p {
    padding: 10px;
    border-top: 1px solid #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}

.MobileMenu a {
    color: #FFFFFF;
    text-decoration: none;
}

.SubMenu {
    width: 100%;
    background-color: #3498DB;
    color: #FFFFFF;
    padding: 0px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 30px;
    display: none;
}

.SubMenu p {
    padding: 5px 5px 5px 30px;
    border-top: 1px solid #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}

.FrontpageLogo {
        height: 48px;
        width: auto;
        float: left;
        margin-top: 0px;
        margin-bottom: 5px;
}

.FrontpagePict {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.FrontpageFlag {
    height: 18px;
}

.StatusIcon {
    margin-left: 20px;
    display: inline-block;
    text-align: center;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

.FlagMenu {
    display: none;
    position: absolute;
    margin-top: 10px;
    padding: 15px;
    background-color: #FCFCFC;
    border: 1px solid #000000;
    box-shadow: 0px 0px 5px 3px #DDDDDD;
    z-index: 1;
}

.DropdownMenu {
    display: none;
    position: absolute;
    margin-top: 10px;
    margin-left: 62px;
    min-width: 153px;
    padding: 10px;
    text-align: left;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 180%;
    background-color: #FCFCFC;
    border: 1px solid #000000;
    box-shadow: 0px 0px 5px 3px #DDDDDD;
    z-index: 1;
}

.LoginStatus {
    float: right;
    clear: right;
    display: inline-block;
}

.MobileLogin {
    display: none;
    position: absolute;
    right: 0px;
    margin-top: 0px;
    padding: 20px;
    background-color: #FCFCFC;
    border: 1px solid #000000;
    box-shadow: 0px 0px 8px 5px #DDDDDD;
    z-index: 1;
}

.WindowCloseIcon {
        width: 32px;
        height: 32px;
        background-image: url("/png/close-window.png");
        background-size: cover;
	background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: -14px;
        top: -14px;
}

.LoginField {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
}

.LoginIcon {
    position: absolute;
    vertical-align: top;
    left: 8px;
    top: 6px;
    height: 16px;
    width: auto;
}

.EyeIcon {
    position: absolute;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    left: 275px;
    top: 4px;
    height: 22px;
    width: auto;
}

.FrontpageBackground {
        height: 400px;
        padding: 0;
        margin: 0;
        margin-bottom: 15px;
        overflow: hidden;
        clear: both;
        -background-image: url("/jpg/background/1920px/ski.jpg");
        background-size: cover;   
        background-position: center bottom;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.ie8 .FrontpageBackground {
        -ms-behavior: url("/ie/backgroundsize.htc");
}

.FrontpageMask {
        width: 100%;
        height: 400px;
        padding: 0;
        margin: 0;
        display: inline-block;
        background: rgba(255,255,255,0);
        transition: background 500ms;
}

.FrontpageSearch {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-weight: bold;
        color: #2980B9; 
        text-align: center;
        padding: 20px 0px 20px 0px;
        border-style: solid;
        border-width: 0px;
        border-color: #CCCCCC;
        border-radius: 20px;
        background: rgba(245,245,245,0.75);
        height: 180px;
        margin-top: 40px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
}

.FrontpageSearch a {
    color: #2980B9;
}

.ie8 .FrontpageSearch {
        background-color: #E7E7E7;
        -ms-behavior: url("/ie/border-radius.htc");
}

.FrontpagePromo {
    font-family: Ubuntu, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #2980B9;
    float: right;
    width: 102px;
    text-align: center;
    padding: 10px;
    margin-top: 25px;
    margin-right: 10px;
    border-radius: 20px;
    background: rgba(245,245,245,0.75);
}

.ie8 .FrontpagePromo {
    width: 112px;
    height: 70px;
    background-color: #E7E7E7;
    -ms-behavior: url("/ie/border-radius.htc");
}

.FrontpageBall1, .FrontpageBall2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: bold;
        text-shadow: -1px 0 #999999, 0 1px #999999, 1px 0 #999999, 0 -1px #999999;
        color: #FFFFFF;
        padding: 0px;
        background: #F09010;
        border-radius: 50%;
        width: 95px;
        height: 95px;
        text-align: center;
        margin: 5px;
        margin-bottom: 20px;
        display: inline-block;
}

.ie8 .FrontpageBall1 {
        -ms-behavior: url("/ie/border-radius.htc");
}

.ie8 .FrontpageBall2 {
        -ms-behavior: url("/ie/border-radius.htc");
}

.FrontpageInput {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 0;
        padding: 5px 10px;
        border: 1px solid #2980B9;
        border-right: 0px;
        border-radius: 5px 0px 0px 5px;
        height: 18px;
        vertical-align: middle;
        width: 180px;
        -webkit-appearance: none;
}

.FrontpageInputShort {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 0;
        padding: 5px 10px;
        border: 1px solid #2980B9;
        border-right: 0px;
        border-radius: 5px 0px 0px 5px;
        height: 18px;
        vertical-align: middle;
        width: 160px;
        -webkit-appearance: none;
}

.FrontpageButton {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 0;
        padding: 5px 10px;
        background: #3498DB;
        color: #FFFFFF;
        border: 1px solid #2980B9;
        border-left: 0px;
        border-radius: 0px 5px 5px 0px;
        cursor: pointer;
        height: 30px;
        vertical-align: middle;
        -webkit-appearance: none;
}

.FrontpageProductContainer {
        vertical-align: top;
        width: 49.5%;
        display: inline-block;
        margin: 0px;
        padding: 0px;
}

@media screen and (max-width: 666px) {
    .FrontpageProductContainer {
        width: 100%;
    }
}

.FrontpageProducts {
        font-family: Ubuntu, Arial, sans-serif;
        font-size: 15px;
        padding: 0px;
}

.FrontpageProducts a {
	text-decoration: none;
        color: #555555; 
}

.FrontpageProducts a:hover {
        color: #000000;
}

.ie8 .FrontpageProducts a:hover {
	text-decoration: underline;
}

.ie9 .FrontpageProducts a:hover {
	text-decoration: underline;
}

.IconLink:hover #icon { transform: scale(1.07, 1.07); }
.IconLink { text-decoration: none; }
.IconLink:hover { text-decoration: none; }

.HoverUnderline a {
	text-decoration: none;
}

.HoverUnderline a:hover {
	text-decoration: underline;
}

.FrontpageIcon {
    -opacity: 0.85;
}

.FrontpageIcon:hover {
    -transform: scale(1.05, 1.05);
    -opacity: 1.0;
}

.FrontpageNewsContainer {
        vertical-align: top;
        display: inline-block;
        margin: 0px;
        padding: 0px;
        width: 49.5%;
}

.FrontpageNews .FrontpageNewsContainer.doublecolumn {
    width: 100%;
}

.FrontpageNews .FrontpageNewsContainer.doublecolumn .excerpt {
    display: block;
}

.FrontpageNews.blogcontainer .FrontpageNewsContainer .date.narrow {
    display: none;
}

.FrontpageNews.blogcontainer .FrontpageNewsContainer .date.wide {
    display: inline;
    padding-right: 1em;
}

.FrontpageNews.blogcontainer .FrontpageNewsContainer .date.wide:before { content: ' '; display: block; }

.FrontpageNews.blogcontainer ul li .title {
        font-weight: bold;
}

.FrontpageNews.blogcontainer ul li {
    padding-bottom: 0.5em;
}

@media screen and (max-width: 480px) {
    .FrontpageNews .FrontpageNewsContainer {
        width: 100%;
    }

    .FrontpageNews.blogcontainer .FrontpageNewsContainer .excerpt {
        display: none;
    }

    .FrontpageNews.blogcontainer .FrontpageNewsContainer .date.narrow {
        display: inline;
    }

    .FrontpageNews.blogcontainer .FrontpageNewsContainer .date.wide {
        display: none;
    }

    .FrontpageNews.blogcontainer ul li .title {
        font-weight: normal;
	display: inline;
    }

    .FrontpageNews.blogcontainer ul li {
        padding-bottom: 0.1em;
    }
}

.FrontpageNews {
	font-family: 'Open Sans', Arial, sans-serif;
        font-size: 13px;
        line-height: 16px;
        padding: 0px;
        border-style: solid;
        border-width: 1px;
        border-color: #CCCCCC;
        border-radius: 5px;
        background-color: #F9F9F9;
        margin-top: 8px;
        margin-bottom: 10px;
}

.FrontpageNews.blogcontainer {
    background-color: #F4FBFF;
}

.FrontpageNews h2 {
        color: #666666;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 18px;
        clear: none;
        margin-top: 1em;
}

.FrontpageNews a {
        color: #666666;
	text-decoration: none;
}

.FrontpageNews a:hover {
        color: #666666;
	text-decoration: underline;
}

.FrontpageNews ul {
        padding-left: 29px;
}

.FrontpageNews.blogcontainer ul {
        padding-right: 29px;
}

.FrontpageNews .excerpt a {
    text-decoration: none;
}

.FrontpageNews .excerpt a .link {
    text-decoration: underline;
    white-space: nowrap;
    display: inline;
}

.FrontpageNews li .date {
    display: inline;
}

.FrontpageNews li.more {
    font-weight: bold;
}

.FrontpageNews ul li {
    list-style: none;
    padding-bottom: 0.1em;
}

.FrontpageNews img {
        vertical-align: bottom;
}

.FrontpageNotice {
	font-family: 'Open Sans', Arial, sans-serif;
        font-size: 20px;
        line-height: 25px;
        border-style: solid;
        border-width: 1px;
        border-color: #CCCCCC;
        border-radius: 5px;
        background-color: #Ffe0e0;
        margin-top: 8px;
        margin-bottom: 10px;
	padding: 10px;
	text-align: center; 
}

.-placeholder,
::placeholder,
::-moz-placeholder, 
::-webkit-placeholder {
    color: #999999;
}

/* Bottom menu */

.Wrapper {
    min-height: 100%;
    -height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    -height: 100%;
    padding: 0;
    margin: 0 auto -295px;
}

.Push {
    height: 295px;
}

.BottomMenu {
        background-color: #2980B9;
        margin-top: 10px;
        padding: 10px;
        text-align: left;
        font-family: 'Open Sans', Arial, sans-serif;
	font-size: 15px;
        line-height: 22px;
	color: #FFFFFF;
	border: none;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        min-height: 265px;
}

.BottomMenuContainer {
        vertical-align: top;
        width: 49.5%;
        display: inline-block;
        margin: 0px;
        padding: 0px;
}

.BottomMenu a {
        color: #FFFFFF;
        text-decoration: none;
}

.BottomMenu a:hover {
        text-decoration: underline;
}

.BottomMenu big {
    font-size: 20px;
    font-weight: bold;
    font-family: Ubuntu, Arial, sans-serif;
}

.BottomMenuContactUs {
    display: inline-block;
    padding: 2px 8px 2px 8px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.BottomMenuFooter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 0px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    clear: both;
}

/* register.cgi */

.RegisterTab {
        box-sizing: border-box;
        margin: 0px;
        padding: 6px 0px 6px 5px;
        border: 1px solid #000000;
        border-bottom: 0;
        border-radius: 6px 6px 0px 0px;
        width: 20%;
        vertical-align: top;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000000;
        display: inline-block;
}

.RegisterTab a {
        text-decoration: none;
}

.RegisterTab a:hover {
        text-decoration: underline;
}

.ie8 .RegisterTab {
        max-height: 18px;
        overflow: hidden;
        padding: 5px 0px 5px 5px;
}

.RegisterPulldown {
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 20px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
        display: none;
}

.RegisterCategories {
        box-sizing: border-box;
        margin: 0px;
        padding: 8px;
        background: #F7F7F7;
        border: 1px solid #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        overflow: hidden;
        float: none;
        clear: both;
        width: 100%;
        min-height: 0;
        border-radius: 5px 5px 5px 5px;
}

.RegisterSearch {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
        font-weight: bold;
        color: #3498DB;
        text-align: center;
        padding: 0px 0px 10px 0px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
}

.RegisterSearch a {
        color: #3498DB;
}

.RegisterTldContainer
{
        box-sizing: border-box;
        width: 20%;
        margin: 0px;
        padding: 3px 3px 3px 3px;
        display: none;
        float: left;
}

.RegisterTld {
        box-sizing: border-box;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 21px;
        font-weight: bold;
        text-shadow: -1px 0 #1478BD, 0 1px #1478BD, 1px 0 #1478BD, 0 -1px #1478BD;
        color: #FFFFFF;
        background: #3498DB;
        width: 100%;
        margin: 0;
        padding: 4px 0px 4px 0px;
        height: 50px;
        border-radius: 10px;
        text-align: center;
}

@media screen and (max-width: 639px) {
    .RegisterTldContainer {
        width: 25%;
    }
}

@media screen and (max-width: 479px) {
    .RegisterTldContainer {
        width: 33.3%;
    }
}

@media screen and (max-width: 374px) {
    .RegisterTldContainer {
        width: 50%;
    }
}

/* Misc */

.ClickButton {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 0px;
        background: #3498DB;
        color: #FFFFFF;
        border: 1px solid #2980B9;
        border-radius: 5px 5px;
        cursor: pointer;
        vertical-align: middle;
        padding: 3px 8px;
        -webkit-appearance: none;
}

#nohover {
        text-decoration: none;
}

.SubmitButton {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        margin: 0px;
        margin-bottom: 2px;
        background: #3498DB;
        color: #FFFFFF;
        border: 1px solid #2980B9;
        border-radius: 5px 5px;
        cursor: pointer;
        vertical-align: middle;
        padding: 3px 15px;
        -webkit-appearance: none;
}

.DeleteButton {
        margin: 0px 0px 0px 2px;
        padding: 0px;
        border: 0px;
        width: 16px;
        height: 16px;
        cursor: pointer;
        background-color: #FFFFFF;
        background-image: url("/png/delete.png");
        background-size: 15px 15px;
	background-position: center;
        background-repeat: no-repeat;
}

.ie8 .DeleteButton {
        background-image: url("/gif/delete.gif");
}

#cart {
    border-collapse: collapse;
}

.Cart td {
    border-top: 1px solid #BBBBBB;
    padding: 6px 4px 6px 6px;
}

.CartResult td {
    border-top: 1px solid #999999;
    padding: 8px 4px 8px 6px;
}

#adminlist, .adminlist {
    border-collapse: collapse;
    font: 13px Arial, Helvetica, sans-serif;
}
#adminlist td, #adminlist th, .adminlist td, .adminlist th {
    border-top: 1px solid #AAAAAA;
    padding: 10px 6px 10px 6px;
    text-align: left;
}
#adminlist tr:nth-child(odd), .adminlist tr:nth-child(odd) {background-color: #B9DBFF;}
#adminlist tr:nth-child(even), .adminlist tr:nth-child(even) {background-color: #D2E5FF;}
#adminlist.is-hoverable tr:not(:first-child):hover, .adminlist.is-hoverable tr:not(:first-child):hover {background-color: #CFCFCF !important;}
#adminlist a:hover, .adminlist a:hover {
    text-decoration: none;
}
#adminlist img, .adminlist img {
    vertical-align: text-bottom;
}

.RadioContainer input[type="radio"]:checked+div{
    background-color: #BBEEBB;
    border: 1px solid #999999;
} 

.RadioParagraph {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin: 0px;
    padding: 8px 8px 8px 32px;
    overflow: hidden;
}

.RadioParagraph:hover {
    border: 1px solid #999999;
    -background-color: #99DD99;
    background-color: #FFFFCC;
    cursor: pointer;
}

@media screen and (max-width: 666px) {
    .BottomMenuContainer {
        width: 100%;
    }
    .Wrapper {
        margin: 0 auto -450px;
    }
    .Push {
        height: 450px;
    }
    .BottomMenu {
        min-height: 420px;
    }
}


/* Optimizations for mobile devices, i.e. iPhone 6 Plus and smaller (736px in landscape) */

.MobileOnly {
    display: none;
}

.PortraitOnly {
    display: none;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
    .PortraitOnly {
        display: block;
    }
}

@media screen and (max-width: 736px) {
    .PageTop {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .MenuIcon {
        display: inline-block;
    }
    .FrontpageLogo {
        height: 28px;
        width: auto;
        margin-top: 1px;
    } 
    .FrontpagePict {
	margin-top: 5px;
	width: 22px;
	height: 22px;
	margin-left: 5px;
    }
    .FrontpageFlag {
	height: 18px;
	vertical-align: middle;
	margin-top: 5px;
    }
    .FrontpageLogin {
        margin-top: 5px;
        clear: none;
    }
    .MobileMenuWrapper {
        display: block;
    }
    .FrontpageBackground {
        height: 320px;
    }
    .FrontpageSearch {
        margin-top: 30px;
        padding: 10px 0px 10px 0px;
        height: 170px;
        max-width: 300px;
        width: auto;
    }
    .FrontpageBall1, .FrontpageBall2 {
        width: 82px;
        height: 82px;
        font-size: 18px;
    }
    .FrontpagePromo {
        margin-top: 6px;
        padding: 6px;
    }
    .FrontpageProducts {
        -font-size: 14px;
    }
    .BottomMenuContactUs {
        font-size: 16px;
    }
    .DesktopOnly {
        display: none;
    }
    .MobileOnly {
        display: inline;
    }
    .StatusIcon {
        margin-left: 0px;
    }
    .DropdownMenu {
	margin-top: 7px;
	right: 10px;
	padding: 15px;
	line-height: 240%;
    }
    .RegisterTab {
        display: none;
    }
    .RegisterCategories {
        width: 100%;
        min-height: 0;
        border-radius: 5px 5px 5px 5px;
    }
    .RegisterPulldown {
        display: block;
    }
    .SubmitButton {
        padding: 6px 15px;
    }
    .Admin input {
        font-size: 13px;
    }
    .Admin select {
        font-size: 13px;
    }
    .CartResult td {
	padding: 8px 1px 8px 5px;
    }
}


@media screen and (max-width: 568px) {
    .OptionalRow {
        display: none;
    }
}


/* Optimizations for mobile devices smaller than iPhone 11/XR/8+ (414px in portrait) */

@media screen and (max-width: 413px) {
}


/* Optimizations for mobile devices smaller than iPhone 6/7/8 (375px in portrait) */

@media screen and (max-width: 374px) {
    .FrontpageLogo {
        height: 23px;
        width: auto;
        margin-top: 4px;
    }
    .FrontpagePict {
	width: 19px;
	height: 19px;
    }
    .FrontpageFlag {
	height: 16px;
    }
    .FrontpageProducts {
        font-size: 14px;
    }
}


/* Optimizations for mobile devices smaller than iPhone 2/3/4/5 (320px in portrait) */

@media screen and (max-width: 319px) {
    .Star2 {
        display: none;
    }
}


/* The admin class is used in admin.cgi */

.Admin {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000000;
}

.Admin a {
        color: #000000;
	text-decoration: none;
}

.Admin a:hover {
        color: #000000;
	text-decoration: underline;
}

.Admin input {
	font-size: 14px;
	border: 1px solid #AAAAAA;
	border-radius: 0px;
}

.Admin input:focus {
        outline-width: 1px;
}

.Admin select {
        font-size: 14px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
	color: #000000;
        padding: 2px 16px 2px 2px;
	border: 1px solid #AAAAAA;
	border-radius: 0px;
        background: #FFFFFF url(https://domene.shop/png/sort.png) 95% no-repeat;
}

.Admin select:focus {
        outline-width: 1px;
}

.Admin td {
	padding: 1px;
}

.TabContainer {
    margin-bottom: .5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px;
}

.AdminTab {
        padding: .25em 0.5em;
        background: #F7F7F7;
        border: 1px solid #a7a7a7;
        color: #000000;
        border-radius: 5px;
}

.AdminTab:hover {
    border-color: #a7a7a7;
    background-color: #dddddd;
}

.AdminTab.selected {
    -background: #3498DB;
    -border-color: #1478bd;
    background: #999999;
    color: white;
}

.AdminTab.selected a {
    color: white;
}

.AdminTab a:hover {
	text-decoration: none;
}

.AdminPanel {
        padding: 10px 10px;
        background: #F7F7F7;
        border: 1px solid #a7a7a7;
        color: #000000;
        overflow: auto;
        clear: both;
        min-width: 320px;
        border-radius: 5px;
}

/* @media screen and (max-width: 736px){
    .AdminPanel {
        border-left: none;
        border-right: none;
        border-radius: 0px;
    }


    #main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    .Breadcrumbs, .tabContainer {
        padding-left: 0.75em;
    }

} */



/* The Controlpanel class is used in admin.cgi */

.Controlpanel {
	font: 13px Arial, Helvetica, sans-serif;
        color: #000000;
}

.Controlpanel a {
        color: #000000;
	text-decoration: none;
}

.Controlpanel a:hover {
        color: #000000;
	text-decoration: underline;
}

.Controlpanel img {
        vertical-align: bottom;
}

.Subpanel {
    padding: 0.5em;
    border-color: #dddddd;
    background-color: #f1f1f1;
    border-style: solid none none none;
}

.Subpanel:not(:last-child) {
    margin-bottom: 0.5em;
}

.Subpanel h2 {
    font: 16px;
    color: #000000;
    margin: 0.5em 0;
}

.NoteInfo {
        padding: 8px;
        border-radius: 8px;
        border-style: solid;
        border-color: #999999;
        border-width: 1px;
        background-color: #FFFFCC;
}

.NoteError {
        padding: 10px;
        border-style: dashed;
        border-width: 1px;
        background-color: #FFFFDD;
        color: red;
}

.NoteError a {
        color: black;
        text-decoration: underline;
}


/* The Menu class is used at the bottom */

.Menu {
	margin: 0px;
        padding: 0px;
        font-family: Cantarell, 'Open Sans', Arial, sans-serif;
	font-size: 14px;
        line-height: 17px;
	color: #3498DB;
	border: none;
}

.Menu a {
	color: #3498DB;
	text-decoration: none;
}

.Menu a:hover {
	text-decoration: underline;
}

.Menu big {
        font-size: 13px;
	color: #FF6600;
        font-weight: bold;
}

.Menu big a {
	color: #F07010;
}

.Menu td {
        text-align: left;
}

.rssfeed {
	color: #999999;
	text-decoration: none;
}

.rssfeed a {
	color: #999999;
	text-decoration: none;
}



/* The News class is used in the right column */

.News {
	font: 11px Arial, Helvetica, sans-serif;
        color: #0066CC;
}

.News a {
        color: #0066CC;
	text-decoration: underline;
}

td.News {
        text-align: left;
}


/* Admin pages */

.Backweb {
	font: 11px Arial, Helvetica, sans-serif;
        color: #000000;
}

.Backweb a {
        color: #0066CC;
}

.Backweb a:visited {
        color: #660000;
}

.Backweb a:active {
        color: #660000;
}

.Backweb em {
        color: #CC0000;
}

.Backweb input {
	font: 11px Arial, Helvetica, sans-serif;
}

.Backweb select {
	font: 11px Arial, Helvetica, sans-serif;
}

.Backweb table {
	font: 11px Arial, Helvetica, sans-serif;
        color: #000000;
}

.Backweb th {
	text-align: left;
	font-weight: bold;
}

.disabled 
{ 
  color: #666666;
  font-style: italic;
}

.box 
{
  background-color: #eef;
  color: black;
  /*  border-left: 1px #669 solid;
     border-right: 1px #669 solid;*/
  padding-left:8px;	
  padding-right:8px;
  padding-top:8px;		
  padding-bottom:8px;
}


.boxhead
{
  background-color: #669;
  color: #eef; 
  font-size: 120%;
  font-weight: bold;
  padding-left:8px;	
  /*  margin-top:10px;*/
}

.boxhead a, 
.boxhead a:visited, 
.boxhead a:active
{ 
  color: #eef;
}


#left 
{ 
  float:left;
  width: 50%;
  background:#fff;
  /*  border-right:1px solid #669;*/
  margin-right:15px;
  padding-bottom:20px;
}

#right 
{ 
  background:#fff;
  padding-right: 15px;

}

.contentleft { 
  /* padding-left:15px;
     padding-top:15px;*/
  padding-right:15px;
}

.contentright { 
  /* padding-left:15px;
     padding-top:15px;*/
  /* padding-right:15px;*/
}

.head {
  font: 18px Arial, Helvetica, sans-serif;
  font-weight: bold;  
}

td.border, th.border { 
        border: solid 1px;
        padding: .5em;
}

table { 
        margin-left: 0;
}

table.border { 
        border-collapse: collapse;
}


/* The FAQ */

.FaqSectionHeader {
    box-sizing: border-box;
    clear: both;
    font-weight: bold;
    width: 100%;
    background-color: #BBDDFF;
    padding: 8px;
    border-top: 1px solid #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}

.FaqSection {
    box-sizing: border-box;
    display: none;
    width: 100%;
    overflow: hidden;
    border-left: 0px;
    margin-left: 0px;
    padding-left: 22px;
}

.FaqPlusIcon, .FaqMinusIcon {
    float: right;
    width: 20px;
    height: 20px;
}

.FaqPlusIcon {
    display: inline;
}

.FaqMinusIcon {
    display: none;
}

.FaqEntry {
    float: left;
    clear: both;
    width: 100%;
    background-color: #D7E7FF;
    border-top: 1px solid #FFFFFF;
    padding: 6px;
}

.FaqEntry a {
    text-decoration: none;
}

.FaqExample {
    width: 100%;
    border: 1px solid #AAAAAA;
    padding: 0px;
    margin: 4px 0px;
    background-color: #F8F8F8;
}

.FaqExample:hover {
    background-color: #D7E7FF;
}

.FaqQuestion {
    box-sizing: border-box;
    float: left;
    max-width: 85%;
}

.FAQ {
	color: #000000;
}

.FAQ a {
	color: #000000;
	text-decoration: underline;
}

.FAQ img {
        max-width: 100%;
        height: auto;
}

.FAQ pre {
        font-size: 80%;
}

.FAQindex {
        color: #000000;
}

.FAQindex a {
        color: #000000;
	text-decoration: none;
}

DT.FAQ {
	font-weight: bold;
}

.obs {
	color: red;
	font-weight: bold;
}

LI {
	margin: 0.2em;
}

/* Transfer Letter */

.letter {
	font-size: 12px;
        font-family: Helvetica, sans-serif;
        color: #000000;
}

.letter td.alignright{
	text-align: right;
}

.letter td.smallsize{
	font-size: 10px;
}

.letter td.letteraddress{
	font-size: 16px;
}

.letter td.lettertitle{
	font-size: 16px;
	font-weight: bold;
}

/* Norid statement */

.statement {
	font-size: 15px;
        font-family: Helvetica, sans-serif;
        color: #000000;
}

TR.rowA {
	background-color: #BBDDFF;
}

TR.rowB {
	background-color: #D7E7FF;
}

TR.disabled {
	background-color: #DDDDDD;
}

/* DNS */

TD.disabled {
	color: #666666;
}

/* Definition list */

.deflist {
	background-color: #BBDDFF;
}

.deflist TH {
	font-weight: bold;
}

.deflist TD {
	text-align: right;
}

code {
    font-family: Monaco, Menlo, "Lucida Console", "Courier New", Courier, monospace;
}

.warning {
    background-color: #ffffaa;
    border-style: solid;
    border-width: 1px;
    padding: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
    -font-style: italic;
}

.LastLogins {
    font-family: Lato, Arial, sans-serif;
    font-size: 12px;
}

.LastLogins big {
    font-weight: bold;
}

.LastLogins table {
    position: relative;
    left: -2px;
    border-spacing: 2px;
}

.LastLogins tr {
    background-color: #E6E6E6;
}

.LastLogins th {
    text-align: left;
    vertical-align: top;
    padding: 4px;
    background-color: #154E6C;
    color: #FFFFFF;
}

.LastLogins td {
    text-align: left;
    vertical-align: top;
    padding: 4px;
}

@media screen and (max-width: 666px) {
    .LastLogins {
        font-size: 11px;
    }
}

.videocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ExtendedInfo {
    background-color: Bisque;
}

.RedactedInfo {
    color: #BBBBBB;
}

.floating-form {
    min-width: 240px;
    max-width: 400px;
    padding: 0px 0px 0px 0px;
    font-family: sans-serif;
}

.floating-div {
    position: relative;
    margin-bottom: 8px;
}

.floating-input, .floating-select {
    font-size: 16px;
    padding: 16px 0px 4px 6px;
    display: block;
    width: 98%;
    background-color: transparent;
    border: 1px solid #333333;
    border-radius: 3px;
    -webkit-appearance: none;
}

.floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: #000000;
    background: url(https://domene.shop/png/sort.png) 96% no-repeat;
}

.floating-input:focus, .floating-select:focus {
    box-shadow: 0 0 1px 0 darkblue;
    border: 1px solid darkblue;
    -webkit-appearance: none;
}

.floating-input:disabled {
    color: #333333;
    background-color: #F4F4F4;
    border: 1px solid #999999;
    -webkit-appearance: none;
}

.floating-textarea {
    font-size: 16px;
    min-height: 62px;
    max-height: 260px;
    min-width: 99%;
    max-width: 99%;
    overflow: hidden;
    overflow-x: hidden;
    font-family: sans-serif;
}

.floating-label {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 20px;
    left: 8px;
    top: 11px;
    transition: 0.25s ease all;
    -moz-transition: 0.25s ease all;
    -webkit-transition: 0.25s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: 4px;
    left: 7px;				   
    font-size: 11px;
    color: #333333;
}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: 4px;
    left: 7px;				   
    font-size: 11px;
    color: #333333;
}

.popuptip {
    position: relative;
    display: inline-block;
}

.popuptip .popuptiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    width: 400px;
    bottom: 110%;
    left: 50%;
    margin-left: -200px;
}

.popuptip:hover .popuptiptext {
    visibility: visible;
}

.popuptip .popuptiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip {
    display: none;
    position: absolute;
    padding: 8px;
    border-radius: 4px;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    background-color: #FFFFCC;
    margin-top: 0px;
    margin-left: 402px;
    margin-right: 40px;
    max-width: 247px;
    z-index: 1;
}
.tooltip:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #999999;
    border-left: 0;
    margin-left: -10px;
    margin-top: -10px;
}
.tooltip:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-right-color: #FFFFCC;
    border-left: 0;
    margin-left: -9px;
    margin-top: -9px;
}

@media screen and (max-width: 736px) {
  .tooltip {
    margin-top: 45px;
    margin-left: 0px;
    max-width: 382px;
  }
  .tooltip:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #999999;
    border-top: 0;
    margin-left: -10px;
    margin-top: -10px;
  }
  .tooltip:after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: #FFFFCC;
    border-top: 0;
    margin-left: -9px;
    margin-top: -9px;
  }
}

  table.nStripedTable tr>th {
    padding: 0.5rem;
    background-color: #D2E5FF;
    text-align: left;
  }
  
  table.nStripedTable td {
    padding: .25em .5em;
  }
  
  table.nStripedTable>tbody>tr:nth-child(even)>td {
    background-color: #D2E5FF;
  }
  table.nStripedTable>tbody>tr:nth-child(odd)>td {
    background-color: #B9DBFF;
  }
  .nButton {
      display: inline-block;
      font-size: 14px;
      margin: 5px 3px 3px 0px;
      background: #3498DB;
      color: #FFFFFF !important;
      border: 1px solid #2980B9 !important;
      border-radius: 5px 5px !important;
      cursor: pointer;
      vertical-align: middle;
      padding: .25em .75em;
      -webkit-appearance: none;
      white-space: nowrap;
  }
  
  a.nButton {
    text-decoration: none;
  }

  a.nButton:hover {
    text-decoration: none;
  }

  .nButton:disabled {
      border-color: #3498db6e;
      background-color: #3498db6e;
      cursor: not-allowed;
  }
  
  .nButton.is-secondary {
      background-color: #FFFFFF;
      color: #096099 !important;
  }

  .nButton.is-danger {
      background-color: #f14668;
      border-color: #f14668 !important;
  }
  
  .nIcon {
    margin-right: .25em;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
  }
  
  
  .nDropdown {
    display: inline-flex;
    position: relative;
    vertical-align: top;
  }
  
  .nDropdownMenu {
    left: 0;
    display: none;
    min-width: 1rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 20;
    text-align: left;
  }

  .nDropdownTrigger {
    font-weight: bolder;
  }
  
  .nDropdown.is-active .nDropdownMenu {
    display: block;
  }
  
  .nDropdown.is-right .nDropdownMenu {
    left: auto;
    right: 0;
  }
  
  .nDropdownContent {
    border: 1px solid #000;
    background-color: #fff;
    border-radius: .375em;
    padding-bottom: .5rem;
    padding-top: .5rem;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
  }
  
  .nDropdownItem.is-error {
      background-color: #ffd2db;
  }
  
  .nDropdownItem img.nIcon {
    padding-right: .5em;
  }

  button.nDropdownItem {
    cursor: pointer;
  }
  
  button.nDropdownItem:hover,
  button.nDropdownItem:active,
  a.nDropdownItem:hover,
  a.nDropdownItem:active
  {
    background-color: #f5f5f5;
    color: #0a0a0a;
  }
  
  .nDropdownItem {
    white-space: nowrap;
    box-sizing: border-box;
    color: #4a4a4a;
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    padding: .375rem 1rem;
    position: relative;
    border-style: none;
    background-color: inherit;
    text-align: left;
    width: 100%;
  }
  
  .nDropdownDivider {
      background-color: #ededed;
      border: none;
      display: block;
      height: 1px;
      margin: .5rem 0;
  }
  
  .nDropdown.is-active .nButton {
      background-color: #04416A;
  }
  
  .nDropdownItem.title {
      padding: .1rem 1rem;
      margin: 0;
  }
  
  .Breadcrumbs {
    margin-bottom: .75rem;
    font-size: .9em;
  }
  
  .text-right {
    text-align: right !important;
  }
  
  .text-left {
    text-align: left !important;
  }
  
  .text-centered {
    text-align: center !important;
  }

  .nBox {
    background-color: #edf2f6;
    border-style: solid;
    border-width: 1px;
    /* border-color: #3498DB; */
    border-color: #55a9e4;
    border-radius: 6px;
    color: #4a4a4a;
    display: block;
    padding: 1rem;
  }

  .nBox.success {
    background-color: #edf6ee;
    border-color: #87C887;
  }

  .nBox.failed {
    background-color: #f6eded;
    border-color: #f14668;
  }

  .nBox p.title {
    font-size: 1.275em;
    font-weight: bold;
  }
  
  ul.useful-links {
    font-size: 1.20em;
    list-style-type: disclosure-closed;
    /*list-style-image: url('gif/arrow.gif');*/
  }
  
  ul.useful-links li a:before {
    /*content: "\201C";
    margin-right: .1em;*/
    font-size: 1.20em;
    color: #979797;
  }
  
  ul.useful-links li a:after {
    /*content: "\201D";
    margin-left: .1em; */
    font-size: 1.20em;
    color: #979797;
  }
  
  .nBox:not(:last-child) {
    margin-bottom: 1em;
  }
  
  .nBox *:is(:first-child) {
    margin-top: 0;
  }
  
  .button-container:not(:last-child) {
    margin-bottom: 1em;
  }
  
  table.Overview tr > td:nth-child(even), table.Overview tr > th:nth-child(even) {
    background-color: #edf2f6;
    vertical-align: middle;
  }
  
  table.Overview td, table.Overview th {
    padding: .5em 1em;
    vertical-align: top;
  }
  
  table.Overview th {
    text-align: left;
    font-size: 1.15em;
    font-weight: normal;
    /* min-width: 8em; */
  }
  
  table.Overview {
    border-collapse: collapse;
    margin-bottom: 1em;
  }
  
  .flex-container {
      display: flex;
      justify-content: space-between;
      gap: 1em;
      flex-wrap: wrap;
  }
  
  table.Overview.is-fullwidth {
    width: 100%;
  }
  
  table.Overview.is-compact {
      font-size: .8rem;
  }
  
  table.Overview tr:not(:first-child) {
    /* border-top: 1px solid #AAAAAA; */
    border-top: 1px solid #55a9e4;
  }
  
  h1.title {
    font-size: 1.5rem;
    color: #333;
  }
  h2.title {
    font-size: 1.2rem;
    color: #333;
  }
  
  h1.title, h2.title, h3.title {
    margin: 1em;
  }
  
  .tag {
      padding: 0.1em .3em;
      border-style: solid;
      border-radius: .5em;
      border-width: 1px;
      margin-right: .3em;
      background-color: #fffc;
      border-color: #55a9e4;
  }

.HostingPlan, .HostingPlan3 {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 0 20px 0;
    margin: 10px 6px 20px 0px;
    width: 24%;
    border: 1px solid #4da2db;
    border-width: 1px;
    border-radius: 7px 7px 5px 5px;
    text-align: center;
    color: #333333;
    background-color: #FFFFFF;
    font-size: 13px;
    line-height: 170%;
    font-family: 'Open Sans', Arial, sans-serif;
}
.HostingPlan3 {
    width: 33%;
}
.HostingPlan h1, .HostingPlan3 h1 {
    margin: 0;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px 5px 0 0;
    background-color: #4da2db;
    color: #FFFFFF;
    text-transform: uppercase;
}
.HostingPlan h2, .HostingPlan3 h2 { 
    font-size: 42px;
    color: #F68B20;
    padding: 0;
    margin: 30px 0 0 0;
}
.HostingPlan h3, .HostingPlan3 h3 {
    font-size: 15px;
    color: #F7A757;
    padding: 00;
    margin: 15px 0 20px 0;
}
.HostingPlan p, .HostingPlan3 p {
    padding: 0px 10px;
    margin: 0;
}
@media screen and (max-width: 736px) {
    .HostingPlan, .HostingPlan3 {
        width: 48%;
    }
}

@media screen and (max-width: 374px) {
    .HostingPlan, .HostingPlan3 {
        width: 100%;
    }
}

/* Product info boxes */

.productInfoGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
    margin-bottom: 1em;
}

@media screen and (max-width: 736px) {
    .productInfoGrid {
        grid-template-columns:  repeat(2, 1fr);
    }
}
@media screen and (max-width: 374px) {
    .productInfoGrid {
        grid-template-columns:  repeat(1, 1fr);
    }
}

.productInfoBox {
    border: 1px solid #4da2db;
    border-width: 1px;
    border-radius: 7px 7px 5px 5px;
    color: #333333;
    background-color: #FFFFFF;
    font-size: 13px;
    line-height: 150%;
    position: relative;
}

.productInfoBox h1 {
    text-align: center;
    margin: 0;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px 5px 0 0;
    background-color: #4da2db;
    color: #FFFFFF;
    text-transform: uppercase;
}
.productInfoBox h2 {
    text-align: center; 
    font-size: 42px;
    color: #F68B20;
    padding: 0;
    margin: 30px 0 0 0;
}
.productInfoBox h3 {
    text-align: center;
    font-size: 15px;
    color: #F7A757;
    padding: 0;
    margin: 15px 0 20px 0;
}
.productInfoBox p {
    padding: 0px 10px;
    margin: 0;
}

ul.productInfoList {
    list-style: none;
    padding-inline-start: 1.5em;
    padding-inline-end: 1.5em;
}

ul.productInfoList > li {
    text-align: left;
}

ul.productInfoList > li:before {
    content: '\2713';
    color: green;
    padding-right: 1em;
    font-weight: bolder;
}

.ButtonParagraph {
    min-width: 50%;
    max-width: 100%;
    border: 1px solid #999999;
    border-radius: 10px;
    margin: 10px auto 0 auto;
    padding: 14px;
    background-color: #EEEEEE;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.ButtonParagraph:hover {
    border: 1px solid #333333;
    background-color: #3498DB;
    color: #FFFFFF;
    cursor: pointer;
}

.OrderButton {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    margin: 20px auto 5px auto;
    max-width: 50%;
    background: #4da2db;
    color: #FFFFFF;
    border: 1px solid #2980B9;
    border-radius: 20px;
    cursor: pointer;
    vertical-align: middle;
    padding: 3px 8px;
    -webkit-appearance: none;
}

.OrderButton:hover {
    border: 1px solid #999999;
    background-color: #F68B20;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.PriceNote {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 11px;
}

.CartCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.CartCheckbox input ~ label {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/png/cart-plus.png");
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.CartCheckbox input:hover ~ label {
    background-image: url("/png/cart-hover.png");
}
.CartCheckbox input:checked ~ label {
    background-image: url("/png/cart-checked.png");
}

.PageSection {
    margin-bottom: 20px;
}

.PageSectionHeader {
    padding: 6px 16px;
    background-color: #F68B20;
    color: #FFFFFF;
    border-radius: 6px 6px 0px 0px;
    font-size: 16px;
    font-weight: bold;
}

.PageSectionBody {
    border: 1px solid #999999;
    border-top: 0px;
    border-radius: 0px 0px 6px 6px;
    padding: 15px;
}

.TableLeft {
    -background-color: #B0B0B0;
    background-color: #356E8C;
    color: #FFFFFF;
    padding: 6px 10px;
}

.TableRight {
    background-color: #E0E0E0;
    color: #000000;
    padding: 6px 10px;
    text-align: center;
}

.AdminLeft {
    background-color: #356E8C;
    color: #FFFFFF;
    padding: 4px 8px !important;
    vertical-align: top;
    white-space: nowrap;
    min-width: 150px;
    font-family: 'Open Sans', Arial, sans-serif; 
    font-size: 14px;
}

.AdminLeft a {
    color: #FFFFFF;
}

.AdminRight {
    background-color: #E0E0E0;
    color: #000000;
    padding: 3px 6px !important;
    font-family: 'Open Sans', Arial, sans-serif; 
    font-size: 14px;
}

.UsefulLink {
    box-sizing: border-box;
    display: inline-block;
    height: 22px;
    min-width: 480px;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 4px;
    font-size: 13px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 3px;
    padding: 2px 4px 2px 28px;
    vertical-align: middle;
    box-shadow: 1px 1px #CCCCCC;
}

.UsefulLink a {
    color: #333333;
}

.UsefulLink:before {
    position: absolute;
    box-sizing: border-box;
    border-radius: 3px 0px 0px 3px;
    width: 22px;
    height: 20px;
    content: '?';
    color: #FFFFFF;
    background-color: #444444;
    font-family: 'Open Sans', Arial, sans-serif; 
    font-size: 15px;
    font-weight: bold;
    padding-left: 7px;
    margin-left: -29px;
    margin-top: -2px;
}

.person_pulldown {
    max-width: 40em;
}

.CookieConsent {
    box-sizing: border-box;
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 16px;
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    box-shadow: -2px -2px 4px #DDDDDD;
}

.CookieConsentText {
    box-sizing: border-box;
    font: 16px Arial, Helvetica, sans-serif;
    float: left;
    max-width: calc(100% - 320px);
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CookieConsentButtons {
    display: inline-block;
    float: right;
}

.CookieConsentButton {
    display: inline-block;
    font: 15px Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: #3498DB;
    color: #FFFFFF !important;
    border: 1px solid #2980B9 !important;
    border-radius: 3px 3px !important;
    cursor: pointer;
    vertical-align: middle;
    padding: 8px 15px;
    -webkit-appearance: none;
    white-space: nowrap;
    margin-left: 5px;
    margin-top: 5px;
}

@media screen and (max-width: 736px) {
    .CookieConsentText {
        display: block;
        float: none;
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
    }
    .CookieConsentButtons {
        display: block;
        float: none;
	text-align: center;
    }
}
