.view_interaction_button {
    color: navy;
    font-size: 12px;
    cursor: pointer;
}


.view_interaction_button:hover {
    color: red;
}

