/* features = The collection of list titles at the top */

#features {
	width: 60%;
	margin: auto;
	box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
	border: 1px solid #777777;
	border-radius: 24px;
	background-color: #0088FF44;
	text-align: center;
}

#features span {
	display: inline-block;
	width: 30%;
	box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
	border: 1px solid #777777;
	border-radius: 24px;
	background-color: #FFFFFF66;
	padding-top: 10px;
	margin: 4px;
	font-size: 25px;
	height: 38px;
}

#features span:hover {
	background-color: #FFFFFF99;
}

#feature_container {
	width: 100%;
	height: 300px;
	margin-bottom: 100px;
}

#feature_container table {
	table-layout: auto;
	width: 70%;
	margin: 50px auto;
	min-width: 700px;
}

#feature_container table caption {
	box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
	border: 1px solid #777777;
	border-radius: 24px;
	background-color: #0088FF22;
	width: 300px;
	height: 31px;
	font-size: 20px;
	padding-top: 8px;
	margin: 10px;
}

#feature_container table thead {
	box-shadow: inset 0 0 20px rgba(0,0,0,0.7);
	border-radius: 24px;
	color: #004db9;
}

#feature_container table th {
	text-align: left;
	padding: 15px 15px 0px 15px;
	font-size: 20px;
	line-height: 25px;
	background-color: #FFFFFF66;
}

#feature_container table th:first-child {
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
}

#feature_container table th:last-child {
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
}

#feature_container table td span {
	display: block;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
	border: 1px solid #777777;
	border-radius: 24px;
	background: #FFFFFF66;
    font-family: 'roboto', sans-serif;
	margin: 6px 6px 0 0;
	line-height: 27px;
	padding: 5px 0px 5px 15px;
	color: #333;
}

#feature_container table td span.alternate {
    background-color: #0088FF11;
}

#feature_container div {
	width: 60%;
	margin: 35px auto 0px auto;
	min-width: 700px;
	box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
	border: 1px solid #0088FF;
	border-radius: 50px;
	background-color: #F1F1FF;
	font-family: 'roboto', sans-serif;
}

#feature_container h3 {
	margin: 5px auto 0px auto;
	padding: 10px 0px 0px 0px;
	font-size: 30px;
	text-align: center;
	height: 40px;
	color: #5b97ec;
	text-shadow: -0.5px 0 .5px black, 0 .5px .5px black, .5px 0 .5px black, 0 -.5px .5px black;
}

#feature_container p {
	width: 62%;
	margin: 0px auto 0px auto;
	min-width: 700px;
	padding: 0px 0px 20px 0px;
	font-size: 22px;
	text-align: center;
}

#feature_container p.bold {
	font-size: 25px;
	font-weight: 1000;
	font-variant: small-caps;
	text-shadow: -0.5px 0 .5px black, 0 .5px .5px black, .5px 0 .5px black, 0 -.5px .5px black;
}

#feature_container p.instruct {
	width: 90%;
	text-align: left;
	font-variant: small-caps;
	padding: 30px 0px 0px 20px;
	margin-left: 30px;
}

#feature_container p.example {
	width: 90%;
	box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
	border: 1px solid #0088FF;
	border-radius: 10px;
	background-color: #FFF;
	padding: 10px;
}

#feature_container p.inform {
	width: 80%;
	padding-top: 20px;
	font-weight: bolder;'
}

#feature_container p:last-child {
	margin-bottom: 20px;
}