div#page {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.back-to-top:hover {	
	background-color: rgba(135, 135, 135, 0.50);
}	
.th-container {
background:#ddd;
left:0px;
top:0px;
width:100%;
height:36px;
z-index:0;
color:#EDF3F8;
font-size:14px;
}
.th-container  a{
color:#005;
text-decoration:none;
font-family:arial;
}
.th-container  a:hover{
color:#477EB2;
text-decoration:none;
}

.th-left {
	padding-top:8px;
    margin-left: 12px;
	float:left;
	color:#005;
}
.th-right {
	padding-top:8px;
	float:right;
	margin-right:12px;
}

.promowd {
  margin-top:20px;
  padding:20px;
  background-color:red;
  font-size:21px;
} 

.colbottom {
    float: left;
    width: 25%;
	padding:1.5%;
 /* Should be removed. Only for demonstration */
}

.barbottom {
	border-top:solid 1px #E7E7E7;
	border-bottom:solid 1px #080D13;
	background-color:#f9f9f9;
	text-align:justify;
}

.pbottom {font-size:15px;color:#A1A1A1;margin-top:-10px;}
.pbottom a {color:#939393;}
.pbottom a:hover {color:#A0A0A0;text-decoration: underline;}

@media screen and (max-width: 800px) {
    input[type="text"], input[type="password"] {
         /*max-width: 55%;*/
         font: 16px 'Proxima Nova', Arial, Helvetica, sans-serif;
         color:#a0a0a0;
       
    }
}

.tlogo {
    float: left;
    width: 25%;
	padding:1.5%;
	background-color:#F7F7F7;
 /* Should be removed. Only for demonstration */
}
.tmenu {
    float: right;
    width: 75%;
	padding-top: 1%;
    padding-bottom: 0%;;
	background-color:#F7F7F7;
 /* Should be removed. Only for demonstration */
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}

h1, p {
  
}

ul {
    font-size: 16px;
}

#nav {
  position: relative;
  min-width:100%;
  max-width:100%;
}
#nav ul {
  display: none;
  width: 1px;
  list-style: none;
  margin:0;
  padding: 0;
  border-bottom: 0px solid #fff;  
  background:#F7F7F7;
  color: #000;

}
#nav a {
	line-height: 40px;
}
#nav ul li a {
  padding: 0;
  background: #F7F7F7;
  color: #797979;
    font-weight: 600;
  text-decoration: none;
   border-bottom: 1px solid #fff;
  text-transform: none;
	font-family: 'Proxima Nova', Verdana, Arial, Helvetica, sans-serif;
    white-space: nowrap;
	float:left; /*For Gecko*/
	display:inline;
	list-style:none;
	position:relative;

	text-align: left;
}
#nav ul li a:hover {
  background: #13202D;
  color: #F7F7F7;
  text-transform: uppercase;
	font-family: 'Open Sans', 'Proxima Nova', sans-serif;
  font-weight: 500;
    white-space: nowrap;
	float:left; /*For Gecko*/
	display:inline;
	list-style:none;
	position:relative;
	font-size:13px
}

#nav ul li.active a{
  background: #101B26;
  color: #F7F7F7;
  text-transform: none;
	font-family: 'Proxima Nova', sans-serif;
  font-weight: bold;
    white-space: nowrap;
	float:left; /*For Gecko*/
	display:inline;
	list-style:none;
	position:relative;
}
#nav ul li:last-of-type a {
  border-right: 0;
  /*left: -25px;*/
  
}
#nav li a {
	line-height: 40px;
}
#nav ul li ul li a {
  padding-left: 2.5em;
  width:80vw;
  text-align:left;
  color: #797979;
    font-weight: bold;
  line-height: 40px;
  display:block;
  border-bottom:1px dashed #E7E7E7;
}
#nav ul li ul li ul li a {
  padding-left: 3.125em;
}
#nav input.trigger {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
  display: block !important;
}

