@charset "UTF-8";
/* CSS Document */

.item { position: relative; margin: auto; padding: 5px; margin-bottom: 15px; }
.item img { margin-right: 10px; border: 1px solid #f8b200; }
.item p { margin: 0px; margin-bottom: 5px; padding: 0px; }
.item .title { background-image: url(../assets/meerInfo.jpg); background-repeat: no-repeat; background-position: left; margin-left: 85px; padding-left: 20px; color: #ef7b18; font-size: 12px; font-weight: bold; margin-top: 10px; color: #6e5438; }
.item .title a { color: #FF8800; font-size: 12px; font-weight: bold; margin-top: 10px; text-decoration: none; }
.item .title a:hover { color: #ef7b18; font-size: 12px; font-weight: bold; margin-top: 10px; text-decoration: underline; }
.item:after { content:"."; clear:both; display: block; visibility: hidden; }
