#SideMenu {
  max-width: 300px;
  margin: auto; }
  @media (min-width: 1024px) {
    #SideMenu {
      width: 270px;
      margin: unset; } }

#sidebar h3 {
  font-size: 1.10em;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 1px;
  padding: 10px;
  background-color: #0079CE;
  margin-bottom: 10px; }
#sidebar #new_entries-2 {
  margin-top: 100px; }

span.new-entry-card-post-date.widget-entry-card-post-date.post-date {
  display: none; }

span.new-entry-card-update-date.widget-entry-card-update-date.post-update {
  display: none; }

.popular-entry-card-date.widget-entry-card-date.display-none {
  display: none; }

figure {
  margin: 0;
  width: 40%; }

.new-entry-card-content.widget-entry-card-content.card-content {
  padding-left: 3%;
  width: 60%; }

.popular-entry-card-content.widget-entry-card-content.card-content {
  width: 60%;
  padding-left: 3%; }

.new-entry-card.widget-entry-card.e-card.cf {
  margin-bottom: 10px;
  display: flex; }

.popular-entry-card.widget-entry-card.e-card.cf {
  margin-bottom: 10px;
  display: flex; }
