/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 @charset "UTF-8";

.hidden {
  visibility: hidden;
}

.min-w-100 { 
  min-width: 100px;
}
