/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#swell-height {
  width: 100%;
  max-width: 350px; }
  #swell-height h2 {
    font-weight: 400;
    border-radius: 5px;
    color: #333333;
    background-color: #f3f3f3;
    padding: 0.5rem 1rem;
    font-family: "Quicksand", sans-serif;
    font-size: 16.8px;
    margin-bottom: 10px; }
  #swell-height div {
    position: relative;
    width: 100%;
    height: 100%; }
    #swell-height div canvas {
      width: 100%;
      height: 100%; }
