BODY
{
	margin:0;
	padding:0;
	font-size:13px;
	font-family: Arial, sans-serif;
	text-align:center;
	background-color:#f3f0ea;
}

pre
{
	font-size:12px;
	margin:0;
    overflow:hidden;
}

pre img
{
    vertical-align:middle;
}

a:link
{
	color:#0E5EAE;
	text-decoration:underline;
}

a:visited 
{
	color: #0E5EAE;
}

a:hover
{
	color:#0E5EAE;
	text-decoration:none;
}

span.tip
{
	background-color:#40ac00; 
	color:white; 
	padding:3px;
	font-size:12px;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px; /* universal */
}

#main
{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#header_simple
{
	margin-bottom:10px;
	background-color:#e1e1e1;
	border:1px solid #d5d5d5;
	padding:10px;
	margin-bottom:10px;
	margin-top:30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#contact_form
{
	margin:0;
	padding:0;
	margin-bottom:10px;
	margin-top:5px;
}

#contact_form .in_write
{
	border:1px solid #ccc;
	background: url("/includes/img/form_bg.png") repeat-x;
	font-size:13px;
	padding:4px;
}

#contact_form  span
{
	display:block;
	color:#667;
	font-size:14px;
}

#header_simple div.logo
{
	width:210px; 
	float:left; 
	text-align:left;
}

#header_simple div.search_box
{
	width:758px; 
	float:left; 
	text-align:right; 
	padding-top:4px;
	position:relative;
}

#av_ul
{
	margin:0;
	padding:0;
	padding-left:10px;
	list-style-type:none;
	margin-bottom:15px;
}

#share_thank_you
{
	position:absolute;
	left:70px;
	text-align:center;
	top:-8px;
	width:190px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
}

#share_thank_you div.buttons_itself
{
	position:absolute;
	width:190px;
	left:-12px;
}

#share_thank_you.index
{
	top:100px;
	left:400px;
	position:absolute;
}

#share_thank_you span
{
	display:block;
	text-align:center;
}

#example_index
{
	position:absolute;
	font-size:11px;
	top:53px;
	left:227px;
	color:#444;
}

#share_thank_you img, #share_thank_you a
{
	vertical-align:middle;
}

#header_simple img.loading_gif
{
	position:absolute;
	top:10px;
	right:90px;
	display:none;
}

.ball
{
	position:absolute; 
	top:21px; 
	right:113px; 
	display:none;
}

#slogan
{
	font-size:10px;
}

#index_info_balloon
{
	width:694px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	left:165px;
	right:165px;
	top:280px;
	text-align:left;
}

#index_info_balloon h1
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin:0;
	padding:0;
	padding-left:25px;
}

#index_info_balloon h3
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin:0;
	padding:0;
    margin-top:20px;
}

#index_info_balloon div.description_index
{
	padding-left:25px;
}

#index_footer
{
	margin-top:15px;
	margin-bottom:60px;
}

.invisible
{
	display:none;
}

#what_selected img
{
	vertical-align:middle;
}

#what_selected
{
	position:absolute;
	width:660px;
	text-align:left;
	top:-45px;
	z-index:-5;
}

#what_selected a:link, #what_selected a:visited, #what_selected a:Active
{
    text-decoration:none;
}

#what_selected  a:hover
{
    color:black;
}

#what_selected a.nav_choose
{
	display:inline-block;
	background-color:#d5d5d5;
	padding:5px;
	border:2px solid #c8c8c8;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
	border-bottom:0;
	margin-right:3px;
	height:50px;
	cursor:pointer;
}

#what_selected a.active
{
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
top:-7px;
position:relative;
}

#what_selected span.big_title
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height:18px;
}

#what_selected span.description
{
	font-size:11px;
	color:#2f4c8e;
}

#search_field_input, #sec_input
{
	font-size:17px;
	width:350px;
	background-color: white;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border:2px solid #cdcdcd;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: #444;
	margin-right:5px;
	padding:7px;
	padding-bottom:4px;
	vertical-align:middle;
}

#search_field_input:focus, #sec_input:focus
{
	outline:1px solid #a9a9a9;
}

#sec_input
{
	border:2px solid #cdcdcd;
}

