.pl-container,
.pl-wrapper,
.pl-down,
.pl-up-before,
.pl-up-in,
.pl-up-end {
    margin: 0;
    padding: 0;
}

.pl-container {
    display: block;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.pl-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
}

.pl-down,
.pl-up-before,
.pl-up-in,
.pl-up-end {
    display: none;
    text-align: center;
    font-size: 14px;
    color: #616161;
}

.pl-down {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 100;
}

.pl-up-before,
.pl-up-in,
.pl-up-end {
    margin-bottom: 10px;
}
