/* Styling for /reviews. */

#metadata {
    clear:left;
	height: 17em;
}
#metadata h2 { display: none; }

#metadata-info {
    width: 30em;
	height: 17em;
    border: 1px solid black;
	border-radius: 5px;
    clear: right;
    background-color: hsl(30, 20%, 95%);
}

#metadata-info h3 { display: none; }
#metadata-info ul {
    list-style-type: none;
    padding-left: 1em;
}
#image {
    float: left;
    height: 16em;
    padding-right: 1em;
    padding-left: 5px;
}
#image h3 { display: none; }
#image .caption { display: none; }
#image figcaption { display: none; }
#image figure { height: 16em; }
#image figure img { height: 15em; }

#review {
    clear: left;
}

h1.title {
    font-size: 1.2em;
}
h4.date {
    font-size: 1em;
}
#review > h2 {
    display: none;
}
