img {
 display: block;
}

img.wrap {
 max-width: 30%;
 margin: 0px 0px;
}

img.align-right {
 float: right;
 margin-left: 30px;
}

div.article-container {
 border: 5px solid red;
 margin-left: 5px;
 margin-top: 0px;
}

h1.post-title {
	font-size: 32px;
}

.post-content h2 {
	font-size: 24px;
}


span.publication {
	display: block;
	text-align: justify;
}

.button {
    background-color: #eeeeee;
    border-color: #08c #004466 #004466 #08c;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 120%;
    font-weight: bold;
    padding: 2px 6px;
    text-decoration: none;
}
