@charset "utf-8";
/* CSS Document */
.tooltips {
	position: relative;
}

.twhg-loan-note {
	color: #555555;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}

.twhg-loan-q {
	background-color: #000000;
	width: 22px;
	height: 22px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	margin-left: 8px;
}

.tooltips-content {
	position:absolute;
	top: 60px;
	max-width:800px;
	z-index:1;
	background-color: #ffffff;
	border: #999999 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: none;
	-webkit-transition: none;
}
.tooltips-content-c {
	padding:10px;
}

.tooltips-content-c > ol {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	color: #555555;
	list-style-type: decimal!important;
}

.tooltips-content-c > ol > li {
	width: 100%;
	float: left;
	text-align: left;
	padding: 5px 0;
	line-height: 1.5em;
}

@media only screen and (max-width: 960px){
}

@media only screen and (max-width: 780px){
}


@media only screen and (max-width: 380px){
.tooltips-content {
	top: 110px;
}
}

