@import 'global.css';

.center{
	width:100%; /*1145px;*/
	margin:0 auto;
}

#content{
	width:100%;
	float:left;
}

.active-page{
	height:40px;
	padding:10px;
}

.active-page h1{
	font-weight:normal;
	font-size:20px;
	text-transform:uppercase;
	line-height:20px;
}


#menu .pi-row-block-txt {
  margin-top: 13px;
  margin-bottom: 13px;
}

#menu li a {
  line-height: 54px;
}

#menu .pi-row-lg .pi-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.top-spaced-content{
	padding-top:50px;
}

.comments .mark{
	background:#eee;
	padding:5px;
	border-radius:6px;
	border:1px solid #0dc0c0;
}

.answer-to{
	float:left;
	width:100%;
	position:relative;
	top:-5px;
}
.answer-to .name, .answer-to .answer-comment{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float:left;
}

.answer-to .answer-comment, .answer-to a{
	position:relative;
	top:-5px;
}

#make-answer{
	float:left;
	width:100%;
	border-radius:6px;
	border:1px solid #eee;
	padding:5px;
}

.text-bold{
	font-weight: bold !important;
}