.arrow-btn{
    width: 25px;
    text-align: center;
    padding: 5px;
}
.arrow-btn:hover{
    background: black;
    color: white;
}
.arrow-btn:focus {
    outline: none;
    box-shadow: none;
}
.ms-parent{
    min-width: 150px !important;
}