//code from http://caibaojian.com/css3-waterfall-layout.html
body {
background-color: #303030;
}
a{
color:#000000;
text-decoration:none;
}
db {
font-weight:bold;
font-size : 3.1em;
}
b {
font-size : 2.5em;
}
bb{
font-size : 1.7em;
}
h {line-height:1.5em;
}
y{
line-height:0em;
}
x{
line-height:0;
}
c{
}
.container {
width: 100%;

}

.waterfall {
margin:1.6em 0.6em 1.6em;
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;


-moz-column-gap: 1em;
-webkit-column-gap: 1em;
column-gap: 1em;
}

.pin {

padding: 0em;
margin: 0em 0.4em 1.6em;
-moz-page-break-inside: avoid;
-webkit-column-break-inside: avoid;
break-inside: avoid;
background: white;
border-radius:0.75em;
overflow:hidden;
}

 
