/*************************************************************************
 * General
 ************************************************************************/

body {
  font: 16px -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  color: #333;
}

input {
  font: 10pt Arial, sans-serif;
}

code,pre,textarea {
  font: 14px Menlo, "Courier New", monospace
}

a {
  color: #3182ce;
}

img {
  vertical-align: middle; border: 0;
}

blockquote {
  margin: 1em 0;
  padding-left: 1em;
  color: #a0a;
  border-left: 1px solid #ccc;
}

pre {
  color: #333;
  background: #f2f6f9;
  border-radius: 5px;
  padding: 20px;
  overflow: auto;s
}

div.flex-grid { display: flex; }
div.flex-col  { flex: 1; padding: 0 1em; }

a.button-blue {
  display: inline-block;
  padding: 8px 16px;
  background: #3182ce;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-right: 1em;
}
a.button-blue:hover { background: #4299e1; }
a.button-blue:active { background: #2b6cb0; }

/*************************************************************************
 * Header
 ************************************************************************/

#header {
  background: #2d3748;
}

#header > div {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  position: relative;
}

#header h1 {
  height: 48px;
  margin:0;
  padding:0;
}

#header h1 a {
  background: url(/pod/fantomws/res/img/fantom-lockup-white.svg) no-repeat 0 0;
  background-size: auto 48px;
  float: left;
  width: 188px;
  height: 48px;
  margin-top: 2px;
  overflow: hidden;
  text-indent: -9999px;
  outline-style: none;
}

#header ul.nav {
  margin: 0;
  padding: 14px 0 0 0;
  list-item-style: none;
}

#header ul.nav li {
  display: inline-block;
}

#header ul.nav li a {
  display: inline-block;
  background: #4a5568;
  color: #fff;
  padding: 6px 12px;
  margin-right: 2px;
  text-decoration: none;
  border-radius: 3px 3px 0 0;
}

#header ul.nav li#header-active-tab a {
  background: #fff;
  color: #333;
}

#header ul.user {
  position: absolute;
  top: 20px;
  right: 0px;
  list-style-type: none;
  margin: 0;
  padding:0 ;
  font-size: 14px;
}

#header ul.user li {
  display: inline-block;
  color: #fff;
  white-space: nowrap;
}

#header ul.user li:before {
  content: "\2022";
  margin: 0 4px;
  color: #aaa;
}

#header ul.user li:first-child:before {
  content:" ";
}

#header ul.user li a {
  color: #fff;
}

#header div.search {
  position: absolute;
  top: 50px;
  right: 0;
  width: 300px;
  margin: 0;
  padding: 0;
}

#header div.search .gsib_a { padding: 4px 10px; }
#header div.search .gsc-input-box { border-radius: 3px; border: none; }
#header div.search input[type='text'] {
 font: 14px -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
}
#header div.search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
#header div.search .gsc-search-button-v2 {
  display: none;
}

#header div.search input[type='image'] {
  background: #31547f;
  border-radius: 3px;
  border-color: #213958;
}

#footer { clear: both; }

#footer > div {
  width: 960px;
  margin: 0 auto;
  padding: 2em 0;
  position: relative;
  font-size: 14px;
}

#footer ul {
  list-style: none;
  marging: 0;
  padding: 0 0 0 32px;
  background: url(/pod/fantomws/res/img/fanny-mono-grey500.svg) no-repeat 0 0;
  background-size: auto 24px;
}

#footer ul li { display: inline-block; }
#footer ul li + li { margin-left: 0.75em; }

/*************************************************************************
 * Content
 ************************************************************************/

#sidewalk {
  background: #fff;
  width: 960px;
  margin: 1em auto;
}