article.block .title {
  background: #4a5064;
  background: -moz-linear-gradient(top, #656d89 15%, #333745 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #656d89), color-stop(90%, #333745));
  background: -o-linear-gradient(#656d89, #333745);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656d89', endColorstr='#333745',GradientType=0);
  border: 1px solid #333745;
  min-height: 70px;
  position: relative; }

article.block .title h2 {
  font-size: 30px;
  color: #fff;
  padding: 18px 0 0 30px;
  font-weight: normal;
  margin: 0;
  float: left; }

article.block .files {
  padding-top: 12px;
  padding-right: 30px;
  text-align: right; }

article.block .files img {
  border: none;
  margin-left: 12px;
  vertical-align: top; }

article.block .body {
  border-top: 10px solid #daede2;
  padding: 30px; }

.icon-prn {
  width: 41px;
  height: 48px;
  background: url(/t/images/icons.png) -123px 0 no-repeat; }

body #i45retq7n_0 {
  display: block !important; }
  body .column {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap; }
    body .column tr {
      display: flex;
      width: 100%; }
      @media (max-width: 480px) {
  body .column tr {
    flex-direction: column;
    margin: 20px 0;
    border: 1px solid #fff; } }
      body .column tr td {
        width: 50% !important;
        height: 100% !important; }
        @media (max-width: 480px) {
  body .column tr td {
    width: 100% !important; } }
