#location_metabox .innards {
    font-size: 0;
}
#location_metabox .innards > * {
    font-size: 14px;
}
.field input, .field select, .field textarea {
	font-weight: normal;
}
.metric-table td {
	border-top: 1px solid #dddddd;
	text-align: center;
}
.metric-table tr.format {
	display: none;
}
.metric-table {
    width: 100%;
	border: 1px solid #dddddd;
}
.metric-table th:not(:last-child),
.metric-table td:not(:last-child) {
    border-right: 1px solid #dddddd;
}
.metric-scores.metric-table td {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}