* {
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
body {
    font-size: 14px;
    width: 100%;
    max-width: 100vw;
    font-family: "Arial","微软雅黑","Microsoft YaHei","思源黑体",sans-serif;
    
    background-color: #fff;/*535353*/
}
img {
	max-width: 100%;
}

div#nav {
	color: #8f8f8f;
	font-size: 12px;
	width: 90%;
	margin: 90px auto 50px;
}
div#nav a {
	display: inline-block;
	margin:0px 10px 10px 0px;
	padding:5px 10px;
	background: #eaeaea;
	border-radius: 5px;
}
div#nav a:link, div#nav a:visited {
	text-decoration: none;
}
div#nav a:hover {
	text-decoration: underline;
	background: #a2caae;
	box-shadow: 0px 0px 5px #c1f29f;
}

div#pageHead {
	color: #000;
	width: 90%;
	margin: 50px auto 80px;
}


p.probability {
	border-top: dashed 0.5px #c5e3cb;
	margin:20px 0px 0px;
	padding:10px 0px 0px;
	color: #99a0a2;
	font-size: 12px;/**/

}
span.chance {
	padding: 0px 5px;
	border-radius: 5px;
	color: #fff;
	margin: 0px 5px;
}
span.chance_low {
	background: red;
}
span.chance_medium {
	background: #e6b700;
}
span.chance_high {
	background: #1c9918;
}


div#AllWords {
	width: 90%;
	margin: 0 auto;
}
section {
	margin-bottom: 80px;
	color: #000;
	display: flex;
	flex-direction: row;/*row | row-reverse | column | column-reverse;*/
	flex-wrap: nowrap;/*nowrap | wrap | wrap-reverse;*/
	justify-content: flex-start;/*flex-start | flex-end | center | space-between | space-around;*/
	align-items: flex-start;/*flex-start | flex-end | center | baseline | stretch*/
	align-content: flex-start;/*flex-start | flex-end | center | space-between | space-around | stretch*/
}

p.word {
	font-size: 20px;
	font-weight: bold;
}
div.words_name {
	/*
	width: 20%;/**/
	flex-basis: 20%;
	margin:0px 50px 0px 0px;
}
div.words_name p {
	margin-bottom: 3px;
}

div.sentence_making {
	flex-basis:50%;
}
div.sentence {
	margin-bottom: 30px;
	line-height: 1.5;
}
div.sentence p {
	margin-bottom: 3px;
}
p.translation {
	color: #ccc;/*c2d5c8*/
	font-size: 13px;
}
div#interpretation {
	background: #eef1f2;
	padding: 10px;
	/*
	border-radius: 10px;/**/
	border-left: solid 8px #c2d5c8;
	margin:10px 0px 0px 0px;
}
div#interpretation h4 {
	margin:0px 0px 10px;
}
div#interpretation p {
	font-size: 13px;
}