/* Converter */
	.exchange{ background:#F5F5F5; display:block; float:left; list-style-type:none; padding:3px; margin:3px 6px; text-align:left; overflow:hidden; position:relative; width:165px;} .currency{display:inline-block; margin:2px; font-size:14px; position:relative; } .rate{ display:inline-block; float:right; text-align:right; margin:2px; font-size:14px; position:relative; color:#0d46ab; } div.fxborder { border: 1px solid #ccc; width: 400px; padding: 5px; margin: 10px auto 20px; background-color: #fff; } div.fxheader { color: #fff; text-align: center; font-size: 18px; background-color: #246999; font-family: optimum, verdana, tahoma, arial, sans-serif, serif; margin-bottom: 15px; padding: 3px; width: auto; } p.fx { color: #000000; font-weight: bold; font-size: 11px; } select.fx { color: #333333; font-size: 14px; font-weight: normal; border: 0px solid #000000; width:100%;} option.fx { color: #333333; font-size: 14px; font-weight: normal; font-family: Tahoma, Verdana, Arial, sans-serif, serif; } input.fx {background: #f8f8f8; font-weight: normal; padding: 5px; font-size: 1rem; border: 0px solid #000000; font-family: Tahoma, Verdana, Arial, sans-serif, serif; width:100%; } input.fxsubmit { display: inline-block; font-weight: normal; font-size: 12px; border: 1px solid #000000; font-family: Tahoma, Verdana, Arial, sans-serif, serif; vertical-align: top; width: 90px; } input.fxresults { display: inline-block; margin: 0 5px; position: relative; padding: 5px;width: calc(100% - 100px); } span.fxlink, a.fxlink { color: #0000ff; } span.fxlink {cursor:pointer;} #c-rate {display:none;} .toggle-crate{ font-size:16px; color: #246999; margin:8px auto; } .toggle-crate .show, .toggle-crate .hidden{ cursor: pointer; } .fr{float:right} .fl{float:left;} .m10l{margin-left:10px;} .m20l{margin-left:20px;} .m30l{margin-left:30px;} .m10t{margin-top:10px;} .m15t{ margin-top: 15px;} .m20t{margin-top:20px;} .m30t{margin-top:30px;}.m15b{margin-bottom:15px} .red{color:red;} .f14{font-size:14px;} .bold{ font-weight:bold;} .w200{width::200px;} .wquat{width:25%; } .whalf{width:48%; } .w65{width:65%; } .wthird{width:72%; } .left{display:block; clear:left; position:relative; float:left;} .right{display:block; clear:right; position:relative;float:right;} .result{display:block; clear:right; position:relative; width:48%; font-size:20px; font-weight:bold;} .clear{clear:both; margin-bottom:8px;}
h3.icon-location{
	font-size: 1.6rem;
	line-height: 1.4;
}
.icon-location{
	padding-left: 2rem;
}
.icon-location:before{
	background: url(location.svg?v2) no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 2rem;
	margin-bottom: -5px;
	margin-left:-2rem;
	width: 2rem;
}
table.my-ip{
	border-collapse: collapse;
	margin-bottom: 25px;
}
table.my-ip th{
	background: #d3d3d3;
	text-align: center;
}
table.my-ip th, table.my-ip td{
	border: 1px solid #d3d3d3;
	padding:5px;
	vertical-align: middle;
	overflow-wrap: anywhere;
	word-wrap: break-word;
}
.myiptool{
	border: 1px solid #ccc;
	list-style: none;
	margin: 0 0 15px 0;
}
.myiptool>li{
	border-right: none;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding: 10px;
}
.myiptool>li:last-child{
	border-bottom: none;
}
.myiptool.col2{
	border-bottom: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.myiptool.col2>li{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	flex: 0 0 50%;
}
.myiptool.col2>li:nth-child(2n){
	border-right: none;
}
.adsbygoogle{
	max-width: calc(100% - 30px) !important;
}

 @media (max-width: 768px){
 	html{
 		display: table;
 	}
 	.myiptool.col2{
 		border-bottom: 1px solid #ccc;
 		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.myiptool.col2>li{
		border-right: none;
		flex: 0 0 100%;
		width: 100%;
	}
	.myiptool.col2>li:last-child{
		border-bottom: none;
	}
 }