html {
     font-size: 18px;
     margin: 0;
     padding: 0;
}
 body {
     margin: 40px auto;
     max-width: 40em;
}
body > header {
  margin-bottom: 10px;
}
 header h1, header p {
     display: block;
     margin: 0;
}
header img
{
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
@media(max-width:750px) {
  header img {
    display: block;
    float: unset;
    margin-left: 0;
  }
}

header p {
     font-style: italic;
}
h1, h2 {
     color: #002722;
}
nav ul, nav ul li {
     list-style: none;
     padding: 0;
}
nav ul li {
     display: inline-block;
}
 nav ul li:not(:last-of-type) {
     margin-right: 10px;
}
 article > a {
     display: flex;
}
article ul, article ul li {
     list-style: none;
     padding: 0;
}
article ul li {
     display: block;
     margin-bottom: 1.25em;
}
article ul li ul li {
     margin-bottom: 0.25em;
}
a {
    color: #0F4C81;
}
a:visited {
     color: #002722;
}
@media(max-width:40em) {
  body {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.webextension-icon {
  float: left;
  height: 3.1em;
  margin-left: -3.85em;
  margin-right: 0.75em;
  width: 3.1em;
}
.webextension-list {
  display:flex;
  flex-flow:wrap
}
.webextension-list a {
  display:flex;
  width:45%;
}
.webextension-list a:hover article {
  background-color:#efefef
}
.webextension-list a:nth-of-type(even) {
  margin-left:5%
}
.webextension-list article {
  width:100%;
  flex-direction:column;
  border:1px solid #efefef;
  padding-top:1em;
  margin-bottom: 2.5em;
}
.webextension-list article img {
  width:40%;
  display:block;
  margin:0px auto;
}
.webextension-list article h3 {
  text-align:center;
  font-size:1em;
}
.magnet-uri::before {
  content:'';
  display:inline-block;
  background-image:url('./assets/icon/magnet.svg');
  background-position:center center;
  background-repeat:no-repeat;
  margin-right: .2em;
  height:1em;
  width:1em;
}
.js-test-result {
  display: block;
  margin-left:-5px;
  padding:5px
}
.js-test-result-pending {
  background-color:#316c8c;
  color:#fff;
}
.js-test-result-failed {
  background-color:#8a0404;
  color:#fff;
}
.js-test-result-success {
  background-color:#026302;
  color:#fff;
}
.newsletter input[type="email"] {
  min-width:30%;
}
.newsletter input[aria-disabled="true"] {
  display:none;
}
.h-card .p-name.u-url
{
  color: inherit;
  pointer-events:none;
  text-decoration:none;
}
