/*
This file is for fix things that Bootstrap ignore it and not release the fixes.
*/


/* 
abbr use border-bottom or double lines of dots
https://github.com/twbs/bootstrap/issues/16574
*/
abbr[title], acronym[title] {
	border-bottom: none;
}

body {
	font-size: 11px !important;
}
@media (min-width: 1200px) {
	.container {
		width: 1000px !important;
	}
}

.page-container .container {
	padding: 0;}


.col-md-4.top-search-form {
	margin-top: -8px;
}

.content p {
line-height: 30px;
}

@media screen and (max-width: 992px){
	.col-md-4.top-search-form {
		margin-top: 10px;
	}

	.page-container .container {
		padding: 10px;}


	.top-header .top-slogan {
		margin-top: -0px;
	}

}

@media screen and (max-width: 768px){
	.col-md-4.top-search-form {
		margin-top: 10px;
	}

	.page-container .container {
		padding: 10px;}

}
