* { font-family: verdana; font-size: 10pt; COLOR: gray; }
b { font-weight: bold; }
table { height: 50%; max-height:300px; border: 1px solid gray;}
td { text-align: center; padding: 25;}
h2 {color:#ffffff; padding-top: 20px; font-size:20px;}

/* Whois */
.full {
    background: #9ccc00 none repeat scroll 0 0;
}

.wwwspan {
    cursor:default;
    margin-left: 8px;
    font-weight: 400;
    float: left;
    margin-top: 10px;
}

.whoistekstrecht {
    margin-top: 20px; 
    margin-right: 20px;  
    float:right; 
    color: #FFFFFF;
}

.wereldWhois {
	background: transparent none repeat scroll 0 0;
    border-radius: 4px;
    padding-bottom: 20px;
    position: relative;
}

.wereldWhois .inputfield {
    background: #fff none repeat-x scroll center top;
    border-radius: 4px;
    display: inline-block;
    height: 40px;
    margin-top: 15px;
    width: 518px;
}

.wereldWhois .inputfield input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin: 0 0 0 10px;
    outline: 0 none;
    padding: 0;
    box-shadow: none !important;
    width: 350px;
}

.wereldWhois .inputfield button {
    border: medium none;
    border-radius: 0;
    height: 34px;
    outline: medium none;
    position: absolute;
    right: 3px;
    text-indent: -9999px;
    top: 3px;
    width: 110px;
}

.wereldWhois .inputfield button:hover{
	background-position: right bottom;
}

.whoisform {
	display:inline-block;
}

.checkbutton {
    background-color: #003fa0;
    border: 1px solid #127fbc;
    border-radius: 4px;
    color: #ffffff;
    padding: 5px;
    width: 101px;
}

.checkbutton:hover{
    background-color: #0953c4;
    border: 1px solid #1487c8;
    color:#ffffff;
    border-radius: 4px;
}

/*WHOIS*/

@media (max-width: 992px) {
   .wereldWhois .inputfield {
       width:95%;
   }
 
   .wereldWhois .inputfield input[type="text"] {
       width:100%;
   }

    .wwwspan{
        display: none;
    }

    #whois_quick_input, .whoisform {
        width:100% !important;
    }

    .checkbutton {
        width: 100% !important;
        margin-top:5px;
    }

    .wereldWhois {
        height:110px !important;
    }
}