body{
  background-color:#2c2c44;
  text-align:center;
  padding:50px 0;
	min-width: 800px;
	min-height: 400px
}

.pokemon{
  width:200px;
  height:200px;
  background-color:#302d2d;
  border-radius:30px;
  position:relative;
  font-size:200px;
  line-height:200px;
  display:inline-block;
}
.pokemon i:before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  height:44px;
  width:44px;
  border-radius:44px;
  background-color:#f6f7f8;
  z-index:2;
  margin:-41px 0 0 -41px;
  border:18px solid #302d2d;
}
.pokemon:before{
  content:"";
  width:200px;
  height:75px;
  background-color:#ef4144;
  display:block;
  border-radius:30px 30px 0 0;
  position:absolute;
  top:0;
  left:0;
}

.pokemon:after{
  content:"";
  width:200px;
  height:96px;
  background-color:#f6f7f8;
  display:block;
  border-radius:0 0 30px 30px;
  position:absolute;
  bottom:0;
  left:0;
  -webkit-box-shadow: inset 0px -20px 0px 0px #e2e3e4;
  box-shadow: inset 0px -20px 0px 0px #e2e3e4;
}


/* Pikachu */

.pikachu{

  width:200px;
  height:200px;
  background-color:#ffcd32;
  border-radius:30px;
  position:relative;
  font-size:200px;
  line-height:200px;
  display:inline-block;
  margin-left:30px;
  
  -webkit-box-shadow: inset 0px -20px 0px 0px #ffb900;
  box-shadow: inset 0px -20px 0px 0px #ffb900;
}
.pikachu:before,.pikachu:after{
  content:"";
  position:absolute;
  top:45px;
  height:40px;
  width:40px;
  background-color:#302d2d;
  border-radius:20px;
}
.pikachu:before{
  left:35px;
}
.pikachu:after{
  right:35px;
}
.pikachu span{
  position:absolute;
  top:88px;
  left:95px;
  height:5px;
  width:9px;
  background-color:#302d2d;
  border-radius: 5px 5px 5px 5px;
}
.pikachu span:before,
.pikachu span:after{
  content:"";
  position:absolute;
  top:25px;
  height:46px;
  width:46px;
  background-color:#ef4144;
  border-radius:23px;
}
.pikachu span:before{
  left:25px;
}
.pikachu span:after{
  right:25px;
}

.l {text-align:left}
.c {text-align:center}
.r {text-align:right}
.left {float:left}
.right {float:right}
#stats_members a.member, .bday_strip {white-space:nowrap}
.calendar li span {cursor:default}
#c_tos li {display:list-item;margin-left:25px}
#c_tos ul li {list-style:disc}
#c_tos ol li {list-style:lower-alpha}
#shoutrefresh {cursor:pointer}