a {
	text-decoration: none; /*無下劃線*/
	white-space: nowrap; /*無換行*/
}

table {
	min-width: 420px;
}

td, th {
    display: table-cell;
	white-space: nowrap;
}

/*表格中的expl和note列*/
p {
    display: block;  /*覆蓋瀏覽器樣式*/
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin-bottom: 0;
	width: 150px;
	overflow: hidden; /*過長隱藏*/
	white-space: nowrap; /*無換行*/
	text-overflow: ellipsis;  /*過長顯示省略號*/
}

ruby, rt {
    text-indent: 4px;
}

.user-font {
	font-family: fantasy, sans-serif;
}

.user-font-title {
	font-size: larger;
	font-weight: bolder;
}

.dict-body {
	min-height: 1140px;
	max-width: 1440px;
}

.textarea-style {
	min-height: 250px;
	white-space: nowrap;
}

.classHighcharts {
	width: auto;
	/*height: 400px;*/
	margin: 0 auto;
}

/*導航欄*/
.dict-nav-container { /*容器*/
	height: 35px;
	z-index: 5;	/*導航條如被遮擋修改此處*/
	background: #f0f0f4;
	border-bottom: 1px;
    border-bottom-color: #dcd5d5;
    border-bottom-style: solid;
}

.dict-nav-main {
	max-width: 1440px;
}

/*左欄*/
.dict-nav-main > .main-left {
	margin-top: 5px;
}

.dict-nav-main > .main-left > span{
	margin-left: 10px;
	margin-right: 10px;
}

/*右欄*/
.dict-nav-main > .main-right {
	margin-top: 5px;
	padding-right: 15px;	
	margin-right: 15px;
}

/*
修改下拉框為懸浮 
僅bootstrap4可用，dropdown-menu 中增加mt-0，解決菜單和文字間的空隙
*/
.main-right > .dropdown:hover>.dropdown-menu {
	display: block;
}

.main-right > .dropdown>.dropdown-toggle:active {
	pointer-events: none;
}

/*大標題*/
.dict-title {
	margin: 30px auto 30px auto;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.2;
}

/*字典類型-通用*/
.dict-type-item {
	cursor: pointer;
	font-size: 23px;
}

/*字典類型-被選中*/
.dict-type-checked {
	color: #feba07;
	font-weight: bold;
}

/*底部樣式*/
.footer {
	background-color: #f5f5f5;
}

/*底部容器樣式*/
.foot-container {
	width: auto;
	padding: 0 15px;
}

/*固定輸入框樣式*/
.div-sticky {
	position: sticky;
	top: 0;
	z-index: 1020;
}

#derivationResult {
	height: 450px;
}
