.widget_panel {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  border: 1px solid #D0D1D6;
  overflow: hidden;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
  padding: 0 0 3px 0;
  background-color: #ffffff;
  width: 160px;
}
.ar_widget {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  border: 1px solid #D0D1D6;
  overflow: hidden;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
  padding: 0 0 3px 0;
  background-color: #ffffff;
  width: 160px;
}
.ar_widget__logo {
  border-width: 0;
}
.ar_widget__header {
  /* Vertical gradient */
  background-color: #2f77b9;
  /* Mozilla: */
  background: -moz-linear-gradient(top, #2f77b9, #195393);
  /* Chrome, Safari:*/
  background: -webkit-gradient(linear, left top, left bottom, from(#2f77b9), to(#195393));
  /* MSIE */
  color: white;
  line-height: 28px;
  height: 28px;
  font-family: 'PT Sans', sans-serif;
}
.ar_widget__header a {
  color: white;
}
.ar_widget__header a:hover {
  text-decoration: underline;
}
.ar_widget__body {
  padding: 0.5rem;
  font-family: 'PT Sans', sans-serif;
  line-height: 1em;
}
.ar_widget__body > a {
  color: #2B2A28;
}
.ar_widget .year {
  margin-top: 0.5rem;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  line-height: 1em;
}
.ar_widget__footer {
  position: relative;
  padding: 0.5rem;
  font-family: 'PT Sans', sans-serif;
  line-height: 1em;
}
.ar_widget__footer::before {
  content: "";
  display: block;
  border-top: 1px solid #D7DBDA;
  position: absolute;
  top: 0;
  width: 60%;
  height: 1px;
  left: 20%;
  right: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
