
	p{
		font-size:16px; 
		margin-bottom:0px;
	}
	#container{
		
		margin:auto;
	}
	a.adjust{
		
		display:block;
		font-weight:bold;
		background:#8AB616;
		color:#FFF;
		border-radius:8px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		width:60px;
		text-align:center;
		text-decoration:none;
	}
		a.adjust:hover{
			background:#C1D739;
			color:#FFF;
			-webkit-transition: all 400ms; /*safari and chrome */
			-moz-transition: all 400ms ease; /* firefox */
			-o-transition: all 400ms ease; /* opera */
			transition: all 400ms ease;
		}

.more-block ul{list-style: none; padding:0;margin:0;padding-left: 8px;}
.more-block ul li{padding-left: 1em; text-indent: -.7em;padding-bottom: 2px;}
.more-block ul li:before { content: "• ";color: #8AB616; /* or whatever color you prefer */
}