
.container-engine.product .page-header {
  background-image: url(/images/products/products-header.jpg);
}

.app-icon {
  background-image: url('/kubernetes-engine/images/kubernetes-engine-128.png');
}

div#free-trial {
  background: #1d244c url(/images/home/home-hero.jpg) no-repeat center top !important;
  color: white;
  height: 60px;
  padding: 10px;
}

div#outline {
  outline: #CCC solid thin;
  padding: 3px;
  width: 50%;
}

body.docs h4 code {
  color: #080;
  font-size: 95%;
}

.diagram {
  margin: auto;
  float: right;
  width: 50%;
}

/* Allow users to edit content in <var-edit> tags, and change cursor to a
 * pointer when the content is hovered over or selected. */
var-edit {
  color: #ec407a;
  font-weight: 700;
  font-style: italic;
  -webkit-user-modify: read-write;
  -moz-user-modify: read-write;
  -ms-user-modify: read-write;
  user-modify: read-write;
  cursor: pointer;
}

/* Show a pen icon when users hover over a <var-edit> tag so that the user
 * knows that the tag content is editable. */
var-edit:hover:after {
  content: url(/genomics/edit_var.png);
  padding-left: 4px;
}

/* Required to override devsite's CSS, which turns an entire code block to
 * green text if there are any quotation marks in the code block. */
.devsite-dark-code pre .str,
.devsite-dark-code pre .atv,
pre .str,
pre .atv {
  color: inherit;
}
