@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v24/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM4.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v24/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v24/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf) format('truetype');
}
.personalizedSideBar .coverImage {
  height: 75px;
  width: 100px;
  min-width: 100px;
  background-size: cover;
  margin-right: 16px;
}
.personalizedSideBar .article {
  height: 100px;
  margin-bottom: 12px;
  margin-top: 12px;
  display: flex;
}
.personalizedSideBar header {
  color: black;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: #E2E2E2 solid;
}
.personalizedSideBar .title {
  text-overflow: ellipsis;
}
.personalizedSideBar .authorDate {
  font-size: 12px;
  color: #8E909E;
}
.personalizedSideBar * + *.authorDate {
  margin-right: 13px;
}
