
/**
 * FairShare Game Code Regulator
 * 
 * This plugin makes code/key sharing safer and more fair by consuming all codes 
 * and restricting their distribution.
 * 
 * @author Tim Gunter <tim@vanillaforums.com>
 * @copyright 2003 Vanilla Forums, Inc
 * @license Proprietary
 * @package PennyArcade
 */

span.fairshare {
   padding: 5px 9px;
   border: 1px solid #a8a8a8;
   border-radius: 4px;
   background: white;
   box-shadow: inset 0 -1px 4px #e6e6e6;
   color: #252525;
   font-size: 11px;
}

span.fairshare .remaining {
   margin-left: 8px;
   background: #d9d9d9;
   color: black;
   font-weight: bold;
   border-radius: 4px;
   padding: 2px 6px;
}

span.fairshare.busy {
   opacity: 0.5;
}

span.fairshare.busy .title {
   cursor: arrow;
}