body {
  border: 0;
  padding: 20px;
}
body.bd-popup {
  margin: 0 10px;
}
#ja-mainbody #mailtoForm .inputbox {
  width: 50%;
}
#mailtoForm p .button {
  border: none;
  font-weight: normal;
  margin: 0;
  padding: 5px 10px;
  vertical-align: middle;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #f87d49;
  background-image: -moz-linear-gradient(top,#f98b5d,#f7682c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f98b5d),to(#f7682c));
  background-image: -webkit-linear-gradient(top,#f98b5d,#f7682c);
  background-image: -o-linear-gradient(top,#f98b5d,#f7682c);
  background-image: linear-gradient(to bottom,#f98b5d,#f7682c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff88b5d', endColorstr='#fff7682c', GradientType=0);
  border-color: #f7682c #f7682c #cf4308;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #f7682c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 1px 2px rgba(0,0,0,0.1);
}
#mailtoForm p .button:hover,
#mailtoForm p .button:focus,
#mailtoForm p .button:active,
#mailtoForm p .button.active,
#mailtoForm p .button.disabled,
#mailtoForm p .button[disabled] {
  color: #fff;
  background-color: #f7682c;
  *background-color: #f65613;
}
#mailtoForm p .button:active,
#mailtoForm p .button.active {
  background-color: #e74b09 \9;
}
#mailtoForm p .button:hover,
#mailtoForm p .button:focus,
#mailtoForm p .button:active {
  background: #f98b5d;
}
a.itemPrintThisPage {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.itemPrintThisPage:hover,
a.itemPrintThisPage:focus,
a.itemPrintThisPage:active {
  border-color: #999;
}
@media (max-width: 767px) {
  .thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 30px;
    min-width: 100px;
    padding: 0px;
  }
  .thumbnails > li .height-50 {
    text-align: center;
    padding: 10px 0px;
  }
  .thumbnails > li .height-50 .icon-folder-2 {
    font-size: 30px;
  }
  .thumbnails > li .small {
    background: #f5f5f5;
    text-align: center;
  }
  .thumbnail {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  a:hover {
    text-decoration: none;
  }
}
a[href]:after,
#disqus_thread,
.dq-powered {
  display: none;
}
@media (max-width: 380px) {
  .item-page article .article-content img[align="right"] {
    margin: 0;
    width: 100%;
  }
}
@media print {
  article aside .btn-group {
    display: none;
  }
}