@charset "UTF-8";
/* CSS Document */

/* progress page */
/* heding */
.progress h1 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.progress h2 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.progress h3 {
	font-size: 110%;
	font-weight: bold;
}
.progress h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.progress h5 {
	font-size: 100%;
	font-weight: bold;
}
.progress h6 {
	font-size: 110%;
	font-weight: bold;
}
.progress-heading {
	margin: 30px 0 0 0;
}
.progressee {
	font-size: 87.5%;
	font-weight: normal;
}
/* title photo */
#progress-photo-unit {
	margin: 0px 20px;
}
#progress-photo-unit .column-left {
	float: left;
	width: 175px;
	padding: 10px 0;
	text-align: left;
}
#progress-photo-unit .column-center {
	float: left;
	width: 170px;
	padding: 10px 0;
	text-align: left;
}
#progress-photo-unit .column-right {
	margin: 0 0 0 345px;
	padding: 10px 0;
	text-align: left;
}
#progress-photo-unit img {
	border: 5px solid #ffffff;
}

/* 2 photo */
#photo-unit {
	margin: 0px 20px;
}
#photo-unit.2img-left {
	float: left;
	margin: 0 10px 10px 0; 
 }
#photo-unit.2img-right {
	float: right;
	margin: 0 0 10px 10px; 
 }
#photo-unit img {
	border: 5px solid #ffffff;
}

#editorsnotes-photo {
	margin: 10px auto;
	text-align: center;
}

.writer {
	float: right;
}
