/*
 * @license
 * Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
 * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
 * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
 * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
 * Code distributed by Google as part of the polymer project is also
 * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */

/* Shared styles for the tutorial */
img.sample {
  border: 1px solid #ccc;
}
pre.prettyprint {
  font-size: 13px;
  border: 1px solid #eaeaea;
  padding 5px !important;
}
side-by-side h4 {
  line-height: 16px;
  margin-top: 0px;
  margin-left: 25px;
}
side-by-side {
  margin: 10px 0px 30px 0px;
}
side-by-side pre {
  padding 5px 5px 5px 0px;
  margin: 10px 0px;
}
side-by-side ul {
  -webkit-padding-start: 25px;
}
pre .highlight, code .highlight {
  color: #000;
}
.divider {
  margin: 20px 0px;
  height: 3px;
  background: #eaeaea;
  border-radius: 2px;
}
.divider core-icon {
  margin-bottom: 1px;
  fill: #919cd6;
  background: #fff
}
