@media screen and (min-width: 1000px) {
  .box-news {
    display: inline-table;
    margin: 5px 15px 20px 0;
    overflow: auto;
    width: 220px;
  }
}
@media screen and (min-width: 601px) and (max-width: 999px) {
  .box-news {
    display: inline-table;
    margin: 5px 15px 20px 0;
    overflow: auto;
  }
}
@media screen and (max-width: 600px) {
  .box-news {
    display: inline-table;
    margin: 5px 15px 20px 0;
    overflow: auto;
  }
}
.content-news {
  background: #fbfbfb;
  margin-bottom: 10px;
  overflow: auto;
  border: 1px solid #dbdee1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px silver;
  -moz-box-shadow: 0 2px 2px silver;
  box-shadow: 0 2px 2px silver;
  padding: 10px;
}
.content-news .news {
  width: 100%;
}
.content-news .news a {
  text-decoration: none;
}
.content-news .news h3 {
  font-size: 14px;
  font-weight: 700;
  color: #444;
  text-shadow: 0 1px 1px silver;
  margin-top: 0;
  margin-bottom: 5px;
}
.content-news .news p {
  margin: 0 0;
}
.content-news .news .image {
  width: auto;
  float: right;
  margin: 5px;
}
.box-news h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 solid #eee;
  font-size: 14px;
}
.box-news p {
  margin-top: 0;
  margin-bottom: 0;
}
.addthis {
  padding: 10px 0;
}
