html, body, *{
    padding: 0;
    margin: 0;
}

.logo img{
    float: none;
    margin: 0 auto;
    display: block;
    height: auto;
    width: auto;
    max-width: 300px;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #0075BD;
    overflow: hidden;
    text-align: center;
}

/* Style the links inside the navigation bar */
.topnav a:not(.logo) {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.table{
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.containerx{
    height: auto;
    width: 100%;
}

.header{
    width: 100%;
    top: 0;
    height: 600px;
    background:url('../images/background.jpg') 100% 100% no-repeat;
    background-position: 0 -200px;
    background-size: 100% auto;
}

.extensions{
    float: none;
    margin:0 auto;
    position: relative;
    display: block;
    width: 35%;
    height: 25px;
    box-shadow: 1px 1px 6px 0px #000;
    background:white;
    border-radius: 5px;
    text-align: center;
    padding: 13px 10px 10px 10px;
}

.inputDomain{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 92.5%;
    font-size: 20px;
    width: 70%;
    padding: 0 0 0 10px;
    box-shadow: 1px 1px 3px 1px #000;
    float: left;
}
.inputZoeken{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height:100%;
    border:1px solid green;
    font-size: 20px;
    width: 28%;
    margin-left: -10px;
    float: left;
    box-shadow: 1px 1px 2px 1px #000;
    border-left: 0px;
    cursor: pointer;
    background: forestgreen;
    color: white;
    font-weight: bold;
}

.inputZoeken:hover{
    background: white;
    color: forestgreen;
    border:1px solid white;
}


h1.white{
    color: #0075bd;
    text-shadow: 2px 2px 2px #000000;
    position:absolute;
    top: 100px;
    left:0;
    right:0;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.searchBox{
    float: none;
    margin:0 auto;
    display: block;
    width: 40%;
    border-radius: 4px;
    height: 60px;
    margin-top: -124px;
    /* border:1px solid forestgreen; */
    position: relative;
    /* border-right: 0px solid black; */
}

.copyText{
    color: white;
    text-align: center;
    float: none;
    position: relative;
    width: 100px;
}

#containerx{
    background: white;
    color:black;
    padding: 0px;
    width: 100%;
    float: left;
}

.logo{
    font-size: 20px;
    color: white;
    list-style: none;
    text-decoration: none;
    float: none;
    margin:0 auto;
    display: block;
    text-align: center;
    background-size: none;
    width: 200px;
}

.table{
    background:#f9f9f9;
    padding: 20px;
}

.table td{
    color: black;
    height: 30px;
}

.table tr:not(table > thead):hover{
    background:#ddd;
    cursor: pointer;
}

.theadTbl th{
    text-align: left;
}

.table th{

}

.btn{
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  text-shadow: 2px 2px 5px #000000;
  font-family: Georgia;
  color: #ffffff;
  font-size: 20px; 
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  height: 50px;
  border: 0px solid black;
  width: 100%;
  cursor: pointer;
}

.btn:hover{
     background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#Stats{
    padding: 0 1.50306% 13px 1.50306%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: -14px;
}

#Stats{
    background: #0075BD;
    color: white;
    border-top: 1px solid #0075BD;
    background-color: #0075BD;
}

.row-centered {
    text-align: center;
}

.row {
    width: 100%;
}

#Stats .col {
    margin-left: 0;
    background: url(../images/stats_div.png) no-repeat right 15px;
    padding: 22px 0 25px 0;
    position: relative;
    margin-bottom: 15px;
}

#Stats * {
    color: white;
}

.col:first-child {
    margin-left: 0;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

.span_4 {
    width: 15.0%;
    position: relative;
}

.col {
    float: left;
    margin-left: 2%;
}

#Stats .value {
    font-size: 48px;
    font-weight: bold;
}


#Stats .value {
    text-shadow: 0 2px 1px #8c8c92;
}

#Stats .info {
    line-height: 1.2em;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    /* padding: 52px 0 0 1px; */
    bottom: 0px;
}

#Stats .info {
    color: white;
    text-shadow: 0 1px 0px #8c8c92;
}

#Stats .info {
    display: block;
    width: 100%;
    text-align: center;
}

#Stats .value {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 5px 0;
    line-height: 1em;
}
.row:after, .col:after, .clr:after, .group:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#Stats .span_4 {
    width: 16.666666666%; 
}

