.switch{
  padding: 0 10;
}

.bloglist {
  padding:0 10;
  margin-top:8;
}
.bloglist .blog {
  list-style-type: none;
  border: 2px solid #00c;
  padding: 3 10 5 10;
  margin: 0 15 10 5;
  border-radius: 5px;
  min-width: 400;
  width: calc(50% - 47px);
  float: left;
}
.bloglist  .favicon {
    height: 16px;
    width: 16px;
    margin-right: 4px;
}
.bloglist .blogname {
  border-bottom:2px dotted red;
  font-size:16px;
  font-weight:bold;
  line-height: 1.5em;
  padding: 5 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bloglist .blogname a{
  color:#00c;
}
.bloglist .detail {
  padding:7 0 7 5;
}
.bloglist .thumbnail {
  border: 1px solid #aaa;
  margin-right:4px;
  width:70px;
  height:70px;
  float:left;
}
.bloglist .entries {
  list-style-type: none;
  padding-left:3;
}
.bloglist .entries .entry{
  font-size:10pt;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bloglist .inactive{
  display:none;
}
