body {
	font-family: Microsoft JhengHei, 'Open Sans', Arial, sans-serif;
	color: #474141;
	padding-top: 120px;
}
.page_image{
	width: 35px;
	height: 35px;
	overflow: hidden;
}
.card-style{
	margin-bottom: 15px;
}

.breadcrumb {
    padding: 2px 10px 2px 10px;
    border-left: #f7f7f7 px solid;
    background-color: #78c2ad;
    border-radius: 0px;
} 
.help-block{
	color: #78c2ad;
}

.core .buttons {
    border: 1px solid #78c2ad;
    border-radius: 3px;
    padding: 5px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: -webkit-inline-box;
    margin-bottom: 5px;
}
.core .buttons li {
    text-align: center;
    white-space: nowrap;
	list-style:none;
}
.core .buttons li.active {
	background: #78c2ad;
}
.core .buttons li.active a{
	color: white;
}
		
.core .buttons li a {
    display: block;
    border-radius: 3px;
    padding: 10px 20px;
    color: #78c2ad;
    cursor: pointer;
    transition: 0.2s ease;
    border: 0;
    font-size: 0.8em;
}
.pre-text {
    white-space: pre-wrap;
}
