h1.page-title {
    margin: 10px;
    text-align: center;
    font-family: "Dosis", sans-serif;
    font-size: 300%;
    font-weight: 500;
    color: brown;
}

ul.updates {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 13pt;
    font-weight: normal;
    list-style: none;
}

ul.updates:before {
    content: '';
	background-image: repeating-linear-gradient(90deg, tan 0, tan 2px, rgba(0,0,0,0), 0px, rgba(0,0,0,0) 4px);
	background-size: 4px 2px;
	background-repeat: repeat-x;
	background-position: center bottom;
    width: 80%;
    height: 3px;
    position: absolute;
    top: -10px;
}

ul.updates:after {
    content: '';
	background-image: repeating-linear-gradient(90deg, tan 0, tan 2px, rgba(0,0,0,0), 0px, rgba(0,0,0,0) 4px);
	background-size: 4px 2px;
	background-repeat: repeat-x;
	background-position: center bottom;
    width: 80%;
    height: 3px;
    position: absolute;
    bottom: -10px;
}

li.update-item {
    margin-bottom: 6px;
}

h2.date {
    font-size: 100%;
    font-weight: 500;
}

.update-info {
    padding-left: 16px;
    font-weight: normal;
    font-size: 100%;
    float: none;
}

.update-info h2.index {
    font-weight: bolder;
    font-size: 100%;
    font-weight: 500;
    float: none;
}

p.desc {
    font-size: 85%;
}