body,
html {
  background: #f2f2f2;
}

pre,
.message {
  max-width: 960px;
}

li {
  margin: 6px 5px;
}
.menu-list a {
  padding: 0.25em 0.5em;
}

.hero.is-primary {
/*
  background: linear-gradient(to top right, #524ad0 10%, #D099FA);
*/
  background: url(hero.jpg) no-repeat;
  background-size: 100%;
  min-height:210px;
}

.box {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.box span.icon {
  float: right;
  font-size: 1.7em;
  padding: 2rem 2rem 0 0;
}

.is-large.fab {
  font-size: 7em;
}

.is-large.fa,
.is-large.fas {
  font-size: 3.0em;
  margin-left: 0.2em;
}
span.title_right {
  display:inline-block;
  font-size:3.0em;
  font-weight:700;
  margin-left:1rem;
}

.media-content {overflow: hidden;}

.menu-list li a:hover {
  background: #d9d9d9;
}

.token.number {
  display: inline;
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  vertical-align: inherit;
  border-radius: inherit;
  font-weight: inherit;
  white-space: inherit;
  background: inherit;
  margin: inherit;
}
.footer {background-color: white;}

.menu-list a {
  background-color:#ABC6F1;
}
.menu-list li a:hover {
  color:#363636;
}
div.anchorgroup:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom:20px;
}
div.anchorbar {
  font-family:Arial,Helvetica,sans-serif;
  background-color:#F8F8F8;
  float:left;
}
a.anchor {
  /*
  width:100px;
  */
  display:inline-block;
  border-right:1px solid #000;
  text-align:center;
  padding:0 8px;
  margin:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size:0.8em;
}
div a.anchor:not(:first-child) {
  padding-left: 4px;
}
a.anchor:last-child,
a.anchor:last-of-type {
  border-right:0 !important;
}
a.anchor:hover {
  background-color:#F0F0F0;
  text-decoration:underline;
}
div.versionbar {
  float:right;
}
