@charset "UTF-8";

a img {
  border: none; }

.wrapper {
  width: 700px;
  margin: 0 auto;
  position: relative; }

#container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

    border:1px solid #CAE1E7;
    position: relative;
    margin: 0 auto; 
}

.item {
    width: 220px;
    align-items: center;
    margin:5px;
    font-size: 12px;
    background: white;
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -o-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    line-height: 1.5; 
}

.item > div {
    padding:5px;
}

#container .item img {
    max-width:200px;
    max-height:156px;
}
 
/*
.item h2 {
    font-size: 12px; }
.item .comments {
  color: #8c7e7e;
  padding-bottom: 15px; }
.item .chat {
  background: #f2f0f0;
  margin: 0 -15px; }
.item .chatbox {
  border-top: 1px solid white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 15px;
  padding-left: 50px;
  *zoom: 1; }
.item .chatbox:after {
  content: "";
  display: table;
  clear: both; }
.item .chatbox:last-child {
  border-bottom: none; }
.item .chatbox:first-child {
  color: #b29c9c; }
.item .chatbox:first-child b {
  color: #8c7e7e; }
.item .chatbox img {
  margin-left: -35px;
  float: left; }
.item .chatbox b {
  font-weight: bold; }
*/