.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0.85rem 0 1.7rem 0;
    text-rendering: optimizeLegibility; }
  
.h1 {
    font-size: 3.25rem; }
  
  .h2 {
    font-size: 2.55rem; }
  
  .h3 {
    font-size: 2.15rem; }
  
  .h4 {
    font-size: 1.8rem; }
  
  .h5 {
    font-size: 1.4rem; }
  
  .h6 {
    font-size: 0.9rem; }


#logo .h1,
#logo .h2,
#logo .h3,
#logo .h4,
#logo .h5,
#logo .h6 
{
    color: #fff;
}

#header
{
    background-color: #10324d;
}

.searchbox {
    margin-top: 0.5rem;
    position: relative;
    border: 1px solid #1694CA;
    background: #2d353e;
    border-radius: 4px;
}

.posted
{
  text-align: right;
}

thead th:empty {
  border: thin solid red !important;
  display: none;
}

#sidebar ul.topics > li > a .expand-icon
{
  display: inline;
}
#sidebar ul.topics li.parent > a .expand-icon::before,
#sidebar ul.topics li.active > a .expand-icon::before
{
  content: "\f078";
}

.notices
{
  padding: 1px 1rem 1px 1.5rem;
}

td.disabled
{
  background-color: #f7f7f7;
}

#body-inner a::after
{
  display: inline;
  content: "\f08e";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.15rem;
  vertical-align: middle;
}
  #body-inner a[rel="lightbox"]::after
  {
    display: block;
    text-align: right;
    margin-top: -2.5rem;
  }
    




th.mw4,td.mw4,
th.mw425,td.mw425
{
  min-width: 4.25rem;
}

th.mw5,td.mw5,
th.mw525,td.mw525
{
  min-width: 5.25rem;
}

.pagesibling
{
  display: flex;
  align-items: center;
  justify-content: space-between;

  background: #F6F6F6;
  border-radius: 2px;
  margin: 0rem -1rem 2rem;
  padding: 0 1rem;
  height: 0;
  min-height: 3rem;
}
.pagesibling .anext i
{
  margin-right: 1rem; 
}
.pagesibling .aprior i
{
  margin-left: 1rem; 
}

.d-flex
{
  display: flex;
}
  .justify-content-center
  {
    justify-content: center;
  }
input.form-control
{
  margin: 0;
}
input.form-control + button
{
  box-shadow: none;
  border-radius: 0 0.1875rem 0.1875rem 0;
}

ul.list-group
{
  list-style: none;
  padding: 0;
  display: flex;
  margin: 1.7rem -8px;
}
  ul.list-group > li
  {
    margin: 8px;
    overflow: hidden;
  }
  
.badge
{
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  background-color: #aaa;
  padding: 0 0.5rem;
}
.badge.badge-primary
{
  border: 1px solid #0b81b2;
  background-color: #1694CA;
  color: #fff;
}
.badge.badge-info
{
  border: 1px solid #0b81b2;
  background-color: #1694CA;
  color: #fff;
}

#body .grid img,
#body .img > img
{
  margin: 0;
}
.pt-2
{
  padding-top: 0.5rem;
}

.border
{
  border: 1px solid #eaeaea;
}
.grid
{
  display: grid;
}
  .grid [class*="column-"]
  {
    display: grid;
    gap: 1rem;
    padding: 0.5rem;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
  .grid .column-2
  {
    grid-template-columns: repeat(2,1fr);
  }
  .grid .column-3
  {
    grid-template-columns: repeat(3,1fr);
  }
  .grid .column-icon
  {
    grid-template-columns: 256px 1fr;
  }

  .grid .header
  {
    background-color: #f7f7f7;
    font-weight: bold;
  }

.entry-details
{
  padding: 4px 8px;
}
  .entry-details .grid [class*="column-"]
  {
    padding: 0 0.5rem;
  }
  #body .entry-details img
  {
    margin-bottom: 1rem;
  }
  .entry-details .name
  {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.w320 img
{
  width: 320px;
}
.w160 img
{
  width: 160px;
}

#sidebar ul.topics li[data-nav-id="/x4-foundations"]
{
  background-image: url("/user/pages/02.x4-foundations/btn-banner.png");
  background-position: top right;
  background-repeat: no-repeat;
}

#sidebar ul.topics li[data-nav-id="/valheim"]
{
  background-image: url("/user/pages/03.valheim/btn-banner.png");
  background-position: top right;
  background-repeat: no-repeat;
}


blockquote
{
  background-color: #f5f5f5;
  border-color: #ccc;
}