body{
color : #460e44;
background : #E9EAF5;
}
mb1{
margin-bottom:1em;
}
.list{
}
h3,h4,p{
margin: 0px;
}
.indent1{
margin-left:1em;
}
.cl{
clear:left;
}
.comment{
font-size: 80%;
}

@media screen and (min-width: 1210px){
.row{
float:left;
width:620px;
margin-bottom:1em;
}
.cell{
float:left;
width:300px;
height:168px;
margin:3px 0px;
}
}

@media screen and (min-width: 625px )and (max-width: 1209px){
.row{
float:left;
width:90vw;
margin-bottom:1em;
}
.cell{
float:left;
width:43vw;
height:168px;
margin:3px 0px;
}
}

@media screen and (max-width: 624px){
.cell{
width:100%;
}
}
