.ps-widget {
    color: #077;
    position: relative;
    top: 15px;
    cursor: pointer;
}

.ps-widget:hover {
    color: #009697;
}

@media (min-width: 768px){
    .ps-widget {
        margin-top: 0;
        display: inline-block!important;
        height: 20px;
        width: auto;
    }
}


@media (max-width:990px) {
    .ps-widget {
        height: 20px;
        color: #009697;
        right:30px;
    }
}

@media (max-width: 767px){
    .ps-widget {
        top: 10px;
        margin-bottom: 20px;
    }
}

.ps-widget.ps-disabled{
    display: none!important;
}

.ps-button-label {
    white-space: nowrap;
}