@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('/static/font/opensans.woff2') format('woff2');
  unicode-range: U + 0000 -00FF, U + 0131 , U + 0152 -0153, U + 02 C6, U + 02 DA, U + 02 DC, U + 2000 -206F, U + 2074 , U + 20 AC, U + 2212 , U + 2215;
}
.main {
  position: relative;
}
.page-footer {
  min-height: 80px;
  background-image: url('/static/img/page/strip-pattern-320.png');
  padding: 0 30px;
}
.page-footer > a {
  margin: 0 auto;
}
.page-footer-date {
  display: inline-block;
  font-weight: bold;
}
.page-footer-action {
  color: #333333;
}
.page-footer-action:hover,
.page-footer-action:focus {
  color: #333333;
  text-decoration: underline;
}
.sidebar > .button_plugin {
  padding: 0 25px;
  margin: 25px auto;
  width: 100%;
}
.sidebar > .button_plugin > .button {
  border: solid #e6142d 2px;
  width: 100%;
  color: #e6142d;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 10px 5px;
  font-weight: bold;
}
.sidebar > .button_plugin > .button:hover,
.sidebar > .button_plugin > .button:focus {
  background-color: #e6142d;
  color: white;
  text-decoration: none;
}
@media (min-width:767px)and (max-width:991px) {
  .sidebar > .button_plugin {
    padding: 0 50px;
    margin: 25px auto;
    width: 100%;
  }
}