/* main layout */
body {
  font-family: Sans-Serif;
  background-color: #fdfdfd;
  font-size: 14px;
  line-height: 1.4;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

p {
  text-align: justify;
  text-justify: auto;
  hyphens: auto;
}

img {
  max-width: 100%;
}

figure figcaption {
  display: none;
}

td {
  padding: 2px !important;
  padding-left: 5px !important;
}

a {
  color: #158cba;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#draftbox {
  text-align: center;
  font-weight: bold;
  background-color: #ff0000;
  line-height: 4em;
}

a.external {
  background: url(../images/external.png) center right no-repeat;
  padding-right: 13px;
}

m.symbol {
  background: url(../images/qwer.png) center no-repeat;
  padding-right: 1px;
}


/* source codes */

:not(pre) > code {
  background-color: rgba(27,31,35,.05);
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  padding: .1em .4em;
  white-space: nowrap;
}

pre.sourceCode {
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 9.5px;
}
