.tobr-period-line {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
}
.tobr-period-line div {
margin: 5px 10px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
border-radius: 4px;
background: #ffffff;
padding: 3px 5px;
font-size: 13px;
transition: all .2s;
}
.tobr-period-line .tobr-active,
.tobr-period-line div:hover {
background: #656565;
color: white;
transition: all .2s;
cursor: pointer;
} .tobr-period-select {
display: flex;
justify-content: flex-end;
}
.tobr-period-select select {
padding: 3px 5px;
}