.pickr {
}

.pickr .pcr-button{
    box-shadow: 0 0 1px 0 rgba(0,0,0,1);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 175px;
    top: 14px;
}

.pcr-app{
    position: fixed;
    transform: translate(-175px,-14px);
    box-shadow: 0 0.2em 1.5em 0 rgba(0,0,0,.25), 0 0 1em 0 rgba(0,0,0,.02);
}