/***************************************************************************
 *
 *	OUGC Custom Reputation plugin (CSS FILE)
 *	Author: Omar Gonzalez
 *	Copyright: © 2012 - 2020 Omar Gonzalez
 *
 *	Website: https://ougc.network
 *
 *	Allow users rate posts with custom post reputations with rich features.
 *
 ***************************************************************************
 
****************************************************************************
	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/>.
****************************************************************************/

/* THIS IS FOR THE NUMBER */
.customrep .number {
	border: 1px solid #A37140;
/*	background: #232424;
	position: absolute;*/
	z-index: 2;
	top: -0.7em;
	right: -1em;
	min-width: 1.2em;
	min-height: 1.2em;
	padding: .2em;
    line-height: 1;
	text-align: center;
	-moz-border-radius: 500rem;
	-webkit-border-radius: 500rem;
	border-radius: 500rem;
	text-decoration: none !important;
	/*font-weight: bolder;*/
}

.customrep .number.voted {
	border: 1px solid #232424;
	background: #A37140;
	color: #232424;
	padding: 0.25vw;
}

.customrep img {
	vertical-align: middle;
}

.customrep img, .customrep i {
	cursor: pointer;
    line-height: 1;
}


.customrep > span {
	display: inline-block;
/*	padding: 2px 5px;*/
	margin-bottom: 2px;
/*	background: #1D1E1E;
	border: 2px solid #A37140;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; */
	border-radius: 6px;
	position: static;
	margin-bottom: 1.5em;
	margin-left: 1em;
	margin-right: 1em;
/*	color: #F3DAC1; */
}

.customrep, .customrep * {
	font-size: 0.5em;
	
}
		