#lists{
    background: #fff;
}
#lists img, iframe {
max-width: 100%;
height: auto;
display: block;
}

#lists .wrapper {
    width: 95%;
    margin: 1.5em auto;
}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: 1em;
}

.masonry-list {
    display: inline-block;
    background: #f1f1f1;
    padding: 0.5em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: background 0.5s ease;
}
  
.add-masonry .lnr{
    font-size: xx-large;
    color: grey;
}
.add-masonry h2{
    font-size: medium;
    color: grey;

}
.add-list{
    height: 9em;
    text-align: center;
    padding: 2em;
}
.add-address{
    height: 6em;
    text-align: center;
    padding: 0.5em;
}

#lists .masonry-category {
    display: inline-block;    
    padding: 0.5em;    
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;    
}

#lists .title, .footer {
text-align: center;
}

#lists .masonry-name{
    font-size: large;    
    color: #666;
    margin: 0 0 0.3em;
}
h2.masonry-name a{
    font-size: large;    
    color: #666;
    margin: 0 0 0.3em;
}

h2.masonry-name a:hover{
    color: #7db208;
}


hr.masonry-head-line{
    border: 0.6px solid green;
    margin: 0px;
  }

ul.list{    
    margin:  0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background:#fff;
}
li.item{
    border-bottom: 1px solid #f1f1f1;
    padding: 0.5em 0 0.5em 0;
}

.item-new{
    font-size:medium;    
}
#new h2{
   color: green;
}
.item-name{
    font-size:medium;
    color:#666;
}
.item-price{
    font-size:small;
    color:#666;
}
.item-note{
    font-size:small;
    color:#666;
}
span.item-price-sum{
    float: right;
}
.item-name-deleted{
    font-size:medium;
    color:#666;
    text-decoration: line-through;
}
img.item-thumb{
    max-width: 40px;
    max-height: 40px;
}

.caption{    
    color: #666;    
    margin-top: 10px;
    text-align: center;
    line-height: 1.2;
}

.description{
    font-size:small;
    color: #666;
    margin: 0 0 0.1em;

    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.2;
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}