/* 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;
}

#profile {
  width: 10em;
  height: 10em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20% 10%;
     object-position: 20% 10%;
  border-radius: 50%;
  float: right;
  border: 1px solid #eeeeee;
  margin-left: 2em;
}
