.whoisContainer, .cyanHeader, .blueHeader, #whoisHistoryContainer, #rawWhois {
    width: 100%;
    position: relative;
    float: left;
}

.whoisHeaders {
    border-bottom: 1px solid #D5D5D5;
    text-align: left;
    font-weight: bold;
    color: #000;
    font-size: 13px;
}

.whoisDataContainer, .whoisHeaders {
    float: left;
    margin: 5px 30px 5px 5px;
    padding: 5px;
    position: relative;
    width: 45%;
}

.whoisDataContainer, .whoisDataContainer td{
    margin-top: 0;
    font-size: 12px;
}
.whoisContactInf {
    width: 90%;
}
.cyanHeader {
    margin-top: 10px;
    padding: 5px;
    background-color: #5AB6E9;
    font-weight: bold;
    color: #fff;
}
.blueHeader {
    margin: 10px 0;
    padding: 7px 0 7px 7px;
    background-color: #00589A;
    font-weight: bold;
    color: #fff;
}
#whoisHistoryContainer {
    background-color: #F7F7F7;
    padding: 5px;
}
.whoisLoad {
margin-top:40px;
padding-top:40px;
font-family:Helvetica, Arial, Verdana;
font-size:24px;
font-weight:700;
color:#999;
}
#historyLoader {
    text-align: center;
    width: 100%;
    margin: 20px;
}

#whoisHistoryResultContainer {
	width: 95%;
	padding : 10px;
    position: relative;
    float: left;
}
#rawWhois {
    padding: 5px;
    background-color: #F7F7F7;
}
#numOfSnapshoot {
    color: #727272;
    float: left;
    height: 100px;
    margin-left: 10px;
    position: relative;
    top: 50px;
    width: 10%;
    font-size: 10px;
}

div.whois {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
.whois #whoisHistoryContainer {
    width: 100%;
}
.whois #placeholder {
    width:  850px;
    height: 150px;
    position: relative;
    float: left;
    margin-left: 25px;

}
.whois #placeholderLabel {
    width:  80%;
    margin:10px;
    font-weight: bold;
    text-align: center;
    color: #727272;
    font-size: 10px;
    position: relative;
    float: left;
}
.whois #placeholderLabel h1{
    width:  80%;
    margin:10px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #000000;
}
.whois #overview {
    width: 300px;
    height: 50px;
}
.whois #detailsHeader, .whois #overviewHeader {
    width: 440px;
    background-color: #ddd;
    padding: 6px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
}
.whois #detailsHeader, .whois #detailesContainer {
    margin-right: 5px;
}
.whois #detailesContainer, .whois #overviewContainer {
    width: 100%;
    margin: 15px;

}
.tickLabel {
    width: 20px;
}
.whois #viewChartFor {
    width: 60%;
    padding-top: 15px;
    text-align: center;
    font-size: 10px;
}
.whois #viewChartFor a {
    font-size: 12px;
    font-weight: bold;
    margin: 10px;
    cursor: pointer;
}