[v-cloak] {
	display:none;
}
body{
	color: #555;
}
.card-columns-about {
	column-count: 4;
}
.card-columns-expert {
	column-count: 6;
}
.card-leftColor{
	border-left:.3rem solid #007bff;
}
ol{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mb-5, .my-5 {
	margin-bottom: .1rem!important;
}
a{
	color: #383838;
	transition: color 0.2s ease;
	text-decoration-line: none;
}
a:hover{
	color: #007bff;
	text-decoration-line: none;
}
.text-gray{
	color: #999999;
}
.text-light{
	color: #E5E5E5;
}

footer hr{
	border-top: 1px solid rgba(100,100,100,.3)
}

footer .nav{
	font-size: .8rem;
}

footer .nav a{
	color: #E5E5E5;
}

footer .nav a:hover{
	color: #007bff;
}

.h7{
	font-size: .8rem;
	font-weight: 300;
	line-height: 1.6rem;
}
.h7-indent{
	text-indent: 1.6rem;
	font-size: .8rem;
	font-weight: 300;
	line-height: 1.6rem;
}

.h8{
	font-size: .6rem;
	font-weight: 300;
	line-height: 1.4rem;
}
.h8-indent{
	text-indent: 1.2rem;
	font-size: .6rem;
	font-weight: 300;
	line-height: 1.4rem;
}