html {
  font-family: "Source Sans Pro", monospace;
  color: #333;
  line-height: 1.35em;
}

@media (max-width: 640px) {
  body{
    margin:auto;
    width:90%;
  }
}

@media (min-width: 640px) {
body{
  margin:auto;
  width:70%;
}
}


pre{
  color: #f8f8f2;
  background-color: #272822;
  border-radius: 5px;
  padding: 5px;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: auto;
}

.tags {
  padding : 0;

}

.titlediv {
  vertical-align:center;
}

.titlediv > .title {
  display:inline;
}

.titlediv > .date {
  display:inline;
}


blockquote {
  margin-left: 2rem;
  margin-right: 3rem;
  padding-left: 1rem;
  border-left: 3px solid green;
}
code {
  color: #f8f8f2;
  background-color: #272822;
  padding: 2px;
  border-radius: 5px;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: auto;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

td {
  padding: .25rem 1rem;
  line-height: inherit;
  border-bottom: 1px solid #333;
}

th {
  padding: .25rem 1rem;
  line-height: inherit;
  border-bottom: 2px solid #333;
}



header img, header p {
  /*display: inline-block;*/
  display: table-cell;
  vertical-align:middle;
}

header .home {
  margin-right:0px;
}

header .home a img {
  border-radius: 50%;
  width: 54px;
}

header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted black;
}

.post-meta{
  padding-top:10px;
}

footer{
  text-align : center;
  border-top: 1px dotted black;
}
span.mail:before {
  content: "adrian";
}

span.mail:after {
content: "azad.eu.org";
}

a {
      text-decoration: none;
          color: #3d92c9;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
