* {
	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: 16px;
    width: 100%;
    max-width: 100vw;
    font-family: "Arial","微软雅黑","Microsoft YaHei","思源黑体",sans-serif;
    /*
    background-image: url(../../img/hows_it_going/TheSimpsons/bg.jpg);/**/
}
img {
	max-width: 100%;
}
div#intro {
	width: 90%;
	margin: 7vh auto 7vh;	
	display: relative;
	text-align: center;	
}
div#intro p {
	padding: 0px 1%;
	line-height: 2;
}
div#main {
	width: 90%;
	margin: 30px auto;
	font-size: 14px;
	line-height: 1.6;	
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
}
div#notes {
	display: inline-block;
	background: ;
}
div#notes {
	width: 26%;
}
div#notes section {
	margin-bottom: 40px;
}
div#notes section p {
	margin-bottom: 10px;
}
div#noun {
	background: #f9d0d0;
}
div#verb {
	background: #ffe5c9;
}
div.divides {
	margin-bottom: 10px;
}
div.divides ul {
	padding-left: 15px;
}


div#QA {
	width: 66%;
}
div.questions {
	margin-bottom: 40px;
}
div.questions h3 {
	margin-bottom: 20px;
}
div.questions p {
	margin-bottom: 10px;
}
ul.examples {
	display: inline-block;
	background: #d4ece4;
	margin-bottom: 10px;
}