@font-face {
    font-family: "braille-06";
    src: url("/assets/fonts/braille-06-dot.eot");
    src: url("/assets/fonts/braille-06-dot.eot?#iefix")
        format("embedded-opentype"),
      url("/assets/fonts/braille-06-dot.woff") format("woff"),
      url("/assets/fonts/braille-06-dot.woff2") format("woff2"),
      url("/assets/fonts/braille-06-dot.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

  @font-face {
    font-family: "braille-08";
    src: url("/assets/fonts/braille-08-dot.eot");
    src: url("/assets/fonts/braille-08-dot.eot?#iefix")
        format("embedded-opentype"),
      url("/assets/fonts/braille-08-dot.woff") format("woff"),
      url("/assets/fonts/braille-08-dot.woff2") format("woff2"),
      url("/assets/fonts/braille-08-dot.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: Terminal Dosis;
	color: #fff;
    background-color: #000;
}

body {
	display: flex;
    flex-direction: column;
    height: 100vh;
	max-width: 920px;
	margin: 0 auto;
	line-height: 1.5em !important;
    overflow-x: hidden;
}

/* header */

h1 {
	margin-top: 0;
	font-size: 1.5rem
}

h1 small {
	display: block;
	font-size: 1rem;	
}

/* main */

main {
    flex-grow: 1;
	padding: 1rem;
}

/* index */

.index {
	display: flex;
	flex-direction: row;
	margin: 0;
  }
  @media(max-width: 640px) {
	.index {
	  flex-direction: column;
	}
  }

.index .article-list {
	flex-grow: 1;
}

.index .article-list .article {
	margin-bottom: 1rem;
}

.index .article-list .date {
	display: block;
	color: #fff;
}

.index aside {
	width: 40%;
}

.index aside img {
	display: block;
	margin: 0 auto 1rem;
	border-radius: 5px;
}

.index aside dt {
	font-size: .9rem;
}

.index aside dd {
	margin-left: 0;
}

.index aside dd:not(:last-child) {
	margin-bottom: .5rem;
}

@media(max-width:640px) {
	.index aside {
		display: contents;
	}
}

/* footer */

.footer {
    margin-top: auto;
	color: #fff;
	border-top: dotted 0.125rem #fff;
    padding-top: .5rem;
	padding-bottom: .5rem;
	text-align: left;

}

.footer {
  font-size: 1rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 0;
  list-style: none;
}

.footer li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-left: .5rem;
}

.footer li:first-child {
	margin-left: 0;
}

.footer a {
    font-weight: normal;
    font-style: none;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
    text-underline-offset: .25rem;
}

/* article */

article {
	margin: 0 auto;
	max-width: 720px;
	line-height: 1.3;
}

article img,article video,article iframe {
	display: block!important;
	margin: 0 auto!important;
	max-width: 90%;
}

@media(max-width:640px) {
	article img,article video,article iframe {
		max-width: calc(100% - 2rem);
	}
}

article sup {
	line-height: 1;
}

article .comment {
	margin: 2rem auto 0;
	max-width: 80%;
	color: #fff;
}

/* footnote */

.footnotes {
	font-size: .85rem;
}

/* image */

.float-img {
	float: right;
	display: inline;
	padding-left: 1rem;
}

@media(max-width:640px) {
	.float-img {
		display: block;
		float: none;
		padding-left: inherit;
	}
}

/* link formatting */

/**
  * Link Formatting
*/

a {
	text-decoration: underline;
	text-underline-offset: .25rem;
	color: #fff;
  }
  
  a:visited {
	color: #fff;
  }

/**
  * Selection
*/

::selection {
	background: #fff;
	  color: #000;
  }
  
  ::-moz-selection {
	  background: #fff;
	  color: #000;
  }

/**
  * Font Formatting
*/

strong {
	font-weight: 700;
	color: #fff;
  }
  
  abbr {
	text-decoration: none;
	border-bottom: 0.0625rem #fff;
	font-family: "monospace;
	font-size: 1rem;
	font-weight: 700;
  }
  
  kbd {
	display: inline-block;
	padding: 0.1875rem;
	font-family: "monospace;
	font-size: 1rem;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	background-color: #fff;
	border-radius: 0.25rem;
  }

/**
  * Tables
*/

table {
	table-layout: fixed;
    width: 100%;
    font-size: 12pt;
	text-align: left;
	color: #fff;
	border-collapse: collapse;
	border: 0.0625rem solid #fff;
  }
  
  .title {
	color: #000;
  }

  .title-brl {
	text-align: center;
	color: #000;
  }

.center-brl {
	text-align: center;
}
  
  table tr:nth-child(even) {
	background-color: #000;
  }
  
  table th, table td {
	padding: 0.625rem 0.9375rem;
  }
  
  table th {
	background-color: #fff;
	border: 0.0625rem solid #fff;
  }
  
  table td {
	border: 0.0625rem solid #fff;
  }
  
  @media screen and (max-width: 37.5rem) {
	table {
	  display: block;
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	  -ms-overflow-style: -ms-autohiding-scrollbar;
	}
  }

.column-01 {
	width: 45%;
}

.column-02 {
	width: 15%;
}

.column-03 {
	width: 25%;
}

.column-04 {
	width: 25%;
}

  /**
  * Code formatting
*/

pre, code {
	font-family: monospace;
	color: #000;
	border: 0.0625rem solid #fff;
	background-color: #fff;
  }
	 
  code {
	padding: 0.0628rem 0.3125rem;
  }
	 
  pre {
	padding: 1rem;
	overflow-x: auto;
  }
  
  pre > code {
	border: 0;
	padding: 0;
  }
	 
  .highlight {
	background: #000;
  }
  
  .highlighter-rouge .highlight {
	background: #000;
  }







.text-center {
	text-align: center
}

blockquote {
	border-left: 5px solid #fff;
	background-color: #000;
	padding: 0 1rem;
	margin-left: 0;
	margin-right: 0
}

blockquote blockquote {
	margin-right: 0;
	margin-left: 0
}

dl {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: .2rem 1rem
}

dl dt {
	font-weight: 700;
	grid-column-start: 1
}

dl dd {
	grid-column-start: 2;
	margin: 0
}

/* braille */

.brl-06 {
    font-family: "braille-06";
    color: #fff;
    font-size: 1rem;
    padding: 0;
}
    
.brl-08 {
    font-family: "braille-08";
    color: #fff;
    font-size: 1rem;
    padding: 0;
}
    
.brl-06-center {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "braille-06";
    font-size: 2rem;
    padding: 0;
}

.brl-08-center {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "braille-08";
    font-size: 2rem;
    padding: 0;
}
    
.brl-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.pre-brl {
    vertical-align: middle;
}

.brl-06-pre {
    font-family: "braille-06";
    color: #000;
    font-size: 2rem;
    vertical-align: middle;
    padding: 0;
}
    
.brl-08-pre {
    font-family: "braille-08";
    color: #000;
    font-size: 2rem;
    vertical-align: middle;
    padding: 0;
}

/* no spam */

span.blockspam {
    display: none;
}