/**
 * Integration CSS
 *
 * This stylesheet contains the core styles for the Piano Composer Experiences,
 * including the Meter Experience. It ensures the Meter <div> (and any future
 * experiences) containers have the styles needed.
 *
 * Please do not remove this comment block. You may add your own notes below.
 */

/* Meter Experience */
.m-experience {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 28px 0 rgba(51, 51, 51, 0.1);
}

/* Screen Name notice(commenting) */
#screen-name-message {
    display: none;
}