/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.highlight{
	text-align: center !important;
}

#commentButton .icon-pencil
{
	line-height: 35px;
	color: #fff !important;
}
#commentButton
{
	display: block;
	width: 35px;
	height: 35px;	
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	line-height: 35px;
	position: fixed;
	bottom: 100px;
	right: 10px;
	z-index: 100;
	cursor: pointer;
	color: #FFF;
	background: #35aa47;
	white-space: nowrap;
	padding: 0px 5px;
	text-align: center;
	opacity: 0.8;
	box-shadow: 2px 2px 2px #333;
}
#icon_popup
{
	display: block;
	height: 35px;
	width: 35px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	line-height: 35px;
	position: fixed;
	bottom: 100px;
	right: 10px;
	z-index: 100;
	cursor: pointer;
	color: #FFF;
	background: #35aa47;
	white-space: nowrap;
	padding: 0px 5px;
	text-align: center;
	opacity: 0.8;
	box-shadow: 2px 2px 2px #333;
}
.label_size
{
	padding-top: 0px !important;
}
.use_guide{
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	color:red;
}
.use_guide a{
	color:red;
	margin: 0 5px;
}
