body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	background:#EEE;
	}
	
.enoty-help-container {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	}
	
	
.enoty-help-content {
	padding-top:15px;
	}
	
.enoty-help-title {
	margin-bottom: 10px;
	}
	
.enoty-help-title h1{
	font-size:21px;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	color: #666;
	padding-bottom:5px;
	border-bottom: solid 1px #CCC;
	text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.50);
	}
	
.enoty-help-desc p {
	line-height: 1.5;
	text-align: justify;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	}
	
.enoty-help-subtitle {
	text-align:center;
	}
	
.enoty-help-subtitle h2{
	margin-top:25px;
	font-size:16px;
	font-weight:bold;
	font-family: "Courier New", Courier, monospace;
	color: #333;
	}
	
.enoty-col	{
	list-style: none;
	font-size: 0px;
	margin-left: -3.9%; /* should match li left margin */
	}
	
.enoty-col li {
	padding: 5px;
	margin: 0 0 1.5% 1.5%;
	background:#FFF;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #CCC;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
	
ul.two-col li {
	width: 47.5%;
	}
	
ul.full-width li {
	margin-left: -1.9%;
	width: 100%;
	}
	
ul.full-width li strong {
	color: #326F7E;
	font-family: Arial,Helvetica,sans-serif;	
	}
	
.enoty-col li img{
	width: 100%;
	max-width:100%;
	height:auto;
	}
	
.enoty-col li h3 {
	color: #666;
	margin-top: 10px;
	padding-left: 10px;
	font-size:14px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	}
	
.enoty-col li h4 {
	color: #666;
	padding-top: 10px;
	padding-left: 10px;
	font-size:12px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	}
	
.enoty-col li p {
	padding-left: 10px;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	}

@media (max-width: 480px) {
	ul.enoty-col {
		margin-left: 0;
		}
	ul.enoty-col li {
			width: 100% !important; /* over-ride all li styles */
			margin: 0 0 20px;
	}
}