@font-face { font-family: 'Bree'; src: url(//topsaitebi.ge/tags/fonts/breelight.ttf); }
@font-face { font-family: 'Museo Sans'; src: url(//topsaitebi.ge/tags/fonts/MuseoSans.otf); }
@font-face {
  font-family: 'Mouse Memoirs';
  font-style: normal;
  font-weight: 400;
  src: local('Mouse Memoirs'), local('MouseMemoirs-Regular'), url(https://themes.googleusercontent.com/static/fonts/mousememoirs/v1/NBFaaJFux_j0AQbAsW3QeHt9r5m2YmP5sw3cUAQwL0E.woff) format('woff');
}
 @font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  src:  url(//topsaitebi.ge/tags/fonts/BebasNeue.otf) ;
} 
@charset "utf-8";

/* CSS Document */

@font-face {
	font-family: myFirstFont;
	src: url(//topsaitebi.ge/fonts/bpg_sans_2008.ttf);
}

@font-face {
	font-family: myFirstFont1;
	src: url(//topsaitebi.ge/fonts/bpg_sans_web_caps.ttf);
}
#body::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

#body::-webkit-scrollbar-thumb {
    
    background-color: #4285f3;
    border-radius: 2px;
 
}

#body::-webkit-scrollbar-track

{
  background: #CECECE;
  width: 10px;
}
body {
    margin: 0;
    padding: 0;
    font-family: myFirstFont;
   
    background: radial-gradient(112% 60% at 50% 100%, #0b1a40, #070c28 20.1396396396%, #17171a 96.1412584459%) !important;
    
    overflow: hidden;
    height: 88%;
    min-height: 748px;
}
/*#header {
  
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e5e5e5;
    display: table;
    background: rgb(255, 255, 255);
    box-shadow: 0 1px 6px #e5e5e5;
}
#hdheader {
    width: 1000px;
    margin: 0 auto;
    display: table;
    margin-top: 2px;
}*/
#xfooter {
    padding-bottom: 8px;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    display: table;
    background: rgb(255, 255, 255);
    box-shadow: 0 -1px 6px #e5e5e5;
}
#xhdfooter {
    width: 1000px;
    margin: 0 auto;
    display: table;
    margin-top: 8px;
}
#xmenu {
    display: block;
    width: 100%;
    text-align: center;
}
#xmenu ul {
    list-style: none;
    font-size: 12px;
    padding-left: 0;
	font-family: myFirstFont1 !important;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
#xmenu ul li {
    display: inline-block;
    padding-right: 5px;
  /*  border-right: 1px dashed #3333338f;*/
}
#xmenu ul li a {
    color: #333333;
    font-family: myFirstFont1 !important;
}
#xmenu ul li a:hover {
    color: #4a8af4;
}
#xbottom {
  width: 100%;
    display: block;
    text-align: center;
    color: #000000;
    font-size: 11px;
    font-family: myFirstFont;
}
#topi-logo {
    display: block;
    float: left;
   margin-top: 3px;
    margin-bottom: 0px;
    height: 80px;
    width: 180px;
}
#right {
    display: table;
    width: 292px;
    float: right;
    margin-top: 1px;
}
#gp {
    display: table;
    width: 214px;
    float: right;
    height: 23px;
}
#gp1 {
    display: block;
    width: 292px;
    float: right;
    height: 27px;
    margin-top: 19px;
}
#search {
    position: relative;
    display: block;
    float: right;
    width: 405px;
    height: 37px;
}
.input {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
    width: 340px;
    outline: none;
    height: 32px;
    position: relative;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.btns {
    display: inline-block;
    padding: 4px 10px;
    margin-left: -5px;
    height: 36px;
    /* margin-bottom: 1px; */
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    border-bottom-color: #b3b3b3;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
	
}
/*textarea:focus, input[type="text"]:focus, input[type="search"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}*/


.result_date a{
	color:#7a7a7a;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size:14px;
	
	}
.btn-pink{
	color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	background-color:#c01258;
	background-image:-moz-linear-gradient(top,#ff287f,#c01258);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff287f),to(#c01258));
	background-image:-webkit-linear-gradient(top,#ff287f,#c01258);
	background-image:-o-linear-gradient(top,#ff287f,#c01258);
	background-image:linear-gradient(to bottom,#ff287f,#c01258);
	background-repeat:repeat-x;border-color:#c01258 #c01258 #c01258;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
	}
.btn-pink:hover,.btn-pink:focus,.btn-pink:active,.btn-pink.active,.btn-pink.disabled,.btn-pink[disabled]{
	color:#fff;
	background-color:#c01258;
	*background-color:#c01258
	}
.btn-pink:active,.btn-pink.active{
	background-color:#c01258 \9
	}
.chrome_app{
	float:right;
	margin-top: 8px;
}
.btnx-blue {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #185EF7;
    background-image: linear-gradient(to bottom,#479bf9,#479bf9);
    filter: ;
}
.btn-blue{
	color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #479bf9;
    background-image: -moz-linear-gradient(top,#ff287f,#c01258);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#479bf9),to(#479bf9));
    background-image: -webkit-linear-gradient(top,#479bf9,#479bf9);
    background-image: -o-linear-gradient(top,#4387fd,#4683ea);
    background-image: linear-gradient(to bottom,#479bf9,#479bf9);
    background-repeat: repeat-x;
    border-color: #c01258 #c01258 #c01258;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-blue:hover,.btn-blue:focus,.btn-blue:active,.btn-blue.active,.btn-blue.disabled,.btn-blue[disabled]{
	color:#fff;
	background-color:#479bf9;
	*background-color:#479bf9
	}
.btn-blue:active,.btn-blue.active{
	background-color:#479bf9 \9
	}


.btn-group.open .btn-pink.dropdown-toggle{
	background-color:#c01258
	}
.btn-group>.btn-pink:first-child{
	margin-left:0;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-topleft:4px
	}
.no-radius{
	border-radius:0px!important
	}
.add-url{
	margin-bottom:20px;
	}
.margin-auto{margin:auto;}
.float-none{float:none!important}
.saved {margin-bottom: 10px;margin-left: 3px;}
.results{margin-top:5px;margin-bottom:20px;}
.result {
	margin-top: 15px;
	
	width: 100%;
	}
.left{float: left!important;}
.result_website a {
	color: #4a8af4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; font-weight:bold;
	}
.result_website a:hover,a:focus {
	color: #1a0dab;
    text-decoration: underline;
    font-weight: bold;
	}
.result_date a{
	color:#006621;text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;

	}


.result_date a:hover,a:focus {
	color: #006621;
text-decoration: none;

	}
.highlight{
	font-weight:bold;
	font-style: oblique;
	}
.report{display:none;}
.sxpans a:visited {
    color: #609;
}
.result_description{
       /* width: 670px;*/
		font-size: 15px;
		color: #d5d5d5;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	}
.ads_results_bottom{margin-bottom:10px;}

.result_websitepub {
	color: #1a0dab;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; font-weight:bold;
	}
.result_websitepub a {
	color: #1a0dab;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; font-weight:bold;
	}
.result_websitepub a:hover,a:focus {
	color: #1a0dab;
    text-decoration: underline;
    font-weight: bold;
	}
.result_datepub a {
	color:#006621;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	}
.result_datepub a:hover,a:focus {
	color: #2427a2;text-decoration: underline;
	
	}
.result_descriptionpub {
	font-weight:normal;
 font-family:Arial, Helvetica, sans-serif;
 margin-bottom: -17px;}

.result_websitepubleft {
	color: #1a0dab;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
.result_websitepubleft a {
	color: #1a0dab;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	}
.result_websitepubleft a:hover,a:focus {
	color: #ff287f;
	text-decoration: underline;
	font-weight:bold;
	}
.result_datepubleft a {
	color:#006621;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	}
.result_datepubleft a:hover,a:focus {
	color: #2427a2;
	text-decoration: underline;
	
	}
.result_descriptionpubleft {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: -17px;
	}


#top-words {float: none;
margin-left: auto; 
margin-right: auto;
margin-top: 20px; 
font-size:13px; 
font-family: 'Museo Sans'; }

#top-words_index {
   float: none;
width: 1100px;
min-height: 300px;
margin-left: auto; 
margin-right: auto;
margin-top: 20px; 
font-size:13px; 
}

.pull-left-top-words_index{
float:left;
margin: 1px 0px 1px 6px;
}


#top-words-page {float: none;
margin-left: auto; 
margin-right: auto;
margin-top: 20px; 
font-size:13px; 
font-family: 'Museo Sans'; }

.topkeywordstitle {float: none;
margin-left: auto; 
margin-right: auto;
margin-top: 20px; 
font-size:25px; 
font-family: 'Mouse Memoirs';}

.errorpagetitle {float: none;
margin-left: auto; 
margin-right: auto;
margin-top: 20px;
color: #C4145A ;
font-size:35px; 
font-family: 'Mouse Memoirs';}




#top_nav{
	border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	}
#logo{
	background-size:275px 95px;
	height:95px;width:275px;
	margin:15px auto 15px auto
	}
#logo_small {
	background: url(../img/logo.png) no-repeat;
	background-size: 90px 40px;
	height: 40px;
	width: 90px;
	margin-top: 6px; 
	margin-right: -9px;
	}
#logo_smallfake {
	background: url(../img/logo_sflatfake.png) no-repeat;
	background-size: 161px 72px;
	height: 52px;width: 157px;
	margin-top:0px; padding: 13px 0px 0px 4px;
	margin-right: 25px; margin-left: 3px;
	}
.small-search {
	margin-top: 10px;
	margin-left: 40px;
	}

#search_input{
	margin:20px auto auto auto;
	text-align:center}
.ads_1{
	margin:auto;
	text-align:center}
.no-margin{
	margin:0px!important}
#footer {
    padding-bottom: 5px;
    border-top: 1px solid #479bf996;
    display: table;
    background: rgb(255, 255, 255);
    box-shadow: 0 -1px 6px #479bf91a;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}
	#hdfooter {
    margin: 0 auto;
    display: table;
    margin-top: 8px;
    width: 850px;
}
#menu {
    display: block;
    width: 100%;
    text-align: center;
}
#menu ul {
    list-style: none;
    font-size: 12px;
    padding-left: 0;
}
#menu ul li {
    display: inline-block;
    padding-right: 2px;
    /* border-right: 1px dashed #3333338f; */
}
#bottom {
    width: 100%;
    display: block;
    text-align: center;
    color: #000000;
    font-size: 11px;
}
.mtvlelebi {
    text-align: center;
    width: 100%;
    margin-top: 3px;
    display: inline-block;
}
	#footer2{
	width: 100%;
    height: 24px;
	text-align:center;
	color:#fff;
	/*background:#363636;*/
	border-top: 1.5px solid #4585f1;
	margin-top:100px;
	border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	position: fixed;
	left: 0; bottom: 0;
	padding: 18px;
	
	}
	
#footer #pages{
	margin-top:10px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#footer a {
	color:#333333;
	text-decoration:none;
	}
