/* --------------------------------------------------[ css ]-- */
div.jw-text-box-3col-flex {
	font-family: arial;
	font-size: 12px;
	position:relative;
	width:720px;
	color: #767468;
	height: 90px !important;
	margin-top: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){ 
    div.jw-text-box-3col-flex {
	height: 90px !important;
	margin-top: 65px;
	}
}
div.jw-text-box-3col-flex .jw-text-box-content {
	position:relative;
	float:left;
	overflow:auto;
	text-align:justify;
	height:auto;
}
	div.jw-text-box-3col-flex .jw-text-box-content,
	div.jw-text-box-3col-flex .jspContainer{
		width:700px !important;
		height: 100px !important;
	
	}
@media screen and (-webkit-min-device-pixel-ratio:0){ 
    div.jw-text-box-3col-flex .jw-text-box-content,
	div.jw-text-box-3col-flex .jspContainer{
		width:700px !important;
		height: 90px !important;
	
	}
}
	div.jw-text-box-3col-flex .jspPane{
		width:670px !important;
	}
	div.jw-text-box-3col-flex .jspDrag{
		background:#7AA9C9;
		background:url("../_common/images/drag.png") no-repeat;
		margin: 0 0 0 -2px;
	}
	div.jw-text-box-3col-flex  .jspTrack{
		background:#ADADAD;
		background:url("../_common/images/track.png") no-repeat;
	}