@charset "utf-8";

#sec_01 {
	clear: both;
	padding-bottom: 0px;
}
#sec_01 .notes {
	list-style-type: none;
	padding: 10px;
	-webkit-box-shadow: #DCDDDD 0px 0px 6px;
	-moz-box-shadow: #DCDDDD 0px 0px 6px;
	box-shadow: #DCDDDD 0px 0px 6px;
	background-color: #FFF;
	clear: both;
	margin-top: 1em;
	font-size: 90%;
	margin-bottom: 40px;
}
#sec_01 .notes li {
	text-indent: -1em;
	padding-left: 1em;
}


#sec_02 {
	clear: both;
	padding-bottom: 0px;
}

#sec_03 {
	clear: both;
	padding-bottom: 0px;
}


/* Media Queries */
@media screen and (min-width:568px) {

}

@media screen and (min-width:768px) {
#sec_01 {
	clear: both;
	padding-bottom: 40px;
}
#sec_01 .notes {
	list-style-type: none;
	padding: 20px;
	-webkit-box-shadow: #DCDDDD 0px 0px 6px;
	-moz-box-shadow: #DCDDDD 0px 0px 6px;
	box-shadow: #DCDDDD 0px 0px 6px;
	background-color: #FFF;
	clear: both;
	margin-top: 1em;
	font-size: 90%;
}
#sec_02 {
	clear: both;
	padding-bottom: 40px;
}
#sec_03 {
	clear: both;
	padding-bottom: 40px;
}
}

@media screen and (min-width:1000px) {

}

@media screen and (min-width:1200px) {

}