#footer a:hover{
	color:rgb(68, 133, 243);
	text-decoration:none;
	}
.slogan {
float: none;
margin-left: auto; 
margin-right: auto;
margin-top: 0px; 
font-size:18px; 
font-family: 'Mouse Memoirs';
fontcolor:#FF3300;
 }

#footerindex{
	
    text-align: center;
    color: #fff;
  /*  background: #363636;*/
    border-top: 1.5px solid #4585f1;
    margin-top: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	}
#footerindex #pagesindex{
	margin-top: 10px;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	}
#footerindex a {
	color:#333333;
	text-decoration:none; 
	}
#footerindex a:hover{
	color:rgb(68, 133, 243);
	text-decoration:none; }

.menusearch{
float: right;
width: 260px;
height: auto;
margin: 0px 0px 40px 0px;
padding: 11px 1px 5px 1px;
background: #fff url("../img/bg_list.png") repeat-x;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px #cdcdcd solid;
box-shadow: 1px 1px 2px #DDDDDD;
position: relative;
}

.topsays {
font-size:13px; 
font-family: 'Museo Sans';
margin:18px; }




.talkuser {
padding: 8px 15px;
margin: 0 0 0px;
list-style: none;
background-color: #CBE263;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.talkuser > li {
  display: inline-block;
  *display: inline;
  

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.talkuser > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.talkuser > .active {
  color: #d31863;
}


.css_btn_class {
	font-size:11px;
	margin-top: 13px;
    margin-left: 25px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:4px 11px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	background:-ms-linear-gradient( top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #f6f6f6) );
	background-color:#ffffff;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
	background:-ms-linear-gradient( top, #f6f6f6 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f6f6f6), color-stop(100%, #ffffff) );
	background-color:#f6f6f6;
}.css_btn_class:active {
	position:relative;
	top:1px;
}



.sidebarsearch{
width: 200px;
 float: right;
 margin: 10px 60px 5px 15px;

}


.css_btn_class-index {
    margin-left: 14px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #dcdcdc;
	padding:4px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f5f5f5 5%, #f1f1f1 100% );
	background:-ms-linear-gradient( top, #f5f5f5 5%, #f1f1f1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f1f1f1');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f5f5f5), color-stop(100%, #f1f1f1) );
	background-color:#ffffff;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px -50px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px -50px #ffffff;
 	box-shadow:inset 1px 1px 0px -50px #ffffff;
}
.css_btn_class-index a { 
font-family:Arial, Helvetica, sans-serif;
color:#333333;
    text-decoration: none;
}

.css_btn_class-index:hover {
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
	background:-ms-linear-gradient( top, #f6f6f6 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f6f6f6), color-stop(100%, #ffffff) );
	background-color:#f6f6f6;
}
.css_btn_class-index:active {
	position:relative;
	top:1px;
}



ul.butindex { 
	margin:-11px; 
	padding:0;
	}
	
ul.butindex li {
	list-style:none;	
	display:inline;
	}
	
.single_image{

    width: 490px;
    height: 339px;
}
.single_img_src{
	margin: -9px 3px 20px 0px;
	border-radius: 5px;
	width: 500px;
    height: 335px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(82 168 236);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(82 168 236);
    
}
.sing_desc{
	    width: 60%;
		padding-left: 10px;
}
.agw_txt{
    font-family: patua one;
font-size: 18px;
font-weight: 700;
color: #d5d5d5;

}
.site_desc{
    font-family: patua one;
font-size: 17px;
color: #d5d5d5;
height: 350px;
max-height: 350px;
}	
.store-links {
    margin: -2px 0 0;
    padding: 0;
    overflow: hidden;
    bottom: 0;
}
.col-xs-12 {
    width: 100%;
}
#visit_site #visitbutton {
display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 54px;
    width: 80%;
    min-width: 120px;
    max-width: 280px;
    padding: 15px 5px 15px 5px;
   /* margin-left: 114px;*/
    background-color: #479bf9;
    color: #ffffff;
    font-family: inherit;
    font-size: 18px;
}
#visitbutton:hover{
	border-color: rgba(82, 168, 236, 0.84);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82, 168, 236, 0.78);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82, 168, 236, 0.87);
    background-color: rgba(5, 105, 222, 0.75);
}
.list_sites{
	box-shadow: rgba(0, 0, 0, 0.5) 0 10px 20px -8px;
	transition: top 0.3s, left 0.3s, opacity 0.3s, transform 0.3s;
	border-radius: 5px;
	width: 157px;
    height: 120px;
    background-origin: content-box;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
	border: 1px solid #c3c3c3;
}
.top_sites{
/*	height: 308px;*/
	width: 1200px;
}
.sites_box{
	float:left;
	padding: 0px 8px 18px 0px;
}
.list_sites:hover{
	border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.hash_A {
    background-color: #333333ba;
    padding: 2px;
  border-radius: 3px;
}
.hash_B {
font-size: 15px;
    color: #f4f9ff !important;

}
.containerxx{

    margin: 0px 6px 133px 250px;
}
