/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
	overflow: hidden;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.clearfix > * {
  float: left;
}
.p3 {
  padding: 3px;
}
.p5 {
  padding: 5px;
}

.fs14 {
  font-size: 1.4em;
}

.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}

.fs14 {
  font-size: 1.4em;
}
