
/* Middle Section Styles */
section.middle {
   width:  30%;
   float: left;
   margin-left: 175px;
}

section article {
   background: blue;
   border: 1px  solid black;
   color: white;

   -moz-border-radius:  30px;
   -webkit-border-radius:  30px;
   border-radius: 30px;

   margin-bottom: 20px;
}

section article p {
   font-size: 0.9em;
   margin: 15px;
}


/* Camping Gear List Styles */
.campingGear{
	background: black;
	color: white;
	font-weight: bold;
	border: 1px solid black;
	font-size: 16px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: right;
	border-collapse: collapse;
	background-size: 108%;
}


ol:before{
    content:attr(data-header);
    font-size:120%;
    font-weight:bold;
    margin-left:75px;
}