/* ------------------ Sidebar ----------------- */

.sidebar .section {
  padding: 10px 15px 0;
}
.sidebar .block {
  margin: 0 0 20px;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  background: url(../../images/cats-corner.png) no-repeat 100% 0 #1e1f1f;
  border: none;
  box-sizing: border-box;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  padding-bottom: 5px;
  /*border-bottom: 1px solid #d6d6d6;*/
  /*text-shadow: 0 1px 0 #fff;*/
  font-size: 1.071em;
  line-height: 1.2;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  /*border-bottom: 1px solid #d6d6d6;*/
  /*background: none;*/
}

#sidebar-first,
#sidebar-second {
  width: 332px;
  margin-left: 30px
}
