/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.tm_exit_link {
    position: fixed;
    bottom: 40px;
    right: 50px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #ff0700;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}

.tm_exit_link:hover {
    background-color: #555;
    text-decoration: none;
}
