/**
   PoKeMoN
*/




/** main */
.pokemon-location {}
.pokemon-location table.buttons {
    margin: 11px 0 12px 0;
}

.pokemon-block {
    width: 652px;
    height: 618px;
    position: relative;
    border-radius: 5px;
    font-family: 'bloccregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-shadow: -1px -1px 1px #494949,-1px 1px 1px #494949,1px 1px 1px #494949,1px -1px 1px #494949,-1px -1px 0px #494949,-1px 1px 0px #494949,1px 1px 0px #494949,1px -1px 0px #494949;
}
.pokemon-block  { background:url(../images/loc/pokemon/bg/pokemon-bg-1.png) center center no-repeat #fee240; }
.pokemon-block.pokemon-block--butterfree  { background:url(../images/loc/pokemon/bg/pokemon-bg-2.png) center center no-repeat #fee240; }
.pokemon-block.pokemon-block--charmeleon  { background:url(../images/loc/pokemon/bg/pokemon-bg-3.png) center center no-repeat #847ebe; }
.pokemon-block.pokemon-block--ivysaur     { background:url(../images/loc/pokemon/bg/pokemon-bg-4.png) center center no-repeat #ee7468; }
.pokemon-block.pokemon-block--koffing     { background:url(../images/loc/pokemon/bg/pokemon-bg-5.png) center center no-repeat #71afc9; }
.pokemon-block.pokemon-block--onix        { background:url(../images/loc/pokemon/bg/pokemon-bg-6.png) center center no-repeat #8c82ae; }
.pokemon-block.pokemon-block--vulpix      { background:url(../images/loc/pokemon/bg/pokemon-bg-7.png) center center no-repeat #7e7b88; }
.pokemon-block.pokemon-block--meowth      { background:url(../images/loc/pokemon/bg/pokemon-bg-8.png) center center no-repeat #d37657; }
.pokemon-block.pokemon-block--psyduck     { background:url(../images/loc/pokemon/bg/pokemon-bg-9.png) center center no-repeat #f2b14c; }
.pokemon-block.pokemon-block--slowpoke    { background:url(../images/loc/pokemon/bg/pokemon-bg-10.png) center center no-repeat #f1a0b6; }

.pokemon-block .pokemon-action__button-wrapper,
.pokemon-block.pokemon-block--pikachu     .pokemon-action__button-wrapper { background: #fff476; }
.pokemon-block.pokemon-block--butterfree  .pokemon-action__button-wrapper { background: #b4a7e4; }
.pokemon-block.pokemon-block--charmeleon  .pokemon-action__button-wrapper { background: #f4d1c2; }
.pokemon-block.pokemon-block--ivysaur     .pokemon-action__button-wrapper { background: #a5c5d8; }
.pokemon-block.pokemon-block--koffing     .pokemon-action__button-wrapper { background: #a39abe; }
.pokemon-block.pokemon-block--onix        .pokemon-action__button-wrapper { background: #817e8a; }
.pokemon-block.pokemon-block--vulpix      .pokemon-action__button-wrapper { background: #d47959; }
.pokemon-block.pokemon-block--meowth      .pokemon-action__button-wrapper { background: #fece87; }
.pokemon-block.pokemon-block--psyduck     .pokemon-action__button-wrapper { background: #f3b348; }
.pokemon-block.pokemon-block--slowpoke    .pokemon-action__button-wrapper { background: #efa5b9; }

.pokemon-block.pokemon-block--empty {  }
.pokemon-block.pokemon-block--empty .pokemon-name,
.pokemon-block.pokemon-block--empty .pokemon-hint,
.pokemon-block.pokemon-block--empty .pokemon-footer__timer-col { display: none; }
/** /main */




/** bar */
.pokemon-bar {background:url(../images/loc/pokemon/pokemon_sprite.png) 0 -260px;width: 634px;position: absolute;top: 15px;left: 50%;margin: 0 0 0 -317px;height: 35px;z-index: 1;}
.pokemon-bar-100 {width: 620px;position: absolute;top: 7px;left: 7px;height: 21px;}
.pokemon-bar-percent-yellow {position: absolute;top: 0;left: 0;bottom: 0;max-width: 100%;background: url(../images/loc/pokemon/pokemon_sprite.png) 0 -330px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.pokemon-bar-percent-white {position: absolute;top: 0;left: 0;bottom: 0;max-width: 100%;background: url(../images/loc/pokemon/pokemon_sprite.png) 0 -300px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.pokemon-bar-label {margin: 43px 0 0 0;font-size: 15px;}
.pokemon-bar-label__start {float: left;}
.pokemon-bar-label__finish {float: right;}
.pokemon-bar-percent-pointer {position: absolute;top: -11px;bottom: -11px;margin: 0 0 0 0;max-width: 100%; min-width: 26px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.pokemon-bar-percent-pointer:before {content: '';background: url(../images/loc/pokemon/pokemon_sprite.png) 0 -360px;position: absolute;top: 0;bottom: 0;margin: 0 0 0 -10px;left: 0;right: 10px;}
.pokemon-bar-percent-pointer:after {content: '';background: url(../images/loc/pokemon/pokemon_sprite.png) -620px -360px;position: absolute;top: 0;bottom: 0;margin: 0 -9px 0 0;right: 0;width: 20px;}
.pokemon-bar-pokemons {position: absolute;left: 0;right: 0;top: 36px;text-align: center;}
.pokemon-bar-pokemons .pokemon-icon {margin: 0px 11px;}
.pokemon-bar-pokemons .pokemon-icon:first-child {margin: 0px 3px 0px 19px;}
.pokemon-bar-pokemons .pokemon-icon:last-child {margin: 0px 19px 0px 3px;}

.pokemon-bar-hints {position: absolute;height: 100%;left: 0;right: 2px;}
.pokemon-bar-hint {width: 2%;height: 100%;display: inline-block;cursor: help;vertical-align: top;}
.pokemon-bar-hint:hover {background: rgba(255,255,255,0.4);}
/** /bar */




/* icon */
.pokemon-icon {display: inline-block;background: url(../images/loc/pokemon/pokemon_sprite.png) 0 0 no-repeat;}
.pokemon-icon-cool {width: 75px;height: 95px;background-position: 0 0;}
.pokemon-icon-hp {width: 85px;height: 95px;background-position: -80px 0;}
/* empty */
.pokemon-icon.pikachu     {width: 40px;height: 40px;background-position:    0   -100px;}
.pokemon-icon.butterfree  {width: 40px;height: 40px;background-position:  -40px -100px;}
.pokemon-icon.charmeleon  {width: 40px;height: 40px;background-position:  -80px -100px;}
.pokemon-icon.ivysaur     {width: 40px;height: 40px;background-position: -120px -100px;}
.pokemon-icon.koffing     {width: 40px;height: 40px;background-position: -160px -100px;}
.pokemon-icon.onix        {width: 40px;height: 40px;background-position: -200px -100px;}
.pokemon-icon.vulpix      {width: 40px;height: 40px;background-position: -240px -100px;}
.pokemon-icon.psyduck     {width: 40px;height: 40px;background-position: -280px -100px;}
.pokemon-icon.meowth      {width: 40px;height: 40px;background-position: -320px -100px;}
.pokemon-icon.slowpoke    {width: 40px;height: 40px;background-position: -360px -100px;}
/* grey outline */
.pokemon-icon.pikachu.grey     {background-position:    0   -140px;}
.pokemon-icon.butterfree.grey  {background-position:  -40px -140px;}
.pokemon-icon.charmeleon.grey  {background-position:  -80px -140px;}
.pokemon-icon.ivysaur.grey     {background-position: -120px -140px;}
.pokemon-icon.koffing.grey     {background-position: -160px -140px;}
.pokemon-icon.onix.grey        {background-position: -200px -140px;}
.pokemon-icon.vulpix.grey      {background-position: -240px -140px;}
.pokemon-icon.psyduck.grey     {background-position: -280px -140px;}
.pokemon-icon.meowth.grey      {background-position: -320px -140px;}
.pokemon-icon.slowpoke.grey    {background-position: -360px -140px;}
/* closed */
.pokemon-icon.pikachu.closed     {background-position:    0   -180px;}
.pokemon-icon.butterfree.closed  {background-position:  -40px -180px;}
.pokemon-icon.charmeleon.closed  {background-position:  -80px -180px;}
.pokemon-icon.ivysaur.closed     {background-position: -120px -180px;}
.pokemon-icon.koffing.closed     {background-position: -160px -180px;}
.pokemon-icon.onix.closed        {background-position: -200px -180px;}
.pokemon-icon.vulpix.closed      {background-position: -240px -180px;}
.pokemon-icon.psyduck.closed     {background-position: -280px -180px;}
.pokemon-icon.meowth.closed      {background-position: -320px -180px;}
.pokemon-icon.slowpoke.closed    {background-position: -360px -180px;}
/* closed */
.pokemon-icon.pikachu.curr     {background-position:    0   -220px;}
.pokemon-icon.butterfree.curr  {background-position:  -40px -220px;}
.pokemon-icon.charmeleon.curr  {background-position:  -80px -220px;}
.pokemon-icon.ivysaur.curr     {background-position: -120px -220px;}
.pokemon-icon.koffing.curr     {background-position: -160px -220px;}
.pokemon-icon.onix.curr        {background-position: -200px -220px;}
.pokemon-icon.vulpix.curr      {background-position: -240px -220px;}
.pokemon-icon.psyduck.curr     {background-position: -280px -220px;}
.pokemon-icon.meowth.curr      {background-position: -320px -220px;}
.pokemon-icon.slowpoke.curr    {background-position: -360px -220px;}
/* /icon */




/* char */
.pokemon-char {position: absolute;text-align: center;left: 0;right: 0;top: 59px;}
.pokemon-char__img {  }
/* /char */




/* pokemon-stats */
.pokemon-stats {position: absolute;left: 0;right: 0;text-align: center;top: 300px;}
.pokemon-stat {width: 190px;text-align: center;}
.pokemon-stat--l {float: left;width: 180px;}
.pokemon-stat--r {float: right;}
.pokemon-stat__icon {}
.pokemon-stat__label {font-size: 17px;margin: 3px 0 0 0;}
.pokemon-stat__value {font-size: 33px;color: #fff82e;line-height: 30px;margin: 2px 0 0 0;}
/*.pokemon-stat__value-divider {vertical-align: middle;margin: 0 2px 0 5px;}*/
/* /pokemon-stats */




/** name */
.pokemon-name {position: absolute;left: 0;right: 0;text-align: center;bottom: 160px;font-size: 33px;}
/** /name */




/** hint */
.pokemon-hint {position: absolute;left: 0;right: 0;text-align: center;bottom: 134px;font-size: 17px;}
/** /hint */




/** action */
.pokemon-action {position: absolute;left: 0;right: 0;text-align: center;bottom: 53px;}
.pokemon-action__button-wrapper { display: inline-block; vertical-align: top; padding: 4px; border-radius: 21px; }
.pokemon-action__button {background: #ffee2e;display: inline-block;height: 60px;line-height: 54px;color: #fff;font-size: 33px;padding: 0 63px;border: 3px solid #494949;border-radius: 18px;box-shadow: inset 0 -5px 0 3px #eeb711; min-width: 130px;vertical-align: top; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; }
.pokemon-action__button:hover {cursor: pointer;background: #fffd11;box-shadow: inset 0 -4px 0 3px #fdd602;line-height: 56px;}
.pokemon-action__button:active {cursor: pointer;background: #fffd11;box-shadow: inset 0 0 0 3px #fdd602;line-height: 64px;}
.pokemon-action__button .tugriki {color: #e0e0e0;font-weight: normal;}
.pokemon-action__button .ruda {font-weight: normal;color: #3ff548;}
.pokemon-action__button .neft {font-weight: normal;color: #c3c3c3;}
.pokemon-action__button .med {font-weight: normal;color: #fdba15;}
/** /action */




/** footer */
.pokemon-footer {position: absolute;bottom: 0;left: 0;right: 0;font-size: 17px;line-height: 20px;color: #fff;padding: 0 18px 14px 18px;text-align: center;}
.pokemon-footer__col {display: inline-block;width: 36%;min-width: 30%;vertical-align: top;}
.pokemon-footer-hint {text-align: center;font-size: 11px;color: #7b4500;margin: 0 0 0 0;}
/** /footer */





/** exchange */
.pokemon-exchange {margin-top: 20px;background: #ffdc83;border-radius: 5px;padding: 5px 25px 23px 25px;text-align: center;position: relative;width: 602px;}
.pokemon-exchange__h3 {text-align: center;font-size: 10pt;font-weight: bold;color: #975D17;margin: 0 0 3px 0;background: none;text-shadow: 0 1px 0 #f8e9cd;}

.pokemon-exchange-bar-block {margin: 7px 0 0 0;position: relative;}
.pokemon-exchange-bar-block__header {margin: 0 0 5px 0;color: #7b4500;font-family: 'bloccregular', "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 17px;}
.pokemon-exchange-bar {border: 2px solid #a66328;background: #ffefc8;position: relative;height: 28px;font-family: 'bloccregular', "Helvetica Neue", Helvetica, Arial, sans-serif;color: #a66328;font-size: 24px;border-radius: 8px;box-shadow: inset 0 3px 0 2px #fff7e2;margin: 9px 0 0 0;}
.pokemon-exchange-bar .percent {position: absolute;top: -4px;left: -4px;bottom: -4px;overflow: hidden;border: 2px solid transparent;padding: 2px;}
.pokemon-exchange-bar .percent-inner {position: absolute;top: 0;left: 0;bottom: 0;background: #80f977;box-shadow: inset 0 3px 0 2px #bdfcb8;border: 2px solid #4ea628;border-radius: 8px;width: 598px;}
.pokemon-exchange-bar .label {position: absolute;top: 0;left: 10px;right: 10px;line-height: 28px;}
.pokemon-exchange-bar .label-l {float: left;color: #1b5103;}
.pokemon-exchange-bar .label-r {float: right;}

.pokemon-exchange-bar-hint-button {position: absolute;top: -1px;right: 0;}
.pokemon-exchange-bar-hint-button.button .f .c {padding: 2px 7px 1px 7px;}

.pokemon-exchange-calc {margin: 18px 0 0 0;background: #ffefc8;border-radius: 7px;width: 383px;padding: 10px 7px;display: inline-block;vertical-align: top;text-align: center;}
.pokemon-exchange-calc__header {margin: 0 0 5px 0;color: #7b4500;font-family: 'bloccregular', "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 17px;}
.pokemon-exchange-calc .button .f .c {padding: 2px 43px 3px 43px;color: #7b4500;font-family: 'bloccregular', "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 17px;font-weight: normal;}
.pokemon-exchange-calc__values {line-height: 33px;color: #7b4500;font-size: 24px;padding: 0 5px;text-align: left;}
.pokemon-exchange-calc__values .petric {vertical-align: middle;}
.pokemon-exchange-calc__values .petric i {background: url(../images/loc/pokemon/pokemon_sprite.png) -180px -30px no-repeat;width: 21px;height: 26px;margin: -6px -4px 0 -3px;}
.pokemon-exchange-calc__values .ruda {vertical-align: middle;}
.pokemon-exchange-calc__values .ruda i {background: url(../images/loc/pokemon/pokemon_sprite.png) -180px 0 no-repeat;width: 31px;height: 22px;margin: -4px 0 0 0;}
.pokemon-exchange-calc__input {width: 135px;height: 33px;line-height: 33px;border: 1px solid #b99846;border-radius: 6px;color: #7b4500;font-size: 24px;padding: 0 5px;vertical-align: middle;}
.pokemon-exchange-calc__result {color: #009054;vertical-align: middle;}
.pokemon-exchange-calc__equals {font-weight: bold;vertical-align: middle;margin: 0px 0 0 0;display: inline-block;}
.pokemon-exchange-calc__actions {margin: 10px 0 0 0;}

.pokemon-exchange-promo {width: 198px;height: 136px;display: inline-block;vertical-align: top;background: url(../images/loc/pokemon/pokemon_sprite.png) -420px -100px no-repeat;margin: 10px 0 0 0;float: left;text-align: center;position: relative;}
.pokemon-exchange-promo p {line-height: 18px;color: #7b4500;font-size: 12px;position: absolute;left: 0;right: 10px;bottom: 10px;margin: 0;}

.pokemon-exchange-row { text-align: right; }
/** /exchange */




/** alert */
.pokemon-info-alert {display: none;position:absolute;z-index:100;width:458px;top:360px;left:50%;margin-left:-229px;text-align:center;background: #ffeab4;-moz-box-shadow:0 0 60px 0 #0368a5;-webkit-box-shadow: 0 0 60px 0 #080808;box-shadow: 0 0 60px 0 #080808;border: 4px solid #f9f9f9;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding: 25px 0 15px 0;}
.pokemon-info-alert-button-wrapper{background: #fff4b3;padding:3px;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;}
.pokemon-info-alert-button{line-height: 24px;padding: 0 14px 2px 14px;min-width: 120px;border: 3px solid #484949;text-shadow:0 1px 1px #e8c985;color:#6f2700;font-family: Arial,Helvetica,sans-serif;font-size: 11px;background:#ffe554;cursor:pointer;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFFFE554',endColorstr='#FFFF9942');background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjZiZCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZlNTU0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY5OTQyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');background-size:100%;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#fff6bd),color-stop(20%,#ffe554),color-stop(100%,#ff9942));background-image:-moz-linear-gradient(top,#fff6bd 0%,#ffe554 20%,#ff9942 100%);background-image:-webkit-linear-gradient(top,#fff6bd 0%,#ffe554 20%,#ff9942 100%);background-image:linear-gradient(to bottom,#fff6bd 0%,#ffe554 20%,#ff9942 100%);filter:none;-moz-box-shadow:inset 0 -1px 0 1px #dd7015;-webkit-box-shadow:inset 0 -1px 0 1px #dd7015;box-shadow:inset 0 -1px 0 1px #dd7015;-moz-box-shadow:inset 0 -1px 0 1px rgba(221,112,21,0.7);-webkit-box-shadow:inset 0 -1px 0 1px rgba(221,112,21,0.7);box-shadow:inset 0 -1px 0 1px rgba(221,112,21,0.7);font-weight: bold;}
.pokemon-info-alert-button span{font-size:11px;font-family:tahoma,Arial,sans-serif;}
.pokemon-info-alert-button:hover,
.pokemon-info-alert-button:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFFFE96E',endColorstr='#FFFFA75B');background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjlkNyIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZlOTZlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZhNzViIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');background-size:100%;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#fff9d7),color-stop(20%,#ffe96e),color-stop(100%,#ffa75b));background-image:-moz-linear-gradient(top,#fff9d7 0%,#ffe96e 20%,#ffa75b 100%);background-image:-webkit-linear-gradient(top,#fff9d7 0%,#ffe96e 20%,#ffa75b 100%);background-image:linear-gradient(to bottom,#fff9d7 0%,#ffe96e 20%,#ffa75b 100%);filter:none;-moz-box-shadow:inset 0 -1px 0 1px rgba(235,130,43,0.73);-webkit-box-shadow:inset 0 -1px 0 1px rgba(235,130,43,0.73);box-shadow:inset 0 -1px 0 1px rgba(235,130,43,0.73);}
.pokemon-info-alert-button:active{line-height:27px;padding-bottom:0;-moz-box-shadow:inset 0 0 0 1px rgba(235,130,43,0.73);-webkit-box-shadow:inset 0 0 0 1px rgba(235,130,43,0.73);box-shadow:inset 0 0 0 1px rgba(235,130,43,0.73);}
.pokemon-info-alert__actions{margin-top: 5px;}
.pokemon-info-alert__h4{margin:0;color: #4a3007;font-size:32px;font-family:"bloccregular","Helvetica Neue Light","HelveticaNeue-Light","Helvetica Neue",Calibri,Helvetica,Arial,sans-serif;text-shadow:none;text-shadow:0 -3px 1px #ffffff;text-shadow:-2px -3px 1px #ffffff,0 -3px 0 #ffffff,2px -3px 1px #ffffff,3px -2px 1px #ffffff,-3px -2px 1px #ffffff,2px -2px 1px #ffffff,-2px -2px 1px #ffffff,3px 0 0 #ffffff,-3px 0 0 #ffffff,3px 2px 1px #ffffff,-3px 2px 1px #ffffff,2px 2px 1px #ffffff,-2px 2px 1px #ffffff,0 3px 0 #ffffff,2px 3px 1px #ffffff,-2px 3px 1px #ffffff;position:absolute;left:0;right:0;top:-25px;z-index:2;}
.pokemon-info-alert__p{text-align:left; font-size: 14px;margin: 0 0 20px 10px;font-weight:normal;color: #4a3007;text-shadow: 0 1px 0 rgba(255, 255, 255, 0.88);}
.pokemon-info-alert  li{padding-top:10px;}
.pokemon-info-alert__close {cursor: pointer;z-index: 10;position: absolute;top: -12px;right: -12px;width: 25px;height: 25px;background: url(../images/loc/pokemon/pokemon_sprite.png) -220px 0;}
.pokemon-action__button.pokemon-action__button--small {text-shadow: -1px -1px 1px #8e5f0d,-1px 1px 1px #8e5f0d,1px 1px 1px #8e5f0d,1px -1px 1px #8e5f0d,-1px -1px 0px #8e5f0d,-1px 1px 0px #8e5f0d,1px 1px 0px #8e5f0d,1px -1px 0px #8e5f0d;font-family: 'bloccregular', "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 21px;padding: 0 30px;height: 40px;line-height: 38px;border: 2px solid rgb(128, 86, 31);}
.pokemon-info-alert:before {content: '';position: absolute;bottom: 0;left: 0;right: 0;height: 8px;}
.pokemon-info-alert:after  {content: '';position: absolute;top: 0;left: 0;right: 0;height: 8px;}
/** /alert */



