@import url(//www.google.com/css/go-inlay.css);

@media screen, projection {

  #content-blog {
    margin: 1em 0 2em;
  }

  #content-blog img {
    margin-bottom: 3px;
    vertical-align: middle;
  }

  #content-blog .gfc-resultsHeader,
  #content-blog .gfc-results .gf-author,
  #content-blog .gfc-results .gf-spacer {
    display: none;
  }

  #content-contact a {
    white-space: nowrap;
  }

  #content-releases ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #content-releases ul li {
    margin-bottom: 6px;
  }

  #content-releases .date {
    color: #6f6f6f;
    display: block;
  }

  #nav .separator {
    font-weight: normal !important;
  }

  #section-main,
  #section-sidebar {
    float: left;
  }

  #section-main {
    width: 70%;
  }

  #section-sidebar {
    width: 30%;
  }

  #section-sidebar #content-contact,
  #section-sidebar #content-group {
    border: 1px solid #ccc;
    padding: 1em;
    margin: 0 0 1em 1em;
  }

  .logo {
    float: right;
  }

  /* RTL */

  .rtl #section-main,
  .rtl #section-sidebar {
    float: right;
  }

  .rtl #section-sidebar #content-contact,
  .rtl #section-sidebar #content-group {
    margin: 0 1em 1em 0;
  }

  .rtl .logo {
    float: left;
  }

}
