/* hide surveys button */
#userMenuToggleMenu li.my-surveys {
    display: none;
}

/* fix footer styling */
.reinvent-footer-copy a, .reinvent-footer-copy a:visited {
    color: #fff;
}

.reinvent-footer-copy a:hover {
    color: rgba(255, 255, 255, 0.7);
}
