
input { cursor: pointer; }


#pokemon-details {
    position: relative;
  }

#centerDIV {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    display: none;	/* keep the element hidden */
}
.divFloat {
    margin: -10% auto;
    background-color: #FFF;
    border: solid 1px #999;
    color: #000;
    width: 1400px;
    height: auto;
    padding: 10%;
    -webkit-border-radius: 3px;
    -webkit-box-orient: vertical;
    -webkit-transition: 200ms -webkit-transform;
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
    display: block;
}

.btClose {
    margin: 0 auto;
    background-color: #FFF;
    color: red;
    border: none;
    width: auto;
    float: right;
    clear: both;
}
.btGetPass {
    color: #FFF;
    padding: 2px 4px;
    width: 150px;
    background-color: #FF780B;
    border: solid 1px #FF780B;
    border-top-right-radius: 10px 20px;
    border-bottom-right-radius: 10px 20px;
    border-bottom-left-radius: 10px 20px;
    border-top-left-radius: 10px 20px;
    display: block;
}
