.fsrvo-toolbar {
    margin-bottom: 8px;
    text-align: right;
}

.fsrvo-reset-button {
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 12px;
}

.fsrvo-reset-button:hover {
    background: #e2e2e2;
}