  /**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 #notification-bar {
 	display: none;
 	justify-content: space-between;
 	align-items: center;
 	padding: .5rem;
 }

#cmi-notification-placeholder {
  margin-left: 1rem;
}

  #notification-bar p {
  	margin: 0;
  }

  #notification-close {
  	margin: 0 1rem;
  	cursor: pointer;
  	font-size: 24px;
  }