/* Tutorial-specific wrapper styles
   Aligns with other non-real-estate modules for notes + layout tweaks. */
.notes-tooltip,
.notes-alert {
    display: none;
}

@media only screen and (min-width: 600px) {
    .notes-alert {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .notes-tooltip {
        display: block;
    }
}
