<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*EDIT FRONT ARTICLE TAGS FIELD WIDTH */
#publishing .chzn-container
{
	width: 50% !important;
}
/*BUTTON*/
.btn-primary
{
	background-image: url(../images/button.png) !important;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: transparent;
	border: 1px solid #BBBBBB !important;
}
.btn-primary:hover
{
	background-image: none;
	background-color: #999999;
	border: 1px solid #BBBBBB !important;
}
.readmore .btn
{
	border: 1px solid #BBBBBB !important;
}
.btn-group.pull-right
{
	margin: 3px !important;
}
.btn
{
	padding: 4px !important;
}
/*READ MORE BUTTON MINI CUSTOM MODULES*/
.btn-mini
{
	text-decoration: none !important;
	font-size: 12px !important;
}
.btn-mini A:hover
{
	text-decoration: none !important;
}
/*PRINT-EMAIL ICON HOVER*/
.dropdown-menu &gt; LI &gt; A:hover, .dropdown-menu &gt; LI &gt; A:focus, .dropdown-submenu:hover &gt; A, .dropdown-submenu:focus &gt; A
{
	background-image: none !important;
}
/*PAGINATION*/
.pagenav LI A
{
	border-radius: 5px !important;
}
/* PAGE TITLE DISABLE BORDER BOTTOM */
.page-header H2 A
{
	border-bottom: 0px !important;
}
/*LOGIN REGISTER*/
.plusl-panel
{
	background-color: transparent;
	padding-top: 5px;
}
#plusl .plusl-panel &gt; SPAN
{
	text-decoration: underline;
}
#plusl .plusl-panel &gt; SPAN:hover
{
	text-decoration: none;
}
</pre></body></html>