        .TableStyleTransform
        {
            margin: auto;
        }
       
		
        .SectionDivs
        {
            margin: 5px;
            overflow: hidden;
            padding: 5px;
        }
        
        .ClickButton
        {
            -moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
            -webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
            box-shadow: inset 0px 1px 0px 0px #bee2f9;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
            background: -moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
            background: -webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
            background: -o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
            background: -ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
            background: linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
            background-color: #63b8ee;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border: 1px solid #3866a3;
            color: #14396a;
            font-family: arial;
            font-size: 13px;
            font-weight: bold;
            padding: 6px;
            text-decoration: none;
            text-shadow: 0px 1px 0px #7cacde;
            cursor: pointer;
            margin: 3px;
            display: inline-block;
        }
        
        .Margin0
        {
            margin: 0px;
        }
        
        .Padding0
        {
            padding: 0px;
        }
        
        .ClickButton:hover
        {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
            background: -moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
            background: -webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
            background: -o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
            background: -ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
            background: linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
            background-color: #468ccf;
        }
        .ClickButton:active
        {
            position: relative;
            top: 1px;
        }
        
        .InlineBlock
        {
            display: inline-block;
        }
        
        .FloatLeft
        {
            float: left;
        }
        
        .Width100
        {
            width: 100%;
        }
        
        .MonsterImageBG
        {
            padding: 3px;
            width: 300px;
            height: 300px;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            background-color: #efefef;
            background: -moz-linear-gradient( 		top, 		#efefef 0%, 		#d3d3d3);
            background: -webkit-gradient( 		linear, left top, left bottom,  		from(#efefef), 		to(#d3d3d3));
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            border: 0px solid #ffffff;
            -moz-box-shadow: 1px 1px 1px rgba(159,159,159,1), inset 0px 0px 1px rgba(255,255,255,0.7);
            -webkit-box-shadow: 1px 1px 1px rgba(159,159,159,1), inset 0px 0px 1px rgba(255,255,255,0.7);
            box-shadow: 1px 1px 1px rgba(159,159,159,1), inset 0px 0px 1px rgba(255,255,255,0.7);
        }
        
        table.Features td
        {
            font-size: 14px;
            text-align: center;
            color: #000000;
            padding: 5px;
            background-color: #ffffff;
            background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#d6d6d6);
            background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#d6d6d6));
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            border: 3px solid #000000;
            -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
            -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
            box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 3px rgba(255,255,255,1);
            text-shadow: 0px -1px 0px rgba(255,000,255,0.1), 0px 1px 0px rgba(255,255,255,1);
            padding-left: 10px;
            padding-right: 10px;
        }
        
        table.StatPoints td, .RegularTd, table.StatPoints td div.PerAbility
        {
            font-size: 14px;
            text-align: center;
            color: #4b4b4b;
            padding: 5px;
            background-color: #f4f4f4;
            background: -moz-linear-gradient(
		top,
		#f4f4f4 0%,
		#e3e3e3);
            background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f4f4f4),
		to(#e3e3e3));
            border: 1px solid #b9b9b9;
            text-shadow: 0px 0px 0px rgba(000,000,000,0), 1px 1px 1px rgba(255,255,255,1);
        }
        
        table.StatPoints td div.PerAbility
        {
            display: inline-block;
            margin: 2px;
            width: 165px;
        }
        
        table.Features td img
        {
            vertical-align: middle;
        }
        
        table.Features td.MonsterName, table.StatPoints td.MonsterStats, td.TransformationTitle, table.MoveDefinitionTable td.TransformationTitle
        {
            font-size: 15px;
            -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
            -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
            box-shadow: inset 0px 1px 0px 0px #caefab;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
            background: -moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
            background: -webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
            background: -o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
            background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
            background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
            background-color: #77d42a;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border: 1px solid #268a16;
            color: #306108;
            text-decoration: none;
            text-shadow: 0px 1px 0px #aade7c;
        }
        
        td.TransformationTitle, table.MoveDefinitionTable td.TransformationTitle
        {
            padding: 5px;
            text-align: center;
        }
        
        table.StatPoints
        {
            min-width: 400px;
        }
        
        table.StatPoints td a, table.StatPoints td a:hover, table.StatPoints td a:visited
        {
            color: inherit;
            text-decoration: underline;
            display: block;
        }
        table.StatPoints td a:hover
        {
            color: Black;
        }
        
        table.StatPoints td img
        {
            vertical-align: middle;
        }
        
        table.StatPoints td.StatsTd
        {
            padding: 1px;
            margin: 1px;
            border-width: 0px;
        }
        
        td.NoEffectLink a, td.NoEffectLink a:visited, td.NoEffectLink a:hover
        {
            text-decoration: none;
            border-width: 0px;
            color: inherit;
        }
        
        .SmallToolTipIcon
        {
            background-image: url('//static.monstermmorpg.com/images/backgrounds/question_16_16.webp');
            width: 16px;
            height: 16px;
            vertical-align: middle;
            float: right;
            display: inline-block;
        }
        
        .SmallToolTipIcon:hover
        {
            cursor: help;
        }
        
        .PerPoke
        {
            display: table-cell;
            width: 62px;
            height: 62px;
            padding: 1px;
            vertical-align: middle;
            text-align: center;
        }
        
        .FormNameWidth
        {
            width: 120px;
        }
        
        .TransformDetail
        {
            font-size: 14px;
            color: #595959;
            padding: 5px;
            background-color: #f5f5f5;
            background: -moz-linear-gradient(
		top,
		#f5f5f5 0%,
		#e1e1e1);
            background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f5f5f5),
		to(#e1e1e1));
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            border: 1px solid #cccccc;
            -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 3px rgba(255,255,255,1);
            -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 3px rgba(255,255,255,1);
            box-shadow: 0px 1px 3px rgba(000,000,000,0.1), inset 0px 0px 3px rgba(255,255,255,1);
            text-shadow: 0px -1px 0px rgba(000,000,000,0), 0px 1px 0px rgba(255,255,255,1);
            display: inline-block;
        }
        
        .TransformDetail hr
        {
            border: 1px solid #cccccc;
        }
        
        a.TransformLink
        {
            display: block;
            text-align: center;
            padding: 5px;
        }
        
        .AttackToolTip
        {
            background-image: url('//static.monstermmorpg.com/images/pokemonpokedex/info_icon_24_px.webp');
            width: 24px;
            height: 24px;
            margin: 0;
            padding: 0;
            display: inline-block;
        }
        .AttackToolTip:hover
        {
            cursor: help;
        }

.NiceBg {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
    background-color: #ededed;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #dcdcdc;
    font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
    font-weight: bold;
}

.MainBg {
    padding: 5px;
}

.MainTitle {
    margin: 5px;
    text-align: center;
    padding: 5px;
    font-size: 15px;
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    box-shadow: inset 0px 1px 0px 0px #caefab;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
    background: -moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
    background-color: #77d42a;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #268a16;
    color: #306108;
    text-decoration: none;
    text-shadow: 0px 1px 0px #aade7c;
}

.PerExp {
    font-size: 13px;
    text-align: left;
    color: #4b4b4b;
    padding: 3px;
    background-color: #f4f4f4;
    background: -moz-linear-gradient( top, #f4f4f4 0%, #e3e3e3);
    background: -webkit-gradient( linear, left top, left bottom, from(#f4f4f4), to(#e3e3e3));
    border: 1px solid #b9b9b9;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 1px 1px 1px rgba(255,255,255,1);
    display: inline-block;
    margin: 2px;
    width: 170px;
}

.ImportantText {
    background: #feda71;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#feda71), to(#febe4d));
    background: -moz-linear-gradient(#feda71, #febe4d);
    background: linear-gradient(#feda71, #febe4d);
    border: solid 1px #eab551;
    border-bottom: solid 3px #b98a37;
    box-shadow: inset 0 0 0 1px #fee9aa;
    color: #996633;
    text-shadow: 0 1px 0 #fedd9b;
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.NoChangesLink, .NoChangesLink a, .NoChangesLink a:visited {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}