/*
@font-face {
	font-family: 'Mx437_IBM_BIOS-2y';
	font-style: normal;
	font-weight: 400;
    src: url('IBM_BIOS-2y.woff') format('woff');
}
*/
@font-face {
	font-family: 'IBM VGA 8x16';
	font-style: normal;
	font-weight: 400;
    src: url('WebPlus_IBM_VGA_8x16_Adjust.woff') format('woff');
    font-display: swap; 
}
@font-face {
  font-family: 'IyagiGGC';
  src: url('https://cdn.jsdelivr.net/gh/JuwanPark/IyagiGGC@latest/IyagiGGC.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
body, pre, input, textarea, code {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: 'IBM VGA 8x16', 'IyagiGGC', monospace;
  line-height: 1;
}

body { margin: 0; }
p { margin: 16px 0; }
div, textarea, pre {
    margin: 0;
    padding: 0;
    border: 0;
}
input, textarea, select { outline: none; }
body {
    background-color: #000000;
    /* color: #15ff15; */
    color: #00d400;
}
a:link, a:visited, a:active {
    /* color: #15ff15; */
    color: #2aff2a;
    text-decoration: none;
}
a:hover, a:focus {
    color: #001500;
    /*
    background-color: #15ff15;
    box-shadow: 0 0 4px #15ff15;
    */
    background-color: #00d400;
    box-shadow: 0 0 4px #00d400;
}
h1 {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    display: inline-block;
}

#container {
    background-color: #001500;
    width: 100vw;
    min-height: 100vh;
    /* text-shadow: 0 0 4px #15ff15; */
    text-shadow: 0 0 4px #00d400;
    padding-bottom: 16px;
    box-sizing: border-box;
}
#BasicLine {
    background-color: #001500;
    width: 100vw;
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
    position: fixed;
    left: 0;
    /* top: calc(100vh - 16px); */
    bottom: 0;
    /* text-shadow: 0 0 4px #15ff15; */
    text-shadow: 0 0 4px #00d400;
}
.reversed {
    color: #001500;
    /*
    background-color: #15ff15;
    box-shadow: 0 0 4px #15ff15;
    */
    background-color: #00d400;
    box-shadow: 0 0 4px #00d400;
}
.inblock {
    display: inline-block;
    white-space: nowrap;
}

.rposts {
    margin: 0;
    padding-left: 1em;
    list-style-type: none;
}
.rposts li:before {
    content: '\25ba\0020';
    margin-left: -1em;
}
.rposts li span {
    display: inline-block;
    width: 100%;
}
.rposts li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.search-box {
    border: none;
    padding: 0;
    vertical-align: top;
    background-color: #00d400;
    color: #001500;
    box-sizing: border-box;
    margin: -1px 0;
}
.search-btn {
    color: #2aff2a;
    border: none;
    padding: 0;
    vertical-align: top;
    background-color: #001500;
    box-sizing: border-box;
    cursor: pointer;
    text-shadow: 0 0 4px #00d400;
}
.search-btn:hover, .search-btn:focus {
    color: #001500;
    background-color: #00d400;
    box-shadow: 0 0 4px #00d400;
}

@media (min-width: 640px) {
  #container {
    width: 640px;
    margin-left: round(calc(50vw - 320px), 1px);
  }
  #BasicLine {
    width: 640px;
    left: round(calc(50vw - 320px), 1px);
  }
}
@media (min-width: 1280px) {
  #container {
    width: 1280px;
    margin-left: round(calc(50vw - 640px), 1px);
    font-size: 32px;
    padding-bottom: 32px;
  }
  #BasicLine {
    width: 1280px;
    left: round(calc(50vw - 640px), 1px);
    font-size: 32px;
    height: 32px;
  }
  .search-box, .search-btn {
    font-size: 32px;
  }
}
.small-chars {
    font-size: 16px;
}
.search-summary {
    padding-bottom: 16px;
}
.search-summary p { margin: 0; }
.rposts li span.screen-reader-text { display: none; }