.hide {
    display: none;
}

dl#info {
    font-family: "Josefin Sans", sans-serif;
}
dl#info:before, dl#info:after {
    display: table;
    content: " ";
}
dl#info:after {
    clear: both;
}

dt {
    margin: 0;
    font-weight: bold;
    width: 20ex;
    line-height: 1.5;
}

dd:before {
    content: ":";
    color: #888;
    margin-right: 1ex;
    font-weight: bold;
}

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