body {
	font-family: 'Noto Sans TC', 'Microsoft Yahei', 'Noto Sans SC',
		'Microsoft JhengHei', Arial, sans-serif;
}

body, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.lead {
	font-weight: normal;
}

.btn-rounded {
	-webkit-border-radius: 10em;
	border-radius: 10em;
}

.img-logo {
	height: 65px;
	width: 65px;
}

.app-logo {
	height: 150px;
	width: 150px;
}

.text-md-form-label {
	color: #757575;
	font-size: 1rem;
}

.schedule-row_HEADER {
	width: 54px;
	font-weight: bold;
}

.schedule-row-height-2 {
	height: 5.1rem;
}

.schedule-row-height-3 {
	height: 6.1rem;
}

.schedule-row-morning {
	height: 9.55rem;
}

#schedule table th {
	font-weight: bold;
	background-color: #2bbbad;
	color: #fff;
}

.fade-enter-active, .fade-leave-active {
	transition: opacity .2s;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */
	{
	opacity: 0;
}

.captcha {
	cursor: pointer;
}

.progress-bar {
	width: 100%;
}

[v-cloak] {
	display: none;
}

.mcssa-logo {
	width: 90.70px;
	height: 65px;
}