@CHARSET "UTF-8";

/* Posts shown inside a list */
.posts {
	list-style-type: none;
    padding-left: 0px;    
}

.posts .post {
    overflow: auto;
	margin-top: 30px;
}

.posts .post img {

    height: auto;
    max-width: 30%;
    float: left;
    margin: 0px 10px 10px 0px;

    padding: 5px;
    border: 1px solid #E6E6E6;
    background-color: white;

}

.posts .post:first-child {
	margin-top: 0px;
}

/* Post attributes */
.posts .post ul.attributes {
    display: block;
    overflow: auto;
    
    list-style-type: none;
	padding: 0px;
}

.posts .post ul.attributes li {
	border-left: 1px solid gray;
	float: left;
	padding: 0px 5px 0px 5px;
}

.posts .post ul.attributes li:first-child {
	border-left: none;
	padding-left: 0px;
}
