body, input, textarea, select, button, .login_content h1 {
    font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif,"Microsoft JhengHei","微軟正黑體";
}
.thumbnail.shop-thumbnail .image i.shop-icon {
	margin-top: 8%;
	font-size: 5em;
}
.btn, .buttons, .modal-footer .btn+.btn, button {
	margin-bottom: 0;
}
.form-group .btn {
    margin-bottom: 0;
}
.login_content div .reset_pass {
	margin-right: 80px;
}
.top_nav .navbar-right {
	width: auto;
}
.top_nav .navbar-nav .nav-text {
	color: #515356;
	font-weight: 500;
	line-height: 32px;
    display: block;
    padding: 13px 15px 12px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}
.responsive_tab_container {
	width: 100%;
}
.responsive_tab_container,
.responsive_tab_container .tab-content,
.responsive_tab_container .tab-content .tab-pane {
	width: 100%;
}
.responsive_tab_container .tab-content .tab-pane {
	overflow-y: auto;
}
.responsive_container table {
	width: 100%;
}
.responsive_container img {
	max-width: 100%;
}
@media (min-width: 768px) {
	.search-stock-form .keyword-input {
		width: 300px;
	}
}