body {
    margin: 0;
    padding: 0;

    font-family: "Helvetica Neue", sans-serif;
    color: #333;
}

h1 {
    text-transform: uppercase;
}
h1 .family {
    font-weight: normal;
}

dt {
    font-weight: bold;
}

dl div {
    cursor: pointer;
}

dd {
    margin: 0 0 1em 0;
    line-height: 1.5;
}

#map {
  width: 46.258%;
  height: 480px;
}

#left {
    position: fixed;
    width: 100%;
    height: 100%;
}

#right {
    position: absolute;
    box-sizing: border-box;

    top: 0;
    left: 46.258%;
    width: 53.742%;

    padding: 1em;
}
