  [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
  }

  .graphgist-panel h2 {
    margin-left: 64px;
  }

  .top-bar .name h1 a {
    color: black;
  }

  ul.orbit-slides-container li {
    z-index: 4;
    margin-left: 0%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 150%;
  }

  ul.orbit-slides-container li h1 {
    margin-top: 48px;
    top: 250px;
    background-color: #2D7AB1;
    z-index: 0;
    opacity: 0.95;
    color: white;
    padding: 0.2em;
    border: 1px solid #10507E;
    margin: 1em 0;
  }

  .marquee.blue.center {
    margin-bottom: 2em;
  }

  section.marquee {
    padding: 20px 0;
  }

  .domain .item > a {
    height: 110px;
    display: block;
    background-size: auto 110px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .orbit-container .orbit-slides-container>* .orbit-caption {
    padding: 0.625rem 0.875rem 1.1rem 0.875rem;
    background-color: #2D7AB1;
  }

  .domain ul {
    height: 190px !important;
    overflow: hidden;
  }

  .domain ul li .image-container {
    border: 1px solid #BBB;
  }

  .domain ul li .image-container {
    height: 200px !important;
    overflow: hidden;
    background-repeat: none;
    background-position: left center;
    background-size: 100% auto;
  }

  .domain ul li .orbit-caption a {
    color: white;
  }

  #gist-list .thumbnail {
    height: 300px;
    background: transparent;
    overflow: hidden;
    padding: 2px;
    border: 5px solid white;
    box-shadow: inset 0px 0px 0px 2px #2D7AB1;
  }

  #gist-list .thumbnail .caption {
    background-color: #2D7AB1;
    text-align: center;
    position: absolute;
    left: 2px;
    right: 1px;
    bottom: 1px;
    opacity: 0.8;
  }

  #gist-list .thumbnail .caption h3 {
    color: white;
  }

  .poster-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #CCC;
  }

  #main-poster-image {
    width: 80%;
    margin: 0 45px;
  }

  .user-logo {
    padding: 0;
    margin: 0 5px;
    width: auto;
  }
  .user-logo .gist {
    display: block;
    width: 150px;
    height: 75px;
    border: 1px solid #e3e3e3;
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding-top: 35px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-shadow: -2px -2px 5px #FFF, 2px 2px 5px #FFF;
    color: black;
    font-weight: bold;
    text-align: center;
  }

  .featured-gist .poster-image {
    width: 450px;
    height: 250px;
    border-radius: 200px 75px;
    margin-left: 30px;
  }

  .featured-gist .lead a {
    white-space: nowrap;
  }

  .featured-gist.even .overview {
    float: right;
  }
  .featured-gist.even .poster-image {
    border-radius: 125px 225px;
  }

  section.featured-gist {
    padding-top: 10px;
  }

  .lead {
    font-weight: 300;
  }


  #rendered-gist .sectionbody > * {
    padding: 0 4em;
  }

  #rendered-gist .sectionbody .imageblock,
  #rendered-gist .sectionbody .admonitionblock {
    padding: 1em 6em;
  }

  div.admonitionblock {
    margin: 1em 0;
  }
  
  div.admonitionblock table {
    background: none;
    min-width: 50%;
  }
  
  div.admonitionblock tbody,div.admonitionblock td,div.admonitionblock th {
    border: 0 none;
  }
  
  div.admonitionblock td.icon {
    vertical-align: middle;
    text-align: center;
    width: 4em;
  }
  
  div.admonitionblock td.content {
    vertical-align: top;
    padding: 4px;
  }
  
  div.admonitionblock td.content b {
    display: block;
  }
  
  div.note *,div.caution *,div.important *,div.tip *,div.warning * {
    background: inherit !important;
    color: inherit !important;
    border: inherit !important;
  }

  #rendered-gist .loading-message {
    margin: 1em;
    line-height: 1em;
  }

  .calloutsection {
    padding: 40px;
  }

  .use-case dl.tabs dd a {
    color: rgb(61, 83, 96);
  }

  #section-title {
    display: none;
  }

  /* GraphGist search box */
  #search-result {
    position: absolute;
    right: 0;
    top: 39px;
    z-index: 10;
    font-size: 1.6em;
    right: 10px;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    background-color: white;
  }

  #search-result .list-group {
    width: 500px;
    margin-bottom: 0;
  }

  #search-result .list-group-item {
    height: 100px;
    overflow-y: hidden;
    border-radius: 0;
    text-align: left;
  }

  #search-result .thumbnail {
    height: 60px;
    max-width: 90px;
    overflow: hidden;
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0;
  }

  #search-result .search-notice {
    background-color: white;
    padding: 1em;
    border: 1px solid #BBB;
    width: 100%;
  }
  /* End GraphGist search box */


  .ng-hide {
    /* this is just another form of hiding an element */
    display: block!important;
    position: absolute!important;
    top: -9999px!important;
    left: -9999px!important;
  }




  pre, pre code {
      font-size: 12px;
      background-color: #fcfcfc;
      border-color: #dddddd;
  }

  code[class*="language-"], pre[class*="language-"] {
    color: black;
    word-wrap: break-word;
  }

  pre.highlight {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
  }

  pre.language-cypher {
    padding: 2em;
  }

  pre.highlight code {
    background: rgba(255, 255, 255, 0.8);
  }

  pre.highlight.with-buttons {
      padding: 10px 20px 40px 20px;
  }

  pre.highlight h5 {
      margin: 6px 0 3px 0;
  }

  span.query-toggle, span.result-toggle {
      position: absolute;
      right: 0;
      cursor: pointer;
      padding: 9.5px;
  }

  span.query-toggle {
      top: 0;
      padding-top: 6px;
  }

  span.query-toggle {
    font-size: 20px;
  }

  span.result-toggle {
      bottom: 0;
      padding-bottom: 6px;
  }

  a.run-query {
      position: absolute;
      bottom: 6px;
      left: 9.5px;
  }

  a.edit-query {
      position: absolute;
      bottom: 6px;
      left: 45px;
  }

  .query-info {
      position: absolute;
      bottom: 6px;
      right: 30px;
  }

  a.resize-toggle {
      position: absolute;
      right: 0;
      bottom: -39px;
  }

  a.show-console-toggle {
      position: relative;
      top: -35px;
  }

  a.show-console-toggle.show-console-toggle-hidden-console {
      top: 0;
  }

  span.resize-vertical-handle {
      position: absolute;
      bottom: -11px;
      display: block;
      height: 9px;
      width: 100%;
      background: #f9f9f9;
      border: 1px solid rgba(0, 0, 0, 0.15);
      cursor: s-resize;
  }

  span.resize-vertical-handle span {
      display: block;
      margin: 4px auto;
      height: 1px;
      width: 30px;
      background: #888888;
  }

  #resize-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
  }

  #console-wrapper, p.console {
      height: 23em;
  }

  #console-wrapper {
      position: relative;
  }

  #console {
      height: 100%;
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.15);
  }

  .console #console-wrapper {
      left: 0;
      top: 0;
      width: 99.7%;
      z-index: 1;
  }

  .console #console-wrapper.fixed-console {
      z-index: 100;
  }

  #console-wrapper.fixed-console {
      position: fixed;
  }

  #console-label {
      display: none;
  }

  p.console.fixed-console > #console-label {
      display: inline;
  }

  p.console.fixed-console {
      height: 24px;
      margin-bottom: 24px;
  }

  #content.internet-explorer #console-wrapper.fixed-console {
      width: 98%;
  }

  #console-wrapper .resize-toggle {
    padding: 7px;
    border-radius: 4px;
    bottom: -70px;
  }

  p.console {
      margin-bottom: 48px;
      background: #eeeeee url('http://gist.neo4j.org/images/loading.gif') no-repeat center center;
  }

  p.console > span.loading {
      display: block;
      margin: 0 auto;
      width: 100%;
      padding: 4em 0 0 0;
      text-align: center;
  }

  div.visualization {
    margin: 0 64px;
  }

  .show-console-toggle {
    margin-left: 64px;
  }

  div.visualization {
      margin-top: 42px;
      margin-bottom: 21px;
      border: 1px solid #cccccc;
      border-radius: 4px;
      position: relative;
  }

  div.visualization-icons {
      position: absolute;
      right: 4px;
      top: 4px;
      border-radius: 4px;
      font-size: 20px !important;
      color: #666666;
      padding: 5px;
  }

  div.visualization.fullscreen > div.visualization-icons {
      top: 2px;
  }

  div.visualization-icons > i {
    padding: 0 2px 0 4px;
    cursor: pointer;
    width: 1.5em !important;
    margin-left: 5px;
  }

  div.visualization.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 0 none;
    padding: 0;
    margin: 0;
    z-index: 10000;
    cursor: pointer;
  }

  a.visualization-download {
    position: absolute;
    top: 35px !important;
    right: 4px;
  }

  div.visualization.fullscreen > a.visualization-download {
    top: 24px;
  }

  div.result-table .dataTables_filter input {
    display: inline-block;
  }


  div.result-table table {
    clear: both;
  }

  div.result-table select {
    width: auto;
  }

  div.result-table table.dataTable td {
    padding: 0.5em 0.8em;
  }

  a.run-query, a.edit-query {
    display: none; /* See https://github.com/neo4j-contrib/graphgist-cms/issues/78 */
  }

  .highlight {
    padding-bottom: 0em !important;
  }

  pre.language-cypher {
    padding-bottom: 4em !important;
  }

  .label {
    margin-bottom: 0px;
  }

  .featured-gist .row {
    padding: 1em 0;
  }

  .card:hover {
    z-index: 5;
    transform: translateY(-3px);
  }

  .card-border-div {
    border: 1px solid #ccc;
    border-radius: 10px;
    height:inherit;
  }

  .card-border-div h3 {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    text-overflow: ellipsis;
  }

  .card-graphgist-img {
    width:100%;
    height: 200px;
  }

  .card-graphgist-summary {
    margin-bottom: 10px:
  }

  .card-graphgist-summary p {
    text-overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 2px 5px 5px;
    margin-bottom: 3px;
  }

  .card-graphgist-bottom {
    position: relative;
    bottom: 5px;
    padding: 4px;
  }

  .card-graphgist-bottom p {
    margin-bottom: 0.5rem;
  }

  .challenge-para p {
    margin-bottom: 0.75rem;
  }

