/*
 *      'changes' page
 */
#tagline {
        width: 80px;
        height: 19px;
        background-image: url(/img/change-log.png);
        text-indent: -10000px;
        margin: 17px auto 27px auto;
        clear: both;
}

h1 {
	font-size: 18px;
	color: black;
}

i {
        display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 11px;
	font-style: normal;
}

li {
        margin-left: 14px;
	line-height: 20px;
}

ul {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

div#content {
        padding-left: 50px;
	padding-top: 20px;
	
}
