@charset "UTF-8";

/* fix bugs or troubels */
* {
	outline: none !important;
}

.btn-group > .btn:not(:last-child) {
	border-right: none;
}

.list-inline {
	margin-right: -5px;
	margin-left: -5px;
}


/* common */
p {
	margin: 0;
}
p + p {
	margin-top: 10px;
}

.inline {
	display: inline;
}
.inline-box {
	display: inline-block;
}
.block-box {
	display: block;
}

.text-lg {
	font-size: 150%;
}
.text-md {
	font-size: 120%;
}
.text-sm {
	font-size: 90%;
}
.text-xs {
	font-size: 75%;
}