.footer{
    position: relative;
    width: 100%;   
    padding:10px 0;
    background: #0075BD;
    text-align: center;
    display: table;
    margin: 70px 0 0 0;
}

@media screen and (max-width: 720px){

    .searchBox{
        width: 95%;
        margin-top:0;
        border: 0px;
        box-shadow: none;
    }
    .extensions{
        width: 90%;
        height: auto;
        min-height: 40px;
    }

    .extensions input{
        margin:20px;
    }

    .inputDomain{
        width: 65%;
        font-size: 16px;
    }

    .inputZoeken{
        width: 33%;
    }

}

/**
CHECKBOX
**/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: 'ÃƒÂ¢Ã…â€œÃ¢â‚¬Â';
  position: absolute;
  top: .1em; left: .3em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid blue;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}

@media only screen and (max-width: 767px) {
    #Stats .col{ width:50%!important; background:none!important; }
    #Stats .col:nth-child(odd){ clear:both!important; }
}

.circle{background: #0075BD;-moz-box-shadow: inset 0px 1px 2px #6E161D;-webkit-box-shadow: inset 0px 1px 2px #6E161D;box-shadow: inset 0px 1px 2px #0a94e8;}
.circle .icon{ color: white; text-shadow: 0 1px 2px #6e161d; }

.with-icon{ color:#999; }
.with-icon .icon{ color:#FFDC73; }

.with-icon{ text-indent: -39px; margin: 0 0 5px 39px;  }
.with-icon .icon{ margin:0.3em 6px -0.3em 0; }



.circle{ width:86px; height:86px; margin:0 auto 20px auto; -webkit-border-radius: 43px; -moz-border-radius: 43px; border-radius: 43px; 
     text-align: center; line-height:66px; }
.circle .icon{ color: white; margin-left:4px; }

.icon{position: relative;top: 9px;font-size: 32px;margin: 0 4px 0 0;} 


.domains{
    width: 99%;
    height: 50px;
    /*border: 1px solid black;*/
    overflow: hidden;
    float: left;
    cursor: default;
    box-shadow: 1px 1px 6px 0px #000;
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);

    margin-bottom: 10px;
}

.domains .DomeinNaam{
    font-size: 18px;
    clear: both;
    float: left;
    font-size: 18px;
    text-align: left;
    max-width: 100%;
    min-width: 40%;
    margin: 10px;
    color: white;
    /*border: 1px solid black;*/
}

.domains:hover{
}

.domains .MinimumVraagprijs{
    width: auto;
    height: 50px;
    margin:10px;
    text-align: left;
    /* float: right; */
    width: 200px;
    /*border: 1px solid black;*/
    float: left;
    color: white;
}

.domains .MeerInformatie{
    width: auto;
    height: 50px;
    text-align: center;
    float: right;
    width: 40%;
    /*border: 1px solid black;*/
    float: left;
}



@media only screen and (max-width: 767px) {
    .header{
        width: 100%;
        top: 0;
        height: 200px;
        background: url(../images/background.jpg) 100% 100% no-repeat;
        background-position: 0 0px;
        background-size: 100% auto;
    }


    .domains{
        height: 150px;
    }
    .domains .MinimumVraagprijs{
      margin:0px 10px;
    }

    .domains .MeerInformatie{
      width:100%;
      margin:0;
    }

}

.headText{
    display: none;
}

/**********TABLE CSS***************/
.myTable{
    border: 1px solid lightgray;
    width: 100%;
}
.myTable tr{
    margin-bottom: 2px;
    cursor: default;
}

tr {}

.myTable th{
    text-align: left;
    padding: 10px;
    cursor: default;
}

.myTable td:not(.tdDisable) {
    max-width: 100px;
    border: 1px dotted silver;
    word-break: break-all;
    width: 20px;
}

th, td {
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 17px;
}

.myTable tr:nth-child(even) {
    background-color: #f2f2f2;
}
/**********TABLE CSS***************/
.offerIcon{
    max-width: 100%;
    height: auto;
    float: none;
    display: block;
    margin: 0 auto;
}

.myTable td a {
    color: darkblue;
    text-decoration: none;
}

.myTable td a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 325px) {
    th, td {
        font-size: 13px;
    }
}

@media only screen and (max-width: 500px) {
    th, td {
        padding: 5px 3px;
        font-size: 14px;
    }
    .offerIcon{
        width: 35px;
    }

    h1.white{
        font-size: 24px;
    }

}