/* The server should redirect requests for host.css to this file, host-com.css,
 * when the hostname used was doynton.com as opposed to doynton.org.
 *
 * The class not-com can therefore be used to hide content on the .com
 * version of the site.
 */
.not-com {
  display: none;
}
