* {
  box-sizing: border-box; }

.container {
  margin: 0 auto;
  padding: 0 0.5em;
  max-width: 700px; }

.header {
  background: #cb3837; }
  .header a {
    color: #ffffff;
    margin: 0 0.5em;
    line-height: 2.5;
    white-space: nowrap; }

.header-links {
  margin: 0 auto;
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

body {
  font-family: 'Source Sans Pro','Lucida Grande',sans-serif;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  margin: 0; }

.article {
  margin-top: 30px;
  margin: 0;
  width: 100%;
  line-height: 1.5; }

.article-head {
  margin: 2em 0; }

.breadcrumb {
  font-size: 16px; }

.cli-article .title {
  margin-top: 0;
  font-size: 48px; }
.cli-article .subtitle {
  color: #333;
  display: block;
  font-size: 30px; }

.subtitle a {
  color: #333; }

.anchor-icon {
  color: #333;
  font-size: 0.9em;
  padding: 0 0.2em;
  transition: opacity 0.1s;
  opacity: 0; }

*:hover > .anchor-icon {
  opacity: 1; }

pre code {
  display: block;
  overflow-x: auto;
  color: #f3f3f3;
  background: none repeat scroll 0% 0% #444;
  margin: 15px 0;
  font-weight: normal;
  padding: 5px 15px; }

code {
  color: #444;
  margin: 0 5px;
  font-weight: bold; }

a {
  color: #cb3837;
  text-decoration: none; }

table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: auto; }

table tr {
  background-color: #fff;
  border-top: 1px solid #ccc; }

table th {
  font-weight: 700; }

table tr {
  background-color: #fff;
  border-top: 1px solid #ccc; }

table tr:nth-child(2n) {
  background-color: #f8f8f8; }

table td, table th {
  padding: 6px 13px;
  border: 1px solid #ddd; }

.note {
  max-width: 700px;
  padding: 7px;
  border: 1px solid grey;
  position: relative;
  margin: 1em 0 1em 0;
  background-color: #fff8ef; }

.bold {
  font-weight: bold; }

.paginate {
  max-width: 700px;
  margin: 1em auto;
  position: relative;
  font-size: 14px; }

.category-articles {
  list-style: none;
  font-weight: bold;
  margin: 1.33em 0;
  padding: 0; }
  .category-articles .subtitle {
    font-weight: normal;
    color: #333; }
  .category-articles li {
    padding: 0.4em 0; }

.faint {
  opacity: .7; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  min-height: 50px;
  max-height: 300px; }

.screenshot img {
  display: block;
  max-width: 100%;
  height: auto;
  min-height: 50px;
  max-height: 300px;
  margin: 1em 0 1em 0;
  border: 1px solid gray; }

.fourohfour {
  margin: 30px auto;
  text-align: center; }

footer {
  margin: 150px 0 100px 0; }

footer .logo img {
  max-width: 300px;
  margin-bottom: 40px; }

footer p {
  font-size: 14px;
  text-align: left;
  color: rgba(51, 51, 51, 0.7); }

.marketing {
  margin: 0px;
  margin-bottom: 16px;
  padding: 0.7em;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 0px 0px 2px 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #666;
  text-decoration: none;
  text-align: center;
  position: sticky;
  z-index: 79; }

.marketing .inline-hed {
  font-weight: 600; }

.marketing .inline-message {
  font-weight: 300;
  padding: 0em 0.5em; }

.marketing a {
  font-weight: 400;
  text-decoration: none;
  color: #cb3837;
  white-space: nowrap; }
