html, body
{
  width: 100%;
  margin: 0px;
}
.cdo2 span.word2{
	font-weight: bold;
}

.pname{
	font-size: 1.5em;
	font-weight: normal;
	width: 3em;
	height:20px;
	float:left;
	line-height:20px;
	font-family: 'Lato', sans-serif;
     margin-left: 12px;
}

.pname span{
	
}

.pname span.word1{
	color: gray;
	font-size: .75em;
}

.pname span.word2{
	width: 5em;
	float: left;
	line-height: .8;
}
.pname span.word1{
	float: left;	
}

#mm .pname span.word2{
	color: #009245;
}

#prj .pname span.word2{
	color: #0071BC;
}

#pro .pname span.word2{
	color: #ED1C24;
}

.pname span.word3{
	float: right;
	position: relative;
	left: 2em;
	margin:-45px 0 0 0;
	font-size: 50px;
	line-height:50px;
}

.pname span.word1:after{
	content: ("<br>");
}