@charset "UTF-8";

#about-outline #wce-officiallogo{
	padding-right: 1.5em;
	margin-bottom: 20px;
}

#about-outline #wce-officiallogo > img{
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 1em;
}

#about-outline .introduction{
	padding-top: 2em;
	border-top: 3px solid #4e8ca0;
}

#about-outline table.info{
	margin-top: 2em;
	table-layout: fixed;
	width: 100%
}

#about-outline table.info > tbody{
	width: 100%;
}

#about-outline table.info > tbody > tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#about-outline table.info > tbody > tr > th{
	width: 7em;
	padding: 1em 0;
	position: relative;
}

#about-outline table.info > tbody > tr > th:after{
	content: "";
	position: absolute;
	display: inline-block;
	margin-top: -4px;
	top: 50%;
	right: 1.5em;
	width: 8px;
	height: 8px;
	border: 1px solid #4e8ca0;
	background-color: #4e8ca0;
	border-radius: 2px;
	transform: rotate(-45deg);
}

#about-outline table.info > tbody > tr > td{
	padding: 1em 0;
}

#about-outline .external-contents > td > ul{
	list-style-type: none;
	padding-left: 0;
}

#about-outline .external-contents > td > ul > li{
	display: block;
	padding: 0.5em 0;
}

/*----------bootstrap lg----------*/
@media screen and (min-width: 1200px){

}

/*----------bootstrap md----------*/
@media screen and (min-width: 992px) and (max-width: 1199px){

}

/*----------bootstrap sm----------*/
@media screen and (min-width: 768px) and (max-width: 991px){

}

/*----------bootstrap xs----------*/
@media screen and (min-width: 545px) and (max-width: 767px){
	#about-outline #wce-officiallogo{
		padding-right: 0;
	}
}

/*-----bootstrap original grid xss-----*/
@media screen and (max-width: 544px){
	#about-outline #wce-officiallogo{
		padding-right: 0;
	}
}
