@media (max-width: 980px) {
  .languageswitcherload {
    margin-right: 226px;
  }
  .ja-topbar {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  html .buttonheading {
    *zoom: 1;
  }
  html .buttonheading:before,
  html .buttonheading:after {
    display: table;
    content: "";
    line-height: 0;
  }
  html .buttonheading:after {
    clear: both;
  }
  html .article-info {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  html .article-info,
  html .buttonheading {
    *zoom: 1;
    display: block;
  }
  html .article-info:before,
  html .article-info:after,
  html .buttonheading:before,
  html .buttonheading:after {
    display: table;
    content: "";
    line-height: 0;
  }
  html .article-info:after,
  html .buttonheading:after {
    clear: both;
  }
  html .article-info .fontResizer,
  html .buttonheading .fontResizer {
    float: left;
  }
  html .buttonheading {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px dotted #ddd;
  }
  html div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
    display: block;
    margin: 0;
    padding: 0;
    border-left: 0;
  }
  html div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
    padding-left: 5px;
    position: relative;
  }
  html div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a:before {
    content: ":";
    font-weight: bold;
    position: absolute;
    color: #222;
    left: -2px;
  }
  html div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a:before:hover {
    color: #222;
  }
  html div.itemAuthorBlock img.itemAuthorAvatar {
    margin: 0 10px 10px 0;
  }
  html .pagination-list {
    *zoom: 1;
    display: block;
  }
  html .pagination-list:before,
  html .pagination-list:after {
    display: table;
    content: "";
    line-height: 0;
  }
  html .pagination-list:after {
    clear: both;
  }
  html .pagination-list li {
    display: block;
    float: none;
  }
  html .pagination-list li a {
    border: 1px solid #ddd;
    display: block;
    margin: 1px;
  }
  html .pagination-list li:first-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .pull-right.item-image {
    margin: 0 !important;
    padding: 0;
  }
  .pull-right.item-image img {
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 320px) {
  .view-article ul.thumbnails {
    margin-right: 20px;
  }
  .view-article .button-size button.btn-large {
    margin: 10px 5px;
  }
  .view-article .button-group .btn-group {
    margin: 5px;
  }
  .view-article ul.the-icons li {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .search .ordering-box select.inputbox {
    width: 90%;
  }
}
@media (max-width: 640px) {
  html .article-info,
  html .buttonheading {
    width: 100%;
    float: none;
    display: block;
    margin: 5px 0;
    border: 0;
    *zoom: 1;
  }
  html .article-info:before,
  html .article-info:after,
  html .buttonheading:before,
  html .buttonheading:after {
    display: table;
    content: "";
    line-height: 0;
  }
  html .article-info:after,
  html .buttonheading:after {
    clear: both;
  }
  html .article-info .fontResizer,
  html .buttonheading .fontResizer {
    float: left;
  }
  html .defaultSkin table.mceLayout {
    display: none;
  }
  html .k2ItemFormEditor textarea {
    display: block;
  }
}