/**
 * This CSS will breach the style included by Bootstrap/Overrides.css which messed up hkecl's style
 * hkecl orientated classes will be added here to take the charge of CSS
 */
body {
		background: #fff;
		/*background-image: url(symbol_of_life.jpg);*/
		background-position: center center;
		background-repeat: no-repeat;
		padding-top: 0;
		-ms-overflow-style: scrollbar;
}

a:hover, a:focus {
		text-decoration: none;
}

a:focus {
		color: #0a85ba;
}

#toolbar {
		/*z-index: 10000;*/
}


.mmteam-disclaimer {
		padding: 30px;
		font-size: 80%;
}

.bootstrap-style {
		font-family: "Microsoft JhengHei","微軟正黑體","Microsoft JhengHei","Tahoma","Verdana","Arial","sans-serif";
}

.bootstrap-style .btn {
	font-family: "Microsoft JhengHei","微軟正黑體","Microsoft JhengHei","Tahoma","Verdana","Arial","sans-serif";
	font-size: 16px;
}

.bootstrap-style textarea.form-control {
		height: auto;
}