div#toolbar,
div#intro-title,
div#content-main,
div#content-extra,
div#footer
{
  max-width: 52em;
}

/***************************************************************
 * duckduckgo search box
 **************************************************************/

form#duckduckgo-search,
form#duckduckgo-search input,
form#lang-select,
form#lang-select select
{
  font-size: inherit;
}

form#duckduckgo-search input[type=search]:focus
{
  width: 20em;
}

/***************************************************************
 * menu
 **************************************************************/

div#main-menu nav
{
  display: table;
  margin: 0 auto;
}

div#main-menu nav a
{
  display: table-cell;
  border: none !important;
  border-bottom-style: none !important;
}

/***************************************************************
 * skryba elements
 **************************************************************/

table.skryba-snippet-pygmentstable th.filename
{
  font-size: inherit;
}

/***************************************************************
 * color palette
 **************************************************************/

table.skryba-post-table,
table.skryba-post-table th,
table.skryba-post-table td
{
  border-color: #588c7e;
}
