.node-detail ul{ 
   padding-left: 20px; 
} 
.node-detail ul li{ 
   list-style: disc; 
}
.node-small-z{ 
   font-size: 10px; 
}
.post-subtitle-z{ 
   font-size: 20px; 
   font-weight: bold;
   padding: 10px 20px 20px;
}


.node--view-mode-teaser-1z {
  margin-bottom: 10px;
}
.node--view-mode-teaser-1z .post-thumbnail {
  position: relative;
  z-index: 1;
  text-align: center;
}
.node--view-mode-teaser-1z .post-content {
  margin-top: -35px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px 20px;
  text-align: center;
  border-top: 0;
  position: relative;
  z-index: 9;
  background: #ddd;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.node--view-mode-teaser-1z .post-content .post-title {
  margin: 5px 0;
}
.node--view-mode-teaser-1z .post-content .post-title a {
  font-size: 16px;
}


.node--view-mode-teaser-1z{
  margin-bottom: 10px;
  .post-thumbnail{
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .post-content{
    margin-top: -35px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 20px 20px;
    text-align: center;
    border-top: 0;
    position: relative;
    z-index: 9;
    background: $white;
    @include box-shadow(2px 2px 6px rgba(0, 0, 0, 0.1));
    .post-title{
      margin: 5px 0;
      a{
        font-size: 16px;
      }
    }
  }
}



