

::-webkit-input-placeholder { /* WebKit browsers */
color: #e3e3e3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #e3e3e3;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #e3e3e3;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #e3e3e3;
}
.container {
	width: 1230px !important;
	max-width: none !important;
}
.hv-100 {
	height: 100vh;
}
.bg-danger {
	background-color: #e83c3c!important;
}
.bg-light {
	background-color: #f7f7f7!important;
}
.bg-warning {
	background-color: #fcf8e3!important;
}
.text-danger {
	color: #e83c3c!important;
}
.list-unstyled {
	line-height: 2.4em;
}
.f-16 {
	font-size: 16px;
}
.f-20 {
	font-size: 20px;
}
.f-28 {
	line-height: 40px;
	font-size: 28px;
}
.media .list-height {
	line-height: 2em;
}
.show-height {
	line-height: 2.4em;
	font-size: 16px;
}
.show-height table {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.show-height th {
	padding: 10px;
	border-left: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}
.show-height td {
	padding: 10px;
	border-left: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}
.show-height table pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.show-height table td {
	min-width: 70px;
}
.show-height table p {
	margin: 0;
	padding: 0;
}
/* Unstyled List */
.border-bottom-dotted {
	border-bottom: 1px dotted #e5e5e5;
}
.border-top-dotted {
	border-top: 1px dotted #e5e5e5;
}
li small {
	color: #aaa;
}
/* 鍒嗛〉 */
.pagination .page-item a {
	color: #e83c3c;
}
.pagination .page-item.disabled a {
	color: #fff;
	background-color: #e83c3c;
}
