/***************************************************************************
 *
 *	ougc Feedback plugin (~/ougc_feedback.css)
 *	Author: Omar Gonzalez
 *	Copyright: © 2012 Omar Gonzalez
 *
 *	Website: https://ougc.network
 *
 *	Adds a powerful feedback system to your forum.
 *
 ***************************************************************************

****************************************************************************
	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 3 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.

	You should have received a copy of the GNU General Public License
	along with this program.  If not, see <http://www.gnu.org/licenses/>.
****************************************************************************/

.ougc_feedback_repbox {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 7px 5px 7px;
}

._negative {
    background-color: #FDD2D1;
    color: #CB0200;
    border: 1px solid #980201;
}

._neutral {
    background-color: #FAFAFA;
    color: #999999;
    border: 1px solid #CCCCCC;
}

._positive {
    background-color: #E8FCDC;
    color: #008800;
    border: 1px solid #008800;
}