#wgt-gl-p-btn-cnt {
    clear: both;
    height: 30px;
    padding-bottom: 50px;
    margin-top:-10px;
    text-align:center;
}
#wgt-gl-p-btn {
    background: #336699;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    border:1px solid #2F577F;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
#wgt-gl-p-btn:hover {
    background-color: #2F577F;
}
