/*
	Question2Answer (c) Gideon Greenspan

	http://www.question2answer.org/
	
	File: qa-plugin/category-followers-widget/qa-category-followers-widget-styles.css
	Version: See define()s at top of qa-include/qa-base.php
	Description: CSS file for category followers widget plugin

	This program is free software; you can redistribute it and/or
	modify it under the terms of the GNU General Public License
	as published by the Free Software Foundation; either version 2
	of the License, or (at your option) any later version.
	
	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	More about this license: http://www.question2answer.org/license.php
*/

.qa-widget-side .qa-category-followers-region-side {
margin:0;
padding:0;
}
.qa-widget-side h2.qa-category-followers-header {
font-size: 13px;
margin: 0 !important;
padding: 0 !important;
}
.qa-category-followers-setting {
font-size: 10px;
text-align: right;
}
.qa-category-followers-setting a {
text-decoration:underline;
}
.qa-widget-side .qa-category-followers-setting {
margin: 0 0 5px 0;
padding: 0;
}
.qa-widget-side .qa-category-followers-setting a {
margin: 0;
padding: 0;
}
.qa-category-followers-list {
list-style: none outside none;
margin: 0;
padding: 0;
}
.qa-category-followers-list li {
display: inline-block;
font-size: 9.5px;
margin: 0 1px 1px 0;
text-align: center;
}
.qa-category-followers-avatar {
display: inline-block;
}
.qa-category-followers-avatar a {
margin: 0;
}
.qa-category-followers-name {
display:block;
overflow: hidden;
white-space: nowrap;
}
.qa-category-followers-name a {
margin:0;
padding:0;
font-weight:normal;
}
.qa-widget-side .qa-category-followers-desc {
font-size: 11px;
margin:0;
}
.qa-widget-side .qa-category-followers-desc a {
margin: 0;
padding: 0;
}
.qa-category-followers-clear {
clear:both;
margin:0 !important;
padding:0 !important;
}
/*
     */
/*
*/