.guide-content *{
	font-family: "Aleo Regular","Palatino Linotype",Palatino ;
	font-size: 20px;
	font-weight: 300;
	color: #555;
	line-height: 32px;
	letter-spacing: .01em;
}


.guide-content strong, .guide-content h1,.guide-content h2,.guide-content h3,.guide-content h4, .guide-content h5, .guide-content h6 {
	font-weight:bold;
}

.guide-content a {
	color: #0654ba ;
}
	
.guide-content a:visited {
	color : #6a29b9 ;
}

.guide-content a.btn, .guide-content a.btn:visited, .guide-content a.imgTitle, .guide-content .conceptBox_r:hover a.imgTitle{
	color: #fff ;
}

.guide-content a.imgTitle, .guide-content a.imgTitle:visited {
	color: #333 ;
}

.guide-content td img {
	max-width: initial ;
	height: initial ;
}

.guide-content td a, .guide-content td a * {
	white-space: nowrap;
}

.guide-content h2, .section-ttl-text {
	font-size: 26px ;
}

.guide-tags{
	text-align:left;
	padding: 35px 0;
	display:table;
}

.guide-tags .tag-label {
	color: #555;
	padding-right: 15px;
	display:table-cell;
}

.guide-tags .guide-keywords {
	display:table-cell;	
}


.guide-content.template_1, .guide-content.template_2, .guide-content.template_0{
	padding-top: 30px;
}

.guide-tags a.tagName, .guide-tags h2, .guide-tags h3{
	color: #aaa;
	font-size: 14px;
	line-height: 20px;
	display:inline-block;
	font-weight: normal;
}

.guide-tags a.tagName {
	margin-right: 15px;
}

.guide-tags .tagName h2:hover, .guide-tags .tagName h3:hover  {
	text-decoration:underline;
}

.fb-comments, .fb-comments iframe[style] {width: 100% !important;}

.tbl-ovflw {
	overflow-x : scroll;
	-webkit-overflow-scrolling: touch;
}

/* Smooth transition while resizing */

img {
    -moz-transition: width 1s ease-in-out, left 1s ease-in-out;
    -webkit-transition: width 1s ease-in-out, left 1s ease-in-out;
    -moz-transition: width 1s ease-in-out, left 1s ease-in-out;
    -o-transition: width 1s ease-in-out, left 1s ease-in-out;
    transition: width 1s ease-in-out, left 1s ease-in-out;
}

