@import url('https://fonts.googleapis.com/css?family=Roboto:normal,bold,italic');

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: Roboto, sans-serif;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.header-inner {
  padding: 0 16px;
}

.logo {
  display: block;
  margin: 16px 0;
  height: 66px;
}

.content {
  max-width: 720px;
  margin: 0 auto;
  padding: 128px 32px 64px;
  line-height: 1.6;
}

.deprecation-notice {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-left: 5px solid #c62828;
  background: #fff2f2;
  color: #7f1d1d;
  font-size: 1.2rem;
  font-weight: 700;
}

.resource-list {
  margin: 0;
  padding-left: 22px;
}

.resource-list li {
  margin: 0 0 10px;
}

.resource-list a {
  margin-left: 4px;
  color: #004f9f;
  font-weight: 700;
}

.resource-list a:hover,
.resource-list a:focus {
  color: #003b77;
}