#search_field_submit, #search_field_submit_v2, #submit_form
{
	font-size:16px;
	background-color: #F0F0F0;
	background-image: -webkit-linear-gradient(top, 
	#EDEDED, 
	#EDEDED 38%, 
	#DEDEDE);
	border-bottom-color: 
	rgba(0, 0, 0, 0.246094);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: 
	rgba(0, 0, 0, 0.246094);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: 
	rgba(0, 0, 0, 0.246094);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: 
	rgba(0, 0, 0, 0.246094);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: 
	rgba(0, 0, 0, 0.078125) 0px 1px 0px 0px, 
	rgba(255, 255, 255, 0.746094) 0px 1px 2px 0px inset;
	box-sizing: border-box;
	color: #444;
	font-family: 'Segoe UI', Tahoma, sans-serif;
	height: 38px;
	text-shadow:  #F0F0F0 0px 1px 0px;
	padding:3px;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
}

#search_field_submit:hover, #search_field_submit_v2:hover, #submit_form:hover
{
	color:#000;
	cursor:pointer;
	background-image: -webkit-linear-gradient(top, 
	#DEDEDE, 
	#DEDEDE 38%, 
	#EDEDED);
}

#reverse-ip-dop
{
	text-align:center;
}

#dop_results
{
	text-align:center;
	margin-top:10px;
}

#tabs
{
	text-align:left;
	height:28px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
    margin-top:20px;
}

#tabs a:hover{
	#background:0;
	#background-color:#1f3262;
	#background-image:-moz-linear-gradient(#5e7bbd,#1f3262);
	#background-image:-ms-linear-gradient(#5e7bbd,#1f3262);
	#background-image:-o-linear-gradient(#5e7bbd,#1f3262);
	#background-image:-webkit-gradient(linear,0 0,0 100%,from(#5e7bbd),to(#1f3262));
	#background-image:linear-gradient(#5e7bbd,#1f3262);
	text-decoration:none;
	cursor:default;
}

#tabs a.active
{
	background:none;
	background-color:#fff;
	color:#333;
	-moz-box-shadow: rgba(0,0,0,.19) 0 6px 12px;
	-webkit-box-shadow: rgba(0, 0, 0, .19) 0 6px 12px;
	box-shadow: rgba(0, 0, 0, .19) 0 6px 12px;
	z-index:3;
	cursor:default;
}

#tabs a, #tabs h1
{
	background-color:#ccc;
	margin:0;
	padding:0;
	padding:5px;
	padding-left:13px;
	padding-right:13px;
	background-color: #5E7BBD;
	background-image: -moz-linear-gradient(#5E7BBD,#2C498B);
	background-image: -ms-linear-gradient(#5E7BBD,#2C498B);
	background-image: -o-linear-gradient(#5E7BBD,#2C498B);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#5E7BBD),to(#2C498B));
	background-image: linear-gradient(#5E7BBD,#2C498B);
	color:white;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-right:4px;
	font-size:17px;
	font-weight:normal;
	display:inline;
}

#domain_page_main, #ajax_info
{
	background-color:#fff;
	-moz-box-shadow: rgba(0,0,0,.19) 0 8px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, .19) 0 8px 15px;
	box-shadow: rgba(0, 0, 0, .19) 0 8px 15px;
	z-index:55;
	top:-2px;
	position:relative;
	text-align:left;
	margin-bottom:0px;
	padding:10px;
}

#ajax_info
{
	display:none;
}

#index_footer
{
	text-align:right;
	padding-top:3px;
}

#domain_page_main div.left
{
	float:left;
	width:680px;
	border-right:1px solid #f3f3f3;
	padding:10px;
}

#domain_page_main div.right
{
	float:left;
	width:258px;
	margin-left:10px;
}

#thumbnail
{
	text-align:center;
}

#thumbnail img
{
	border:1px solid #67a6da;
	padding:4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px #eee; 
    -moz-box-shadow: 0 1px 1px #eee; 
    box-shadow: 0 1px 1px #eee; 
	margin-left:auto;
	margin-right:auto;
	width:240px;
}

.none
{
	display:none;
}

.domenGenTable 
{
	width:100%;
	font-size: 13px;
	text-align:left;
}
.domenGenTable td 
{
	border-bottom: 1px solid #eee;
	vertical-align: top;
}
.domenGenTable .last td 
{
	border-bottom: none;
}
.domenGenTable td 
{
	padding: 2px 0;
}
.domenGenTable td.title 
{
	color: #494949;
	width: 145px;
}
.domenGenTable a:link, .domenGenTable a:visited 
{
	//text-decoration: none;
}
.domenGenTable a:hover, .domenGenTable a:active 
{
	text-decoration: none;
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc; 
	font-size:13px;
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
	background-color:#fafafa;
	font-family:arial;
}

.bordered tr:hover {
    background: #e9e9e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 4px;
    text-align: left;    
}

.bordered th {
    background-color: #bbd7ef;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;   
		border-left:1px solid #ababab;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
	color:black;
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

h4.whois_record_title
{
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:left;
	background-color:#305f99;
	background-image:-moz-linear-gradient(#6f98e1,#305f99);
	background-image:-ms-linear-gradient(#6f98e1,#305f99);
	background-image:-o-linear-gradient(#6f98e1,#305f99);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#6f98e1),to(#305f99));
	background-image:linear-gradient(#6f98e1,#305f99);
	display:inline;
	float:left;
	padding:5px;
	padding-left:9px;
	padding-right:9px;
	color:white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-top:20px;
}

#raw_whois_record
{
	padding:6px; 
	border:2px solid #efefef; 
	border-top:1px solid #5a85c9; 
	text-align:left;
}

#available
{
	color:green;
	margin:0;
	padding:0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:23px;
	font-weight:normal;
}

#index_search_balloon
{
	background-color:#e1e1e1;
	border:2px solid #c8c8c8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	padding:15px;
	width:660px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	left:165px;
	right:165px;
	top:180px;
	box-shadow:inset 0 0 10px #e0e0e0;
}

.index_ball
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#104ac1;
	margin:0;
}

.single_ball
{
	position:absolute;
	top:60px;
	background-color:#fdfbf7;
	border:1px solid #d5d5d5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	width:300px;
	padding:10px;
	padding-top:3px;
	padding-bottom:7px;
	font-size:12px;
}

.top_middle
{
	left:650px;
}

.top_bottom
{
	left:670px;
	top:300px;
	width:250px;
}

.left_bottom
{
	left:30px;
	top:300px;
	width:250px;
}

.bottom_center
{
	left:350px;
	top:320px;
	width:250px;
}

#paging 
{
	margin-top:15px;
	margin-bottom:6px;
}

#paging a, #paging b
{
	font-size:12px;
	border:solid 1px #adbee7;
	color:#2966a9;
	padding:3px 4px;
	font-weight:bold;
	text-decoration:none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
} 

#paging b
{
	font-size:12px;
	border:solid 1px #4a7fba;
	color:#fff;
	background-color:#4a7fba;
	padding:3px 4px;
	font-weight:bold;
	text-decoration:none;
}

#paging a:hover, #paging b:hover
{
	font-size:12px;
	border:solid 1px #4a7fba;
	color:#fff;
	background-color:#4a7fba;
	padding:3px 4px;
	font-weight:bold;
	text-decoration:none;
}

#spec_filter
{
	font-size: 16px;
	font-weight:bold;
}

#spec_tlds
{
	margin:0;
	padding:7px;
	background-color:#e2e2e2;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:15px;
	font-size:11px;
}

#spec_tlds a:link, #spec_tlds a:visited, #spec_tlds a:active
{
	text-decoration:none;
}

#spec_tlds a:hover
{
	text-decoration:none;
	background-color:#f6f6f6;
}

#spec_tlds a.tld
{
	display:inline;
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right:5px;
}

#spec_tlds a.selected
{
	background-color:#fff;
	color:black;
	font-weight:bold;
}

#letters
{
	font-size:15px;
	margin-bottom:25px;
}

#alert
{
	padding:3px;
}

#single_year div.year
{
	font-size:22px;
}

#year_ns_h
{
	#margin-bottom:10px;
}

#year_ns_h div.year_month
{
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:left;
	background-color:#305f99;
	background-image:-moz-linear-gradient(#6f98e1,#305f99);
	background-image:-ms-linear-gradient(#6f98e1,#305f99);
	background-image:-o-linear-gradient(#6f98e1,#305f99);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#6f98e1),to(#305f99));
	background-image:linear-gradient(#6f98e1,#305f99);
	color:white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:47px;
	text-align:center;
	position:relative;
	z-index:50;
	
}

#year_ns_h div.year_left
{
	float:left;
	width:50px;
}
#year_ns_h div.year_right
{
	z-index:10;
	float:left;
	width:660px;
	border-left:1px solid #82a2d4;
	padding-left:30px;
	left:-26px;
	position:relative;
}

#year_ns_h div.year_data
{
	background-color:#f7f7f7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:3px;
	margin-bottom:5px;
	border:1px solid #dadada;
}

#year_ns_h div.changes_left
{
	width:400px;
	float:left;
}

#year_ns_h div.changes_right
{
	width:250px;
	float:left;
}

.trend-keywords
{
	#border:1px solid #ccc;
	#display:inline;
	float:left;
	margin-left:3px;
}

.trend-keywords td,
* .trend-keywords td{
   vertical-align:bottom!important;
   border: 0!important;
   margin: 0!important;
   padding: 0!important; 
   position: relative;
   width:3px; }

* .trend-keywords { height: 15px;}
* .trend-keywords div{
   background-color: #67A6DA;
   border-left:#5391c4 1px solid;
   width:2px;
   
   position: absolute;
   bottom:0;}
 * .red div{
   background-color: #df654d;
   border-left:#eda498 1px solid;
   width:2px;
   
   position: absolute;
   bottom:0;}
* .green div{
   background-color: #70bc58;
   border-left:#67db6a 1px solid;
   width:2px;
   
   position: absolute;
   bottom:0;}
   
.ago
{
	color:#667;
}

#email_errors
{
	border:1px solid #ccc;
	width:340px;
	margin-bottom:20px;
	padding:4px;
	background-color: #FDFBF7;
	border: 1px solid #D5D5D5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 12px;
}

#email_errors span
{
	font-size:17px;
	display:block;
	border-bottom:1px dotted #ccc;
	color:red;
}

#email_success
{
	border:1px solid #ccc;
	width:340px;
	margin-bottom:20px;
	padding:4px;
	background-color: #FDFBF7;
	border: 1px solid #D5D5D5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 14px;
	color:green;
}

#notice
{
	padding:3px;
	margin:3px;
}

h3.rh3
{
	font-size: 15px;
	border-bottom: 2px solid #E0E0E0;
	margin-bottom: 5px;
	padding-bottom:2px;
	margin-top:0;
}

#page_info_div
{
	font-size:12px;
	margin-bottom:20px;
}

#page_info_div div
{
	margin-bottom:5px;
}

#rev_ip_buy
{
    
}

#rev_ip_buy h2
{
    display:block;
    font-size:26px;
    font-weight:normal;
    margin:0;
    padding:0;
    border:1px solid #ccc;
    border-radius:12px;
    background-color:#fafafa;
    padding:4px;
}

#rev_ip_buy h3
{
    margin:0;
    font-size:18px;
    border:1px dashed #ccc;
    background-color:#fafafa;
    padding:5px;
    border-radius:6px;
    text-align:center;
}

#pricing 
{
    margin-top:10px;
    margin-bottom:10px;
    font-size:16px;
    width:400px;
    margin-left:auto;
    margin-right:auto;
}

#buy_report
{
    font-size:20px;
    background-color:#003dad;
    color:white;
    padding:5px;
    padding-left:20px;
    padding-right:20px;
    border:2px solid #041759;
    border-radius:20px;
    background: -webkit-gradient(linear,0 0,0 100%,from(#6ebde2),to(#003dad));
}

#buy_table
{
    width:600px;
}

#buy_table td
{
    padding:6px;
    border-bottom:1px solid #e5e5e5;
}

#buy_table th
{
    background-color:#e5e5e5;
    padding:6px;
    padding-bottom:4px;
    font-size:16px;
    color:#2e2e2e;
    border-bottom:1px solid #b2b2b2;
}

#adsense_whois_top
{
    margin-top:10px;
    width:728px;
    margin-left:auto;
    margin-right:auto;
}

#ip_history
{
    width:750px; 
    margin-left:auto; 
    margin-right:auto;
}

#ip_history div.old, #ip_history div.new
{
    float:left;
    width:45%;
}

#ip_history div.status
{
    font-size:14px;
    padding:5px;
    padding:2px;
    font-weight: normal;
    text-align: left;
    background-color: #305f99;
    background-image: -moz-linear-gradient(#6f98e1,#305f99);
    background-image: -ms-linear-gradient(#6f98e1,#305f99);
    background-image: -o-linear-gradient(#6f98e1,#305f99);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#6f98e1),to(#305f99));
    background-image: linear-gradient(#6f98e1,#305f99);
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100px;
    text-align: center;
    position: relative;
    z-index: 50;
    margin-top:6px;
    margin-bottom:6px;
}

#ip_history div.change
{
    background-color: #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 15px;
    border: 1px solid #dadada;
    
}

#ip_history div.date
{
    font-size:22px;
    border-bottom:1px solid #82a2d4;
}

.index_social
{
    width:400px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    margin-bottom:5px;
}
