p.tweet { margin: 2px; }
p.tweet .from_user { font-size: small; }
p.tweet .created_at { font-size: x-small; font-style: oblique; }

p.hotel { margin: 2px; }
p.hotel .price { font-size: x-small; font-style: oblique; }
p.hotel .info { font-size: small; }

p.restaurant { margin: 2px; }
p.restaurant .name { font-weight: bold; }
p.restaurant .genre { font-size: small; }
p.restaurant .hour { font-size: x-small; line-height: 1; display: block; }
