.page-profile .profile_head {
	text-align: right;
	font-size: 36px;
	color: #000;
	font-weight: 900;
	text-shadow: 0 0 10px #5f5f5f;
	padding: 2rem;
	margin: 2rem 0;
}
.page-profile .railway {
	background-image: url('../img/railway_long.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 5px;
}
.page-profile .coalman img {
	position: relative;
	left: 20%;
}
.page-profile .profile {
	margin: 2rem auto;
}
.page-profile .profile .tab:first-child {
	padding-right: 0;
}
.page-profile .profile .tab:last-child {
	padding-left: 0;
}
.page-profile .profile .tab-section {
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
	background-color: #c98720;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	padding: 10px 0;
	cursor: pointer;
	font-size: 20px;
}
.page-profile .profile .tab-section.active {
	background-color: #fff;
	color: #955603;
}
.page-profile .profile .detail {
	background-color: #fff;
	padding: 2rem;
	text-align: center;
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px;
	display: none;
	/*padding-right: 0;
	padding-left: 0;*/
}
.page-profile .profile .detail.active {
	display: block;
}
.page-profile .profile .personal_detail .profile_img {
	text-align: center;
}
.page-profile .profile .personal_detail .profile_img img {
	border-radius: 10px;
	border: 1px solid #6b1d0a;
	max-width: 300px;
	width: 100%;
}
.page-profile .profile .personal_detail .edit {
	margin-top: 2rem;
	cursor: pointer;
}
.page-profile .profile .personal_detail .edit span {
	background-color: #6e3b0d;
	padding: 10px;
	color: #fff;
	border-radius: 5px;
}
.page-profile .profile .personal_detail .profile_detail {
	text-align: left;
	font-size: 20px;
}
.page-profile .profile .personal_detail .profile_detail table {
	line-height: 2;
}
.page-profile .profile .personal_detail .profile_detail table tr td:first-child {
	padding-right: 2rem;
}
.page-profile .profile .history_detail .history_date {
	text-align: left;
	background-color: #f0c260;
	padding: 10px;
	font-size: 18px;
	margin: 5px 0;
	cursor: pointer;
}
.page-profile .profile .history_detail .history_content {
	display: none;
	text-align: left;
	position: relative;
}
.page-profile .profile .history_detail .history_content .row {
	margin: 10px -15px;
}
.page-profile .profile .history_detail .history_content .img,
.page-profile .profile .history_detail .history_content .detail,
.page-profile .profile .history_detail .history_content .button {
	display: inline-block;
}
.page-profile .profile .history_detail .history_content .img img {
	max-width: 300px;
}
.page-profile .profile .history_detail .history_content .detail {
	vertical-align: top;
	text-align: left;
	padding: 0 10px;
	line-height: 2;
	font-size: 16px;
	width: 40%;
}
.page-profile .profile .history_detail .history_content .detail .name {
	color: #462406;
	font-size: 20px;
}
.page-profile .profile .history_detail .history_content .button span {
	position: absolute;
	bottom: 10px;
	right: 15px;
	background-color: #6b1d0a;
	padding: 10px 20px;
	color: #fff;
	border-radius: 5px;
}
@media only screen and (max-width: 768px) {
	.page-profile .profile .personal_detail .profile_detail {
		margin-top: 20px;
	}
	.page-profile .profile .personal_detail .profile_detail table {
		margin: auto;
	}
	.page-profile .profile .personal_detail .profile_detail table tr td:first-child {
		padding-right: 0;
		width: 100px;
		vertical-align: top;
	}
	.page-profile .profile .history_detail .history_content .img,
	.page-profile .profile .history_detail .history_content .detail,
	.page-profile .profile .history_detail .history_content .button {
		display: block;
		margin: 10px 0;
	}
	.page-profile .profile .history_detail .history_content .detail {
		padding: 0;
		width: 100%;
	}
	.page-profile .profile .history_detail .history_content .button span {
		position: relative;
		bottom: inherit;
		right: inherit;
	}
}