body {
  background: #fff;
  color: #5f6368;
  font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 42px;
}

a {
  color: #267cb9;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #069;
  font-weight: 400;
}

p,
ul,
ol,
table,
pre,
dl {
  margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  margin: 0 0 20px;
}

h1,
h2,
h3 {
  line-height: 1.1;
}

h1 {
  font-size: 28px;
}

h2 {
  color: #393939;
}

h3,
h4,
h5,
h6 {
  color: #494949;
}

strong {
  color: #222;
  font-weight: 700;
}

code,
pre {
  color: #333;
  font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
  font-size: 12px;
}

pre {
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow-x: auto;
  padding: 8px 15px;
}

code {
  background: #f8f8f8;
  border-radius: 3px;
  padding: 2px 4px;
}

pre code {
  background: transparent;
  padding: 0;
}

blockquote {
  border-left: 4px solid #e5e5e5;
  color: #666;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 10px;
  text-align: left;
}

th {
  color: #444;
  font-weight: 700;
}

img {
  max-width: 100%;
}

.wrapper {
  margin: 0 auto;
  width: min(1120px, calc(100vw - 84px));
}

header {
  float: left;
  position: fixed;
  width: 310px;
}

section {
  float: right;
  padding-bottom: 50px;
  width: 740px;
}

footer {
  bottom: 50px;
  float: left;
  position: fixed;
  width: 310px;
}

header p {
  font-size: 12.5px;
  line-height: 1.45;
}

header img {
  max-width: 250px;
  margin: 0 0 22px;
}

.site-logo {
  max-width: 200px;
}

.soda-logo-link {
  display: inline-block;
  margin-top: 4px;
}

.soda-logo {
  max-width: 230px;
  margin: 0;
}

.sidebar-block {
  display: block;
  margin-top: 14px;
}

small {
  font-size: 11px;
}

hr {
  background: #e5e5e5;
  border: 0;
  height: 1px;
  margin: 0 0 20px;
}

@media print, screen and (max-width: 960px) {
  body {
    padding: 28px;
  }

  .wrapper {
    width: auto;
  }

  header,
  section,
  footer {
    float: none;
    position: static;
    width: auto;
  }

  header {
    padding-right: 0;
  }

  section {
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    margin: 0 0 20px;
    padding: 20px 0;
  }

  header img {
    max-width: 190px;
  }
}

@media print, screen and (max-width: 480px) {
  body {
    padding: 15px;
  }

  th,
  td {
    padding: 6px 7px;
  }
}

@media print {
  body {
    color: #444;
    font-size: 12pt;
    padding: 0.4in;
  }

  a {
    color: #444;
  }
}
