@charset "UTF-8";

#about-history{

}

#about-history .panel-collapse{
	border-top: 0px solid #fff;
}

#about-history .panel-heading{
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 5px;
}

#about-history .panel-heading > h2.panel-title{
	padding: 0;
}

#about-history .panel-heading > .panel-title > a{
	display: block;
	padding: 1em 1em;
	text-decoration: none;
}

#about-history .panel-heading > .panel-title > a:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 1.3em;
	right: 20px;
	vertical-align: text-top;
	width: 7px;
	height: 7px;
	border-right: 1px solid #777;
	border-top: 1px solid #777;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	float: right;
	transition: all ease 0.5s;
}

#about-history .panel-heading > .panel-title > a[aria-expanded^="true"]:after{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#about-history .panel-heading > .panel-title > a:hover{
	text-decoration: none;
	background-color: #eee;
}

#about-history table{
	margin-bottom: 0;
	color: #646464;
	width: 90%;
	margin: 0 auto;
}

#about-history table{
	margin-bottom: 0;
	color: #646464;
	width: 90%;
	margin: 0 auto;
}

#about-history table{
	margin-bottom: 0;
	color: #646464;
	width: 90%;
	margin: 0 auto;
}

#about-history table > tbody{
	border: 1px solid #ddd;
}

#about-history table > tbody > tr:nth-child(2n+1){
	background-color: #f5f5f5;
}

#about-history table > tbody > tr > th{
	padding: 1em;
	width: 20%;
}

#about-history table > tbody > tr > td{
	padding: 1em;
	line-height: 1.7em;
}

/*----------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){

}

/*-----bootstrap original grid xss-----*/
@media screen and (max-width: 544px){

	#about-history table{
		width: 100%;
	}

	#about-history table > tbody > tr > th{
		padding-right: 0em;
		width: auto;
	}
}