#nav label {
  position: relative;
  display: block;
  min-height: 2em;
  padding: .45em;
  font-size: 1.1em;
  margin: 0;
  cursor: pointer;
  background: #4f5f7d;
  line-height: 2em;
  color: #bfe1fb;
  width:100%; 
}
#nav label:after {
  position: absolute;
  right: 1em;
  top: .2em;
  content: "\2261";
  font-size: 1.8em;
  color: white;
}

#nav ul li a {
  display: block;
  padding: 0;
  background: #F7F7F7;
  color: #797979;
  height: 40px;
  text-decoration: none;
   border-bottom: 0px solid #fff;
  text-transform: uppercase;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 600;  
    white-space: nowrap;
	float:left; /*For Gecko*/
	display:inline;
	list-style:none;
	position:relative;
    width:100%;
    text-align:center;
    font-size:1em;
    verticle-align:middle;

    padding-left: 10px;
    padding-right: 10px;
} 

@media (min-width: 1024px) {
  #nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
    /* older flexbox */
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    /* newer flexbox */
    display: flex;
    flex-direction: row;
  }
  #nav ul {
    /* older flexbox */
    display: -ms-flexbox;
    flex-direction: -ms-row;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    /* newer flexbox */
    display: flex;
    flex-direction: row;
    width: 80%;
    float:right;
  }  

  #nav ul li {
    position: relative;
    text-align: center;
    /* older flexbox */
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    /* newer flexbox */
    flex: 1;
  }
#nav ul li a {
  display: block;
  padding: 0px;

  background: #F7F7F7;
  color: #939393;
  height:40px;
  text-decoration: none;
   border-bottom: 0px solid #fff;
  text-transform: uppercase;
	font-family: 'Open Sans', 'Proxima Nova', sans-serif;
	font-weight: 600;  
    white-space: nowrap;
	float:left; /*For Gecko*/
	display:inline;
	list-style:none;
	position:relative;
    width:100%;
    text-align:center;
    font-size:13px;
    verticle-align:middle;
    left: 0;
}  
  
  #nav ul li ul {
    display: none !important;
    position: absolute;
    top: 2.6em;
    left: 0;
    display: block;
    width: 12.5em;
    z-index: 200;
    padding:0;
    margin-top: -1px;
   
  }
  #nav ul li ul li {
    text-align: left;
	display: block;
  }
  #nav ul li ul li ul {
    z-index: 300;
    top: 9px;
    left: 12.4em;
	display: block;
  }
  #nav ul li ul li a {
    padding-left: 2.5em;
    width:240px;
    text-align:left;
   font-weight: 200;
  }  
  
  #nav ul li ul li ul li a {
    padding-left: 30px !important;
    display:inline;
  }
  #nav ul li:hover > ul {
    display: block !important;
  }
  #nav label {
    display: none;
  }
}

.dropdown,
.flyout {
  position: relative;

}
.dropdown:after {
  content: "\25BC";
  color:#939393;
  font-size: .5em;
  display: block;
  position: absolute;
  top: 20%;
  right: 5%;
}

@media screen and (max-width: 800px) {

    .tlogo {
        width: 100%;
        
    }
    .tmenu {
        width: 100%;
        padding:0;
    }
    .barmwnu ul {
    font-size: 100%;
    }
    #nav ul {
        float:left;
    }
    
    #nav ul li ul li a {

    min-width: 100%;


}

.dropdown:after {
  content: "";

}
    
}

@media screen and (max-width: 800px) {
    
.inpSubmit {
    text-transform: none;
    text-decoration: none;
    color: #fff;
    border: 0px solid #5C7094;
    background: #477EB2;
    display: inline-block;
    margin: 0.1em 0 0.3em;
    font-size: 110%;
    font-weight: 500;
    padding: 4px 10px;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
}

table#domainPrices td {
    background-color:#F9F9F9;
border-right: 1px dashed #D3D6DB;
border-bottom: 1px dashed #D3D6DB;
}

table#domainPrices {
overflow-x: scroll;
}
