/* Default theme CSS */
.defaultDot{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	padding:3px;

}
.labelTxt, .showHideBtn{
	padding:0;
	margin:0	
}
.labelTxt{
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px solid #666;
	text-align: right;
	padding-left: 88px;
	float:left;
	overflow:hidden;
	display:inline-block;
	white-space:nowrap;
	position:absolute;

}
.labelTxt strong{
	font-weight: 400;
	display: block;
	font-size:20px;
	text-transform: uppercase;
}
.labelTxt img{
	border:solid 3px #fff;
	float:left;
	width:80px;
	margin:5px 10px 10px 0
}
.showHideBtn{
	border-radius: 100%;
	position: absolute;
	background:#57575a;
	display:inline-block;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: left center;
	width:41px;
	height:41px;
	cursor:pointer
}
.hideBtn{
	background-position:-41px center;
}
.addScroll{
	overflow:scroll
}

/* You can write your own CSS to apply color theme */

