// ==UserScript==
// @name Arena Info Box Fixer
// @namespace http://www.simadons.gaiatools.com
// @description Fixes the Arena Winner scroll properties so that the all the text is visable.
// @include www.gaiaonline.com/community
// ==/UserScript==
GM_addStyle ("#arenas #arenas_inner {overflow: scroll; overflow-x: hidden; text-align: center;}");