.rnSlidePanel{
    min-width: 200px;
    display: flex;
    justify-content: center;
    background-color: #fefefe;
    border-radius: 8px;
    flex-direction: column;
}

.rnSlidePanel .rnSlideContent{
    min-height: 70px;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
}

.slidePanelLinks a:not(:last-child){
    margin-right: 15px;
}