/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
#example{
	font-family: Raleway;
	background-color: #FBFDFF;
	padding: 10px;
	border: 1px dotted #09C;
	margin-bottom:15px;
	border-radius: 15px;	

}

#example h3{
	font-family: Raleway;
	height:25px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#09C;
	font-weight:bold;
	padding-bottom: 10px;
	background-image: url(/i/examples.png);
	background-repeat: no-repeat;
	background-position: left center;
	width:100%;
}

#example ul{
	margin-left:5px;
	padding-left:10px;
	padding-bottom:5px;


}

#example li{
	margin-left:10px;
	padding-left:5px;
	line-height:18px;
	list-style-position: inside;
	list-style-image: url(/i/icons/bullet_go.png);
	padding-bottom:4px;
}


#example p{
	margin-left:10px;
	padding-left:10px;
}
#example table{
	margin:15px;
	padding:8px;
	width: 90%;

}



#rule{
	font-family: Raleway;
	background-color:#f5fff0;
	padding: 6px;
	margin-bottom:15px;
	border-radius: 15px;
}

#rule h3{
	font-family: Raleway;	
	font-size: 18px;
	height:25px;
	width:500px;
	color:#000;
	font-weight:bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/i/rules.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#rule ul{
	margin-left:5px;
	padding-left:15px;
	padding-bottom:5px;

}

#rule li{
	margin-left:10px;
	padding-left:5px;
	line-height:18px;
	list-style-position: inside;
	list-style-image: url(/i/icons/bullet_go.png);
	padding-bottom:4px;
}

#rule p{
	margin-left:10px;
	padding-left:10px;
}

#rule table{
	margin:15px;
	padding:8px;
	width: 90%;

}
#oegtables{
	font-family: Raleway;
	margin-bottom:15px;
	}
#oegtables table{
	margin:15px;
	padding:8px;
	width: 90%;

}


#oegtables td{
	padding-left:8px;
}

.e4tcert{
margin-left:1200px;
font-family:Raleway;
}

