.tobr-nav {
display: flex;
align-items: center;
}
.tobr-nav > div {
margin: 0 8px;
}
.tobr-nav-btn {
background: white;
width: 32px;
height: 32px;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
border-radius: 4px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
transition: all .2s;
}
.tobr-nav-btn:hover {
background: #656565;
color: white;
transition: all .2s;
cursor: pointer;
}
.tobr-nav-page input {
border: none;
background-color: unset;
width: 37px;
}