/* -- This is the place to add your own style modifications without touching the original styles -- */

.content-line{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.myleft, .myright{
	width: 43%;
	text-align: center;
}

.myleft{ float: left; }
.myright{ float: right; }
.clear {clear: both;}