#colophon{
  background-color : transparent;
  background-image : url(img/image.jpg);
  background-position : left top;
  border-top-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #cccccc;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#colophon-inner {
}

#content{
  min-height : 50px;
}

#contenthead {
}

#main-inner::after{
  clear : both;
  display : table;
  content : "";
}

#main::after{
  clear : both;
  display : table;
  content : "";
}

#masthead{
  margin-bottom : 0px;
}

#page{
  font-size : 1.2rem;
}

*{
  box-sizing : border-box;
  
}

.hpb-viewtype-full > article::after{
  clear : both;
  display : table;
  content : "";
}

.hpb-viewtype-simple > article::after{
  clear : both;
  display : table;
  content : "";
}

.hpb-viewtype-thumbnail > article::after{
  clear : both;
  display : table;
  content : "";
}

.navigation-post::after{
  clear : both;
  display : table;
  content : "";
}

.screen-reader-text{
  display : none;
}

.searchform::after{
  clear : both;
  display : table;
  content : "";
}

.sp-block-container{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.sp-block-container > h1{
  font-size : 2.4rem;
}

.sp-block-container > h2{
  font-size : 1.8rem;
}

.sp-block-container > h3{
  font-size : 1.5rem;
}

.sp-block-container > h4{
  font-size : 1.4rem;
}

.sp-block-container > h5{
  font-size : 1.3rem;
}

.sp-block-container > h6{
  font-size : 1.1rem;
}

.sp-block-container > hr{
  border-bottom-color : initial;
  color : #e2e2e2;
  margin-top : 25px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 30px;
  border-top-width : 1px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #e2e2e2;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

.sp-block-container > p{
  font-size : 1.3rem;
  line-height : 1.5;
  text-align : justify;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
  text-justify : inter-ideograph;
}

.sp-block-container > p.indent{
  padding-left : 1em;
}

.sp-block-container > p.large{
  font-size : 1.2em;
}

.sp-bread-crumb div{
  padding-bottom : 10px;
  margin-top : 10px;
  margin-right : 10px;
  width : auto;
  display : inline-block;
}

.sp-button{
  width : 122px;
}

.sp-button a{
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 6px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #f0f0f0;
  border-left-color : #f0f0f0;
  border-right-color : #f0f0f0;
  border-bottom-color : #f0f0f0;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  height : 100%;
  display : block;
  box-sizing : border-box;
}

.sp-button a:hover{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-column.accordion > .column-label h3::after{
  border-top-width : 5px;
  border-left-width : 6px;
  border-right-width : 6px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-top-color : rgba(255, 255, 255, 0.45);
  border-left-color : transparent;
  border-right-color : transparent;
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.5em;
  right : 0px;
  content : "";
}

.sp-column.toggled-on > .column-label h3::after{
  display : none;
}

.sp-column.toggled-on > .column-label h3::before{
  border-left-width : 6px;
  border-right-width : 6px;
  border-bottom-width : 5px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : transparent;
  border-right-color : transparent;
  border-bottom-color : rgba(255, 255, 255, 0.45);
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.5em;
  right : 0px;
  content : "";
}

.sp-column > .column-body{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

.sp-definition-list > dd{
  margin-left : 94px;
  margin-bottom : 25px;
}

.sp-definition-list > dt{
  padding-top : 5px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 10px;
}

.sp-form input{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.sp-form input[type="date"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form input[type="radio"]{
  vertical-align : middle;
  width : 20px;
}

.sp-form input[type="submit"]{
  font-size : 1.4rem;
  color : #555555;
  background-color : #dcdada;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  margin-top : 15px;
  width : auto;
  min-width : 100px;
  float : right;
  position : relative;
  cursor : pointer;
}

.sp-form input[type="text"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form table{
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  width : 100%;
  border-collapse : collapse;
  border-spacing : 0px 0px;
}

.sp-form td{
  color : #000000;
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
}

.sp-form textarea{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
  height : 150px;
}

.sp-form th{
  font-weight : normal;
  color : #000000;
  background-color : #f4f4f4;
  text-align : left;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
  min-width : 50px;
}

.sp-google-map{
  max-width : 100%;
  word-wrap : normal;
}

.sp-google-map img{
  max-width : none !important;
}

.sp-item-gallery.grid > ul > li{
  overflow : hidden;
}

.sp-item-gallery.masonry > ul > li{
  height : auto !important;
}

.sp-item-gallery > ul > li > div img.item-gallery-thumbnail{
  max-width : 100%;
}

.sp-list{
  padding-right : 1em;
  margin-bottom : 1.5em;
  list-style-position : inside;
}

.sp-list > li{
  text-align : justify;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-justify : inter-ideograph;
}

.sp-page-title > h1{
  font-size : 1.8rem;
  font-weight : bold;
}

.sp-part-top{
  display : block;
  position : relative;
  box-sizing : border-box;
}

.sp-part-top.sp-flex:not(table)::after{
  content : none;
}

.sp-part-top::after{
  clear : both;
  display : table;
  content : "";
}

.sp-part-top:not(table)::after{
  clear : both;
  display : table;
  content : "";
}

.sp-sidebar{
  font-size : 1.4rem;
}

.sp-site-branding2 .site-description{
  font-size : 1rem;
  font-weight : normal;
  color : #929292;
}

.sp-site-navigation{
  color : black;
  background-color : white;
}

.sp-site-navigation .menu-toggle{
  display : none;
  cursor : pointer;
}

.sp-site-navigation.vertical{
  font-size : 1.3rem;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #d2c9b8;
  border-bottom-color : #d2c9b8;
  width : 100%;
}

.sp-site-navigation.vertical ul{
  line-height : 30px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
}

.sp-site-navigation.vertical ul li.current-menu-ancestor > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current-menu-item > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current_page_ancestor > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current_page_item > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li > a{
  text-decoration : none;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 10px;
  display : block;
}

.sp-site-navigation.vertical ul li > a:active{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li > a:hover{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul ul li > a{
  padding-top : 10px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 10px;
}

.sp-site-navigation.vertical > ul{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 100%;
}

.sp-site-navigation.vertical > ul > li{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  width : 100%;
}

.sp-site-navigation.vertical > ul > li:hover > ul{
  display : block;
}

.sp-table{
  margin-top : 5px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  width : 100%;
  display : table;
  border-collapse : collapse;
}

.sp-table > * > tr > td{
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-table > * > tr > th{
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-table > * > tr > th.col-title{
  background-color : rgba(0, 0, 0, 0.0625);
}

.sp-table > * > tr > th.row-title{
  background-color : rgba(0, 0, 0, 0.0625);
}

.sp-wp-post-list{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 2em;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 2em;
}

.sp-wp-post-list .navigation-post{
  margin-top : 0.67em;
}

.sp-wp-post-list .navigation-post .nav-next{
  margin-right : 10px;
  float : right;
}

.sp-wp-post-list .navigation-post .nav-previous{
  margin-left : 10px;
  float : left;
}

.sp-wp-post-list .navigation-post::after{
  clear : both;
  display : table;
  content : "";
}

.sp-wp-post-list .navigation-post > h1{
  display : none;
}

.sp-wp-post-list > article{
  margin-top : 0.67em;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0.67em;
}

.sp-wp-post-list > h3{
  background-color : #f4f4f4;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

a{
  color : #2f2f2f;
  text-decoration : none;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

article{
  display : block;
}

aside{
  display : block;
}

body{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  line-height : 1.5;
  color : #2f2f2f;
  background-image : url(img/back-pattern-01.png);
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  word-wrap : break-word;
}

details{
  display : block;
}

dl{
  margin-top : 0px;
  box-sizing : border-box;
}

figcaption{
  display : block;
}

figure{
  display : block;
}

footer{
  display : block;
}

h1{
  margin-top : 0px;
  box-sizing : border-box;
}

h2{
  margin-top : 0px;
  box-sizing : border-box;
}

h3{
  margin-top : 0px;
  box-sizing : border-box;
}

h4{
  margin-top : 0px;
  box-sizing : border-box;
}

h5{
  margin-top : 0px;
  box-sizing : border-box;
}

h6{
  margin-top : 0px;
  box-sizing : border-box;
}

header{
  display : block;
}

hgroup{
  display : block;
}

html{
  font-size : 62.5%;
}

main{
  display : block;
}

nav{
  display : block;
  box-sizing : border-box;
}

ol{
  margin-top : 0px;
  box-sizing : border-box;
}

p{
  margin-top : 0px;
  box-sizing : border-box;
}

section{
  display : block;
}

summary{
  display : block;
}

table{
  margin-top : 0px;
  box-sizing : border-box;
}

ul{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  box-sizing : border-box;
}

@media not screen, screen and (min-width: 569px) {

  #colophon{
    padding-top : 30px;
  }

  #colophon-inner{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1000px;
    box-sizing : content-box;
  }

  #content{
    min-height : 50px;
  }

  #main{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1000px;
    box-sizing : content-box;
  }

  #main-inner{
    float : left;
  }

  #masthead{
    margin-bottom : 0px;
  }

  #masthead-inner{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1000px;
    box-sizing : content-box;
  }

  #page{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    overflow : hidden;
  }

  #primary{
    float : right;
  }

  #sidebar1{
    margin-left : 20px;
  }

  #sidebar2{
    margin-right : 20px;
  }

  .home #contenthead{
    margin-bottom : 30px;
  }

  .sp-google-map{
    width : 400px;
    min-height : 300px;
  }

  .sp-site-branding2{
    padding-top : 20px;
  }

  .sp-site-branding2 .extra{
    width : 50%;
    position : absolute;
    bottom : 0px;
    right : 0px;
  }

  .sp-site-branding2 .extra > p{
    font-size : 1.3rem;
    color : #929292;
    text-align : right;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  .sp-site-branding2 .extra > p.indent{
    padding-left : 1em;
  }

  .sp-site-branding2 .extra > p.large{
    font-size : 1.5rem;
  }

  .sp-site-branding2 .site-description{
    text-align : right;
    width : 100%;
    height : auto;
    position : absolute;
    top : 15px;
  }

  .sp-site-branding2 .site-title{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    height : 66px;
    float : left;
  }

  .sp-site-branding2 .site-title a{
    height : 100%;
    display : block;
  }

  .sp-site-navigation.horizontal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.horizontal ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current-menu-item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a{
    text-decoration : none;
  }

  .sp-site-navigation.horizontal ul li > a:active{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a:hover{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul ul{
    border-bottom-color : initial;
    background-color : #ffffff;
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : medium;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : none;
    border-top-color : #3c3f53;
    border-left-color : #3c3f53;
    border-right-color : #3c3f53;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : none;
    position : absolute;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  .sp-site-navigation.horizontal ul ul li{
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #3c3f53;
    width : 100%;
    white-space : nowrap;
  }

  .sp-site-navigation.horizontal ul ul li > a{
    padding-top : 5px;
    padding-left : 1em;
    padding-right : 1em;
    padding-bottom : 5px;
    display : block;
  }

  .sp-site-navigation.horizontal > ul::after{
    clear : both;
    display : table;
    content : "";
  }

  .sp-site-navigation.horizontal > ul > li{
    float : left;
    position : relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover{
    position : relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover > ul{
    display : block;
  }

  .sp-site-navigation.horizontal > ul > li > a{
    padding-top : 0.5em;
    padding-left : 2em;
    padding-right : 2em;
    padding-bottom : 0.5em;
    display : block;
  }

  .sp-site-navigation.minimal{
    text-align : center;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
  }

  .sp-site-navigation.minimal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.minimal ul li:last-child{
    margin-right : 0px;
  }

  .sp-site-navigation.minimal ul li > a:active{
    text-decoration : underline;
  }

  .sp-site-navigation.minimal ul li > a:hover{
    text-decoration : underline;
  }

  .sp-site-navigation.minimal > ul li{
    margin-right : 10px;
    display : inline;
  }

  .sp-site-navigation.minimal > ul ul{
    margin-left : 10px;
    display : inline;
  }

  .sp-yahoo-map{
    width : 400px;
    min-height : 300px;
  }

  body{
    min-width : 1000px;
  }
}

@media not screen, screen and (min-width: 569px) {

  #content{
    width : 100%;
    float : left;
  }

  #contenthead{
    width : 1000px;
  }

  #main-inner{
    width : 652px;
  }

  #primary{
    width : 100%;
  }

  #sidebar2{
    width : 244px;
    float : right;
  }
}

@media screen and (max-width: 568px) {

  #content{
    padding-left : 10px;
    padding-right : 10px;
    min-height : 50px;
  }

  #masthead{
    margin-bottom : 0px;
  }

  *{
    box-sizing : border-box;
  }

  .home #contenthead{
    margin-bottom : 13px;
  }

  .sp-block-container{
    padding-top : 0px;
    padding-left : 5px;
    padding-right : 5px;
    padding-bottom : 0px;
  }

  .sp-bread-crumb{
    padding-left : 10px;
    padding-right : 10px;
  }

  .sp-definition-list > dd{
    margin-left : 20px;
  }

  .sp-form input{
    width : 90%;
  }

  .sp-form input[type="submit"] {
  }

  .sp-form table{
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : #d8d8d8;
  }

  .sp-form td{
    width : auto;
    display : block;
  }

  .sp-form textarea{
    width : 90%;
  }

  .sp-form th{
    width : auto;
    display : block;
  }

  .sp-google-map{
    width : 100%;
    min-height : 300px;
  }

  .sp-image{
    max-width : 100%;
    height : auto;
  }

  .sp-sidebar{
    padding-left : 10px;
    padding-right : 10px;
  }

  .sp-site-branding2 .extra{
    padding-top : 5px;
  }

  .sp-site-branding2 .extra > p{
    font-size : 1rem;
    color : #929292;
    text-align : left;
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 100%;
  }

  .sp-site-branding2 .site-description{
    text-align : center;
  }

  .sp-site-branding2 .site-title{
    text-align : center;
  }

  .sp-site-navigation .menu-toggle{
    background-color : rgba(0, 0, 0, 0.3);
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    cursor : pointer;
  }

  .sp-site-navigation ul{
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.button-menu .menu-toggle{
    display : block;
  }

  .sp-site-navigation.button-menu ul ul{
    display : block;
  }

  .sp-site-navigation.button-menu ul.toggled-on{
    display : block;
  }

  .sp-site-navigation.button-menu > ul{
    display : none;
  }

  .sp-site-navigation.horizontal{
    padding-top : 0px;
    margin-top : 10px;
    position : relative;
  }

  .sp-site-navigation.horizontal ul{
    background-color : #ffffff;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    width : auto;
    height : auto;
  }

  .sp-site-navigation.horizontal ul li{
    padding-left : 0px;
    border-left-width : 0px;
    width : auto;
    float : none;
  }

  .sp-site-navigation.horizontal ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current-menu-item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a{
    line-height : 24px;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
    float : none;
    display : block;
  }

  .sp-site-navigation.horizontal ul li > a:active{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a:hover{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul ul{
    border-bottom-color : initial;
    background-color : transparent;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : block;
    position : relative;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  .sp-site-navigation.horizontal ul ul li{
    border-bottom-color : initial;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  .sp-site-navigation.horizontal ul ul li > a{
    border-bottom-color : initial;
    padding-top : 8px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 8px;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  .sp-site-navigation.minimal{
    text-align : center;
    margin-bottom : 20px;
  }

  .sp-site-navigation.minimal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.minimal ul li{
    display : block;
  }

  .sp-site-navigation.minimal ul li > a{
    display : block;
  }

  .sp-site-navigation.minimal ul li > a:hover{
    text-decoration : underline;
  }

  .sp-table{
    display : block;
    overflow-x : auto;
  }

  .sp-yahoo-map{
    width : 100%;
    min-height : 300px;
  }

  embed{
    max-width : 100%;
  }
}

@media not screen, screen and (min-width: 569px) {

  #sp-site-navigation-1{
    background-color : transparent;
    margin-bottom : 19px;
  }

  #sp-site-navigation-1 ul ul{
    font-size : 1.3rem;
    background-color : #f2f2f2;
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : medium;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : none;
    border-top-color : #ffffff;
    border-left-color : #ffffff;
    border-right-color : #ffffff;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 ul ul li{
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #ffffff;
    position : relative;
  }

  #sp-site-navigation-1 ul ul li.menu-item-has-children > a::after{
    background-image : url(img/icon-nav-arrow-01.png);
    background-repeat : no-repeat;
    background-position : left center;
    margin-top : -3px;
    width : 6px;
    height : 7px;
    display : block;
    position : absolute;
    top : 50%;
    right : 10px;
    z-index : 10;
    content : "";
  }

  #sp-site-navigation-1 ul ul li:hover > ul{
    display : block;
    top : -1px;
    left : 100%;
  }

  #sp-site-navigation-1 ul ul li > a{
    color : #000000;
    padding-top : 9px;
    padding-left : 21px;
    padding-right : 21px;
    padding-bottom : 9px;
  }

  #sp-site-navigation-1 ul ul li > a:hover{
    color : #ffffff;
    background-color : #b1b1b1;
  }

  #sp-site-navigation-1 > ul{
    font-size : 1.2rem;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
  }

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
    color : #b4b4b4;
    background-color : transparent;
    position : relative;
  }

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a::after{
    background-color : #000000;
    height : 1px;
    position : absolute;
    bottom : -6px;
    right : 19px;
    left : 19px;
    content : "";
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    color : #b4b4b4;
    background-color : transparent;
    position : relative;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a::after{
    background-color : #000000;
    height : 1px;
    position : absolute;
    bottom : -6px;
    right : 19px;
    left : 19px;
    content : "";
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    color : #b4b4b4;
    background-color : transparent;
    position : relative;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a::after{
    background-color : #000000;
    height : 1px;
    position : absolute;
    bottom : -6px;
    right : 19px;
    left : 19px;
    content : "";
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    color : #b4b4b4;
    background-color : transparent;
    position : relative;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a::after{
    background-color : #000000;
    height : 1px;
    position : absolute;
    bottom : -6px;
    right : 19px;
    left : 19px;
    content : "";
  }

  #sp-site-navigation-1 > ul > li:hover > a{
    color : #b4b4b4;
    background-color : transparent;
    position : relative;
  }

  #sp-site-navigation-1 > ul > li:hover > a::after{
    background-color : #000000;
    height : 1px;
    position : absolute;
    bottom : -6px;
    right : 19px;
    left : 19px;
    content : "";
  }

  #sp-site-navigation-1 > ul > li > a{
    font-weight : bold;
    line-height : 1;
    color : #000000;
    text-align : center;
    padding-top : 3px;
    padding-left : 24px;
    padding-right : 24px;
    padding-bottom : 3px;
    margin-top : 6px;
    margin-bottom : 7px;
    border-left-width : 1px;
    border-left-style : solid;
    border-left-color : #dadada;
    display : block;
  }
}

@media screen and (max-width: 568px) {

  #sp-site-navigation-1{
    font-size : 1.2rem;
    font-weight : bold;
    margin-top : 0px;
  }

  #sp-site-navigation-1 .menu-toggle{
    font-size : 1.3rem;
    background-color : #282423;
    background-image : url(img/icon-menu-toggle.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -9999px;
    padding-top : 12px;
    padding-bottom : 12px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #f4f4f4;
  }

  #sp-site-navigation-1 li > a:active{
    background-color : #454545;
  }

  #sp-site-navigation-1 li > a:hover{
    background-color : #454545;
  }

  #sp-site-navigation-1 ul li > a{
    font-weight : bold;
    color : #ffffff;
    background-color : #191919;
    text-decoration : none;
    padding-top : 7px;
    padding-bottom : 7px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #f4f4f4;
  }

  #sp-site-navigation-1 ul ul li > a{
    padding-left : 40px;
    padding-right : 10px;
  }

  #sp-site-navigation-1 ul ul ul li > a{
    padding-left : 55px;
  }

  #sp-site-navigation-1 > ul li.current-menu-ancestor > a{
    background-color : #454545;
  }

  #sp-site-navigation-1 > ul li.current-menu-item > a{
    background-color : #454545;
  }

  #sp-site-navigation-1 > ul li.current_page_ancestor > a{
    background-color : #454545;
  }

  #sp-site-navigation-1 > ul li.current_page_item > a{
    background-color : #454545;
  }
}

#breadcrumb-list{
  font-size : 1.2rem;
  color : #756d73;
  padding-left : 20px;
  padding-right : 20px;
  box-sizing : border-box;
}

#breadcrumb-list a{
  color : #474747;
  text-decoration : underline;
}

#breadcrumb-list div{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 16px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 16px;
}

#sp-page-title-1 h1, #sp-page-title-10 h1, #sp-page-title-2 h1, #sp-page-title-3 h1, #sp-page-title-4 h1, #sp-page-title-5 h1, #sp-page-title-6 h1, #sp-page-title-7 h1, #sp-page-title-8 h1, #sp-page-title-9 h1{
  font-size : 1.4rem;
  line-height : 1.5;
  color : #474747;
  padding-top : 4px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 7px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #b1b1b1;
  display : block;
  position : relative;
}

#sp-page-title-1 h1::after, #sp-page-title-10 h1::after, #sp-page-title-2 h1::after, #sp-page-title-3 h1::after, #sp-page-title-4 h1::after, #sp-page-title-5 h1::after, #sp-page-title-6 h1::after, #sp-page-title-7 h1::after, #sp-page-title-8 h1::after, #sp-page-title-9 h1::after{
  background-color : #b1b1b1;
  height : 3px;
  position : absolute;
  bottom : 2px;
  right : 0px;
  left : 0px;
  content : "";
}

#sp-wp-post-list-1, #sp-wp-post-list-10, #sp-wp-post-list-100, #sp-wp-post-list-101, #sp-wp-post-list-102, #sp-wp-post-list-103, #sp-wp-post-list-104, #sp-wp-post-list-105, #sp-wp-post-list-106, #sp-wp-post-list-107, #sp-wp-post-list-108, #sp-wp-post-list-109, #sp-wp-post-list-11, #sp-wp-post-list-110, #sp-wp-post-list-111, #sp-wp-post-list-112, #sp-wp-post-list-113, #sp-wp-post-list-114, #sp-wp-post-list-115, #sp-wp-post-list-116, #sp-wp-post-list-117, #sp-wp-post-list-118, #sp-wp-post-list-119, #sp-wp-post-list-12, #sp-wp-post-list-120, #sp-wp-post-list-121, #sp-wp-post-list-122, #sp-wp-post-list-123, #sp-wp-post-list-124, #sp-wp-post-list-125, #sp-wp-post-list-126, #sp-wp-post-list-127, #sp-wp-post-list-128, #sp-wp-post-list-129, #sp-wp-post-list-13, #sp-wp-post-list-130, #sp-wp-post-list-131, #sp-wp-post-list-132, #sp-wp-post-list-133, #sp-wp-post-list-134, #sp-wp-post-list-135, #sp-wp-post-list-136, #sp-wp-post-list-137, #sp-wp-post-list-138, #sp-wp-post-list-139, #sp-wp-post-list-14, #sp-wp-post-list-140, #sp-wp-post-list-141, #sp-wp-post-list-142, #sp-wp-post-list-143, #sp-wp-post-list-144, #sp-wp-post-list-145, #sp-wp-post-list-146, #sp-wp-post-list-147, #sp-wp-post-list-148, #sp-wp-post-list-149, #sp-wp-post-list-15, #sp-wp-post-list-150, #sp-wp-post-list-151, #sp-wp-post-list-152, #sp-wp-post-list-153, #sp-wp-post-list-154, #sp-wp-post-list-155, #sp-wp-post-list-156, #sp-wp-post-list-157, #sp-wp-post-list-158, #sp-wp-post-list-159, #sp-wp-post-list-16, #sp-wp-post-list-160, #sp-wp-post-list-161, #sp-wp-post-list-162, #sp-wp-post-list-17, #sp-wp-post-list-18, #sp-wp-post-list-19, #sp-wp-post-list-2, #sp-wp-post-list-20, #sp-wp-post-list-21, #sp-wp-post-list-22, #sp-wp-post-list-23, #sp-wp-post-list-24, #sp-wp-post-list-25, #sp-wp-post-list-26, #sp-wp-post-list-27, #sp-wp-post-list-28, #sp-wp-post-list-29, #sp-wp-post-list-3, #sp-wp-post-list-30, #sp-wp-post-list-31, #sp-wp-post-list-32, #sp-wp-post-list-33, #sp-wp-post-list-34, #sp-wp-post-list-35, #sp-wp-post-list-36, #sp-wp-post-list-37, #sp-wp-post-list-38, #sp-wp-post-list-39, #sp-wp-post-list-4, #sp-wp-post-list-40, #sp-wp-post-list-41, #sp-wp-post-list-42, #sp-wp-post-list-43, #sp-wp-post-list-44, #sp-wp-post-list-45, #sp-wp-post-list-46, #sp-wp-post-list-47, #sp-wp-post-list-48, #sp-wp-post-list-49, #sp-wp-post-list-5, #sp-wp-post-list-50, #sp-wp-post-list-51, #sp-wp-post-list-52, #sp-wp-post-list-53, #sp-wp-post-list-54, #sp-wp-post-list-55, #sp-wp-post-list-56, #sp-wp-post-list-57, #sp-wp-post-list-58, #sp-wp-post-list-59, #sp-wp-post-list-6, #sp-wp-post-list-60, #sp-wp-post-list-61, #sp-wp-post-list-62, #sp-wp-post-list-63, #sp-wp-post-list-64, #sp-wp-post-list-65, #sp-wp-post-list-66, #sp-wp-post-list-67, #sp-wp-post-list-68, #sp-wp-post-list-69, #sp-wp-post-list-7, #sp-wp-post-list-70, #sp-wp-post-list-71, #sp-wp-post-list-72, #sp-wp-post-list-73, #sp-wp-post-list-74, #sp-wp-post-list-75, #sp-wp-post-list-76, #sp-wp-post-list-77, #sp-wp-post-list-78, #sp-wp-post-list-79, #sp-wp-post-list-8, #sp-wp-post-list-80, #sp-wp-post-list-81, #sp-wp-post-list-82, #sp-wp-post-list-83, #sp-wp-post-list-84, #sp-wp-post-list-85, #sp-wp-post-list-86, #sp-wp-post-list-87, #sp-wp-post-list-88, #sp-wp-post-list-89, #sp-wp-post-list-9, #sp-wp-post-list-90, #sp-wp-post-list-91, #sp-wp-post-list-92, #sp-wp-post-list-93, #sp-wp-post-list-94, #sp-wp-post-list-95, #sp-wp-post-list-96, #sp-wp-post-list-97, #sp-wp-post-list-98, #sp-wp-post-list-99{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 25px;
  margin-bottom : 20px;
}

#sp-wp-post-list-1 article > header > h4 > a, #sp-wp-post-list-10 article > header > h4 > a, #sp-wp-post-list-100 article > header > h4 > a, #sp-wp-post-list-101 article > header > h4 > a, #sp-wp-post-list-102 article > header > h4 > a, #sp-wp-post-list-103 article > header > h4 > a, #sp-wp-post-list-104 article > header > h4 > a, #sp-wp-post-list-105 article > header > h4 > a, #sp-wp-post-list-106 article > header > h4 > a, #sp-wp-post-list-107 article > header > h4 > a, #sp-wp-post-list-108 article > header > h4 > a, #sp-wp-post-list-109 article > header > h4 > a, #sp-wp-post-list-11 article > header > h4 > a, #sp-wp-post-list-110 article > header > h4 > a, #sp-wp-post-list-111 article > header > h4 > a, #sp-wp-post-list-112 article > header > h4 > a, #sp-wp-post-list-113 article > header > h4 > a, #sp-wp-post-list-114 article > header > h4 > a, #sp-wp-post-list-115 article > header > h4 > a, #sp-wp-post-list-116 article > header > h4 > a, #sp-wp-post-list-117 article > header > h4 > a, #sp-wp-post-list-118 article > header > h4 > a, #sp-wp-post-list-119 article > header > h4 > a, #sp-wp-post-list-12 article > header > h4 > a, #sp-wp-post-list-120 article > header > h4 > a, #sp-wp-post-list-121 article > header > h4 > a, #sp-wp-post-list-122 article > header > h4 > a, #sp-wp-post-list-123 article > header > h4 > a, #sp-wp-post-list-124 article > header > h4 > a, #sp-wp-post-list-125 article > header > h4 > a, #sp-wp-post-list-126 article > header > h4 > a, #sp-wp-post-list-127 article > header > h4 > a, #sp-wp-post-list-128 article > header > h4 > a, #sp-wp-post-list-129 article > header > h4 > a, #sp-wp-post-list-13 article > header > h4 > a, #sp-wp-post-list-130 article > header > h4 > a, #sp-wp-post-list-131 article > header > h4 > a, #sp-wp-post-list-132 article > header > h4 > a, #sp-wp-post-list-133 article > header > h4 > a, #sp-wp-post-list-134 article > header > h4 > a, #sp-wp-post-list-135 article > header > h4 > a, #sp-wp-post-list-136 article > header > h4 > a, #sp-wp-post-list-137 article > header > h4 > a, #sp-wp-post-list-138 article > header > h4 > a, #sp-wp-post-list-139 article > header > h4 > a, #sp-wp-post-list-14 article > header > h4 > a, #sp-wp-post-list-140 article > header > h4 > a, #sp-wp-post-list-141 article > header > h4 > a, #sp-wp-post-list-142 article > header > h4 > a, #sp-wp-post-list-143 article > header > h4 > a, #sp-wp-post-list-144 article > header > h4 > a, #sp-wp-post-list-145 article > header > h4 > a, #sp-wp-post-list-146 article > header > h4 > a, #sp-wp-post-list-147 article > header > h4 > a, #sp-wp-post-list-148 article > header > h4 > a, #sp-wp-post-list-149 article > header > h4 > a, #sp-wp-post-list-15 article > header > h4 > a, #sp-wp-post-list-150 article > header > h4 > a, #sp-wp-post-list-151 article > header > h4 > a, #sp-wp-post-list-152 article > header > h4 > a, #sp-wp-post-list-153 article > header > h4 > a, #sp-wp-post-list-154 article > header > h4 > a, #sp-wp-post-list-155 article > header > h4 > a, #sp-wp-post-list-156 article > header > h4 > a, #sp-wp-post-list-157 article > header > h4 > a, #sp-wp-post-list-158 article > header > h4 > a, #sp-wp-post-list-159 article > header > h4 > a, #sp-wp-post-list-16 article > header > h4 > a, #sp-wp-post-list-160 article > header > h4 > a, #sp-wp-post-list-161 article > header > h4 > a, #sp-wp-post-list-162 article > header > h4 > a, #sp-wp-post-list-17 article > header > h4 > a, #sp-wp-post-list-18 article > header > h4 > a, #sp-wp-post-list-19 article > header > h4 > a, #sp-wp-post-list-2 article > header > h4 > a, #sp-wp-post-list-20 article > header > h4 > a, #sp-wp-post-list-21 article > header > h4 > a, #sp-wp-post-list-22 article > header > h4 > a, #sp-wp-post-list-23 article > header > h4 > a, #sp-wp-post-list-24 article > header > h4 > a, #sp-wp-post-list-25 article > header > h4 > a, #sp-wp-post-list-26 article > header > h4 > a, #sp-wp-post-list-27 article > header > h4 > a, #sp-wp-post-list-28 article > header > h4 > a, #sp-wp-post-list-29 article > header > h4 > a, #sp-wp-post-list-3 article > header > h4 > a, #sp-wp-post-list-30 article > header > h4 > a, #sp-wp-post-list-31 article > header > h4 > a, #sp-wp-post-list-32 article > header > h4 > a, #sp-wp-post-list-33 article > header > h4 > a, #sp-wp-post-list-34 article > header > h4 > a, #sp-wp-post-list-35 article > header > h4 > a, #sp-wp-post-list-36 article > header > h4 > a, #sp-wp-post-list-37 article > header > h4 > a, #sp-wp-post-list-38 article > header > h4 > a, #sp-wp-post-list-39 article > header > h4 > a, #sp-wp-post-list-4 article > header > h4 > a, #sp-wp-post-list-40 article > header > h4 > a, #sp-wp-post-list-41 article > header > h4 > a, #sp-wp-post-list-42 article > header > h4 > a, #sp-wp-post-list-43 article > header > h4 > a, #sp-wp-post-list-44 article > header > h4 > a, #sp-wp-post-list-45 article > header > h4 > a, #sp-wp-post-list-46 article > header > h4 > a, #sp-wp-post-list-47 article > header > h4 > a, #sp-wp-post-list-48 article > header > h4 > a, #sp-wp-post-list-49 article > header > h4 > a, #sp-wp-post-list-5 article > header > h4 > a, #sp-wp-post-list-50 article > header > h4 > a, #sp-wp-post-list-51 article > header > h4 > a, #sp-wp-post-list-52 article > header > h4 > a, #sp-wp-post-list-53 article > header > h4 > a, #sp-wp-post-list-54 article > header > h4 > a, #sp-wp-post-list-55 article > header > h4 > a, #sp-wp-post-list-56 article > header > h4 > a, #sp-wp-post-list-57 article > header > h4 > a, #sp-wp-post-list-58 article > header > h4 > a, #sp-wp-post-list-59 article > header > h4 > a, #sp-wp-post-list-6 article > header > h4 > a, #sp-wp-post-list-60 article > header > h4 > a, #sp-wp-post-list-61 article > header > h4 > a, #sp-wp-post-list-62 article > header > h4 > a, #sp-wp-post-list-63 article > header > h4 > a, #sp-wp-post-list-64 article > header > h4 > a, #sp-wp-post-list-65 article > header > h4 > a, #sp-wp-post-list-66 article > header > h4 > a, #sp-wp-post-list-67 article > header > h4 > a, #sp-wp-post-list-68 article > header > h4 > a, #sp-wp-post-list-69 article > header > h4 > a, #sp-wp-post-list-7 article > header > h4 > a, #sp-wp-post-list-70 article > header > h4 > a, #sp-wp-post-list-71 article > header > h4 > a, #sp-wp-post-list-72 article > header > h4 > a, #sp-wp-post-list-73 article > header > h4 > a, #sp-wp-post-list-74 article > header > h4 > a, #sp-wp-post-list-75 article > header > h4 > a, #sp-wp-post-list-76 article > header > h4 > a, #sp-wp-post-list-77 article > header > h4 > a, #sp-wp-post-list-78 article > header > h4 > a, #sp-wp-post-list-79 article > header > h4 > a, #sp-wp-post-list-8 article > header > h4 > a, #sp-wp-post-list-80 article > header > h4 > a, #sp-wp-post-list-81 article > header > h4 > a, #sp-wp-post-list-82 article > header > h4 > a, #sp-wp-post-list-83 article > header > h4 > a, #sp-wp-post-list-84 article > header > h4 > a, #sp-wp-post-list-85 article > header > h4 > a, #sp-wp-post-list-86 article > header > h4 > a, #sp-wp-post-list-87 article > header > h4 > a, #sp-wp-post-list-88 article > header > h4 > a, #sp-wp-post-list-89 article > header > h4 > a, #sp-wp-post-list-9 article > header > h4 > a, #sp-wp-post-list-90 article > header > h4 > a, #sp-wp-post-list-91 article > header > h4 > a, #sp-wp-post-list-92 article > header > h4 > a, #sp-wp-post-list-93 article > header > h4 > a, #sp-wp-post-list-94 article > header > h4 > a, #sp-wp-post-list-95 article > header > h4 > a, #sp-wp-post-list-96 article > header > h4 > a, #sp-wp-post-list-97 article > header > h4 > a, #sp-wp-post-list-98 article > header > h4 > a, #sp-wp-post-list-99 article > header > h4 > a{
  font-size : 1.4rem;
  line-height : 1.5;
  color : #474747;
  padding-top : 4px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 7px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #b1b1b1;
  display : block;
  position : relative;
}

#sp-wp-post-list-1 article > header > h4 > a::after, #sp-wp-post-list-10 article > header > h4 > a::after, #sp-wp-post-list-100 article > header > h4 > a::after, #sp-wp-post-list-101 article > header > h4 > a::after, #sp-wp-post-list-102 article > header > h4 > a::after, #sp-wp-post-list-103 article > header > h4 > a::after, #sp-wp-post-list-104 article > header > h4 > a::after, #sp-wp-post-list-105 article > header > h4 > a::after, #sp-wp-post-list-106 article > header > h4 > a::after, #sp-wp-post-list-107 article > header > h4 > a::after, #sp-wp-post-list-108 article > header > h4 > a::after, #sp-wp-post-list-109 article > header > h4 > a::after, #sp-wp-post-list-11 article > header > h4 > a::after, #sp-wp-post-list-110 article > header > h4 > a::after, #sp-wp-post-list-111 article > header > h4 > a::after, #sp-wp-post-list-112 article > header > h4 > a::after, #sp-wp-post-list-113 article > header > h4 > a::after, #sp-wp-post-list-114 article > header > h4 > a::after, #sp-wp-post-list-115 article > header > h4 > a::after, #sp-wp-post-list-116 article > header > h4 > a::after, #sp-wp-post-list-117 article > header > h4 > a::after, #sp-wp-post-list-118 article > header > h4 > a::after, #sp-wp-post-list-119 article > header > h4 > a::after, #sp-wp-post-list-12 article > header > h4 > a::after, #sp-wp-post-list-120 article > header > h4 > a::after, #sp-wp-post-list-121 article > header > h4 > a::after, #sp-wp-post-list-122 article > header > h4 > a::after, #sp-wp-post-list-123 article > header > h4 > a::after, #sp-wp-post-list-124 article > header > h4 > a::after, #sp-wp-post-list-125 article > header > h4 > a::after, #sp-wp-post-list-126 article > header > h4 > a::after, #sp-wp-post-list-127 article > header > h4 > a::after, #sp-wp-post-list-128 article > header > h4 > a::after, #sp-wp-post-list-129 article > header > h4 > a::after, #sp-wp-post-list-13 article > header > h4 > a::after, #sp-wp-post-list-130 article > header > h4 > a::after, #sp-wp-post-list-131 article > header > h4 > a::after, #sp-wp-post-list-132 article > header > h4 > a::after, #sp-wp-post-list-133 article > header > h4 > a::after, #sp-wp-post-list-134 article > header > h4 > a::after, #sp-wp-post-list-135 article > header > h4 > a::after, #sp-wp-post-list-136 article > header > h4 > a::after, #sp-wp-post-list-137 article > header > h4 > a::after, #sp-wp-post-list-138 article > header > h4 > a::after, #sp-wp-post-list-139 article > header > h4 > a::after, #sp-wp-post-list-14 article > header > h4 > a::after, #sp-wp-post-list-140 article > header > h4 > a::after, #sp-wp-post-list-141 article > header > h4 > a::after, #sp-wp-post-list-142 article > header > h4 > a::after, #sp-wp-post-list-143 article > header > h4 > a::after, #sp-wp-post-list-144 article > header > h4 > a::after, #sp-wp-post-list-145 article > header > h4 > a::after, #sp-wp-post-list-146 article > header > h4 > a::after, #sp-wp-post-list-147 article > header > h4 > a::after, #sp-wp-post-list-148 article > header > h4 > a::after, #sp-wp-post-list-149 article > header > h4 > a::after, #sp-wp-post-list-15 article > header > h4 > a::after, #sp-wp-post-list-150 article > header > h4 > a::after, #sp-wp-post-list-151 article > header > h4 > a::after, #sp-wp-post-list-152 article > header > h4 > a::after, #sp-wp-post-list-153 article > header > h4 > a::after, #sp-wp-post-list-154 article > header > h4 > a::after, #sp-wp-post-list-155 article > header > h4 > a::after, #sp-wp-post-list-156 article > header > h4 > a::after, #sp-wp-post-list-157 article > header > h4 > a::after, #sp-wp-post-list-158 article > header > h4 > a::after, #sp-wp-post-list-159 article > header > h4 > a::after, #sp-wp-post-list-16 article > header > h4 > a::after, #sp-wp-post-list-160 article > header > h4 > a::after, #sp-wp-post-list-161 article > header > h4 > a::after, #sp-wp-post-list-162 article > header > h4 > a::after, #sp-wp-post-list-17 article > header > h4 > a::after, #sp-wp-post-list-18 article > header > h4 > a::after, #sp-wp-post-list-19 article > header > h4 > a::after, #sp-wp-post-list-2 article > header > h4 > a::after, #sp-wp-post-list-20 article > header > h4 > a::after, #sp-wp-post-list-21 article > header > h4 > a::after, #sp-wp-post-list-22 article > header > h4 > a::after, #sp-wp-post-list-23 article > header > h4 > a::after, #sp-wp-post-list-24 article > header > h4 > a::after, #sp-wp-post-list-25 article > header > h4 > a::after, #sp-wp-post-list-26 article > header > h4 > a::after, #sp-wp-post-list-27 article > header > h4 > a::after, #sp-wp-post-list-28 article > header > h4 > a::after, #sp-wp-post-list-29 article > header > h4 > a::after, #sp-wp-post-list-3 article > header > h4 > a::after, #sp-wp-post-list-30 article > header > h4 > a::after, #sp-wp-post-list-31 article > header > h4 > a::after, #sp-wp-post-list-32 article > header > h4 > a::after, #sp-wp-post-list-33 article > header > h4 > a::after, #sp-wp-post-list-34 article > header > h4 > a::after, #sp-wp-post-list-35 article > header > h4 > a::after, #sp-wp-post-list-36 article > header > h4 > a::after, #sp-wp-post-list-37 article > header > h4 > a::after, #sp-wp-post-list-38 article > header > h4 > a::after, #sp-wp-post-list-39 article > header > h4 > a::after, #sp-wp-post-list-4 article > header > h4 > a::after, #sp-wp-post-list-40 article > header > h4 > a::after, #sp-wp-post-list-41 article > header > h4 > a::after, #sp-wp-post-list-42 article > header > h4 > a::after, #sp-wp-post-list-43 article > header > h4 > a::after, #sp-wp-post-list-44 article > header > h4 > a::after, #sp-wp-post-list-45 article > header > h4 > a::after, #sp-wp-post-list-46 article > header > h4 > a::after, #sp-wp-post-list-47 article > header > h4 > a::after, #sp-wp-post-list-48 article > header > h4 > a::after, #sp-wp-post-list-49 article > header > h4 > a::after, #sp-wp-post-list-5 article > header > h4 > a::after, #sp-wp-post-list-50 article > header > h4 > a::after, #sp-wp-post-list-51 article > header > h4 > a::after, #sp-wp-post-list-52 article > header > h4 > a::after, #sp-wp-post-list-53 article > header > h4 > a::after, #sp-wp-post-list-54 article > header > h4 > a::after, #sp-wp-post-list-55 article > header > h4 > a::after, #sp-wp-post-list-56 article > header > h4 > a::after, #sp-wp-post-list-57 article > header > h4 > a::after, #sp-wp-post-list-58 article > header > h4 > a::after, #sp-wp-post-list-59 article > header > h4 > a::after, #sp-wp-post-list-6 article > header > h4 > a::after, #sp-wp-post-list-60 article > header > h4 > a::after, #sp-wp-post-list-61 article > header > h4 > a::after, #sp-wp-post-list-62 article > header > h4 > a::after, #sp-wp-post-list-63 article > header > h4 > a::after, #sp-wp-post-list-64 article > header > h4 > a::after, #sp-wp-post-list-65 article > header > h4 > a::after, #sp-wp-post-list-66 article > header > h4 > a::after, #sp-wp-post-list-67 article > header > h4 > a::after, #sp-wp-post-list-68 article > header > h4 > a::after, #sp-wp-post-list-69 article > header > h4 > a::after, #sp-wp-post-list-7 article > header > h4 > a::after, #sp-wp-post-list-70 article > header > h4 > a::after, #sp-wp-post-list-71 article > header > h4 > a::after, #sp-wp-post-list-72 article > header > h4 > a::after, #sp-wp-post-list-73 article > header > h4 > a::after, #sp-wp-post-list-74 article > header > h4 > a::after, #sp-wp-post-list-75 article > header > h4 > a::after, #sp-wp-post-list-76 article > header > h4 > a::after, #sp-wp-post-list-77 article > header > h4 > a::after, #sp-wp-post-list-78 article > header > h4 > a::after, #sp-wp-post-list-79 article > header > h4 > a::after, #sp-wp-post-list-8 article > header > h4 > a::after, #sp-wp-post-list-80 article > header > h4 > a::after, #sp-wp-post-list-81 article > header > h4 > a::after, #sp-wp-post-list-82 article > header > h4 > a::after, #sp-wp-post-list-83 article > header > h4 > a::after, #sp-wp-post-list-84 article > header > h4 > a::after, #sp-wp-post-list-85 article > header > h4 > a::after, #sp-wp-post-list-86 article > header > h4 > a::after, #sp-wp-post-list-87 article > header > h4 > a::after, #sp-wp-post-list-88 article > header > h4 > a::after, #sp-wp-post-list-89 article > header > h4 > a::after, #sp-wp-post-list-9 article > header > h4 > a::after, #sp-wp-post-list-90 article > header > h4 > a::after, #sp-wp-post-list-91 article > header > h4 > a::after, #sp-wp-post-list-92 article > header > h4 > a::after, #sp-wp-post-list-93 article > header > h4 > a::after, #sp-wp-post-list-94 article > header > h4 > a::after, #sp-wp-post-list-95 article > header > h4 > a::after, #sp-wp-post-list-96 article > header > h4 > a::after, #sp-wp-post-list-97 article > header > h4 > a::after, #sp-wp-post-list-98 article > header > h4 > a::after, #sp-wp-post-list-99 article > header > h4 > a::after{
  background-color : #b1b1b1;
  height : 3px;
  position : absolute;
  bottom : 2px;
  right : 0px;
  left : 0px;
  content : "";
}

.hpb-viewtype-content#sp-wp-post-list-1 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-10 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-100 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-101 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-102 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-103 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-104 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-105 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-106 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-107 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-108 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-109 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-11 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-110 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-111 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-112 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-113 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-114 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-115 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-116 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-117 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-118 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-119 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-12 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-120 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-121 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-122 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-123 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-124 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-125 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-126 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-127 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-128 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-129 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-13 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-130 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-131 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-132 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-133 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-134 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-135 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-136 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-137 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-138 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-139 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-14 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-140 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-141 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-142 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-143 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-144 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-145 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-146 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-147 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-148 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-149 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-15 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-150 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-151 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-152 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-153 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-154 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-155 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-156 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-157 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-158 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-159 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-16 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-160 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-161 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-162 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-17 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-18 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-19 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-2 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-20 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-21 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-22 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-23 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-24 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-25 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-26 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-27 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-28 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-29 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-3 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-30 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-31 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-32 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-33 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-34 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-35 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-36 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-37 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-38 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-39 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-4 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-40 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-41 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-42 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-43 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-44 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-45 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-46 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-47 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-48 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-49 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-5 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-50 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-51 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-52 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-53 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-54 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-55 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-56 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-57 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-58 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-59 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-6 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-60 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-61 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-62 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-63 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-64 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-65 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-66 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-67 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-68 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-69 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-7 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-70 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-71 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-72 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-73 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-74 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-75 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-76 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-77 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-78 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-79 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-8 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-80 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-81 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-82 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-83 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-84 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-85 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-86 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-87 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-88 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-89 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-9 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-90 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-91 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-92 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-93 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-94 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-95 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-96 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-97 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-98 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-99 > .hpb-more-entry a{
  margin-right : 5px;
}

.hpb-viewtype-date#sp-wp-post-list-1 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-10 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-100 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-101 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-102 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-103 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-104 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-105 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-106 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-107 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-108 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-109 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-11 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-110 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-111 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-112 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-113 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-114 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-115 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-116 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-117 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-118 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-119 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-12 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-120 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-121 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-122 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-123 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-124 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-125 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-126 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-127 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-128 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-129 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-13 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-130 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-131 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-132 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-133 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-134 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-135 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-136 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-137 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-138 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-139 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-14 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-140 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-141 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-142 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-143 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-144 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-145 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-146 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-147 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-148 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-149 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-15 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-150 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-151 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-152 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-153 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-154 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-155 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-156 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-157 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-158 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-159 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-16 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-160 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-161 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-162 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-17 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-18 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-19 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-2 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-20 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-21 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-22 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-23 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-24 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-25 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-26 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-27 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-28 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-29 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-3 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-30 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-31 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-32 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-33 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-34 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-35 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-36 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-37 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-38 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-39 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-4 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-40 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-41 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-42 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-43 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-44 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-45 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-46 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-47 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-48 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-49 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-5 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-50 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-51 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-52 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-53 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-54 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-55 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-56 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-57 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-58 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-59 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-6 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-60 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-61 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-62 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-63 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-64 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-65 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-66 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-67 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-68 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-69 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-7 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-70 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-71 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-72 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-73 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-74 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-75 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-76 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-77 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-78 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-79 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-8 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-80 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-81 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-82 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-83 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-84 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-85 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-86 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-87 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-88 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-89 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-9 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-90 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-91 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-92 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-93 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-94 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-95 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-96 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-97 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-98 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-99 > .hpb-more-entry a{
  margin-right : 5px;
}

.hpb-viewtype-title#sp-wp-post-list-1 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-10 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-100 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-101 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-102 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-103 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-104 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-105 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-106 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-107 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-108 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-109 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-11 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-110 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-111 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-112 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-113 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-114 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-115 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-116 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-117 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-118 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-119 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-12 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-120 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-121 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-122 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-123 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-124 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-125 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-126 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-127 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-128 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-129 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-13 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-130 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-131 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-132 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-133 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-134 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-135 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-136 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-137 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-138 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-139 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-14 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-140 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-141 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-142 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-143 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-144 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-145 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-146 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-147 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-148 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-149 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-15 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-150 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-151 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-152 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-153 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-154 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-155 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-156 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-157 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-158 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-159 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-16 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-160 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-161 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-162 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-17 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-18 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-19 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-2 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-20 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-21 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-22 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-23 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-24 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-25 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-26 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-27 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-28 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-29 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-3 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-30 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-31 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-32 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-33 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-34 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-35 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-36 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-37 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-38 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-39 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-4 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-40 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-41 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-42 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-43 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-44 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-45 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-46 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-47 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-48 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-49 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-5 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-50 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-51 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-52 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-53 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-54 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-55 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-56 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-57 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-58 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-59 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-6 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-60 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-61 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-62 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-63 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-64 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-65 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-66 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-67 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-68 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-69 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-7 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-70 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-71 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-72 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-73 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-74 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-75 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-76 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-77 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-78 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-79 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-8 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-80 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-81 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-82 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-83 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-84 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-85 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-86 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-87 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-88 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-89 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-9 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-90 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-91 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-92 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-93 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-94 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-95 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-96 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-97 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-98 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-99 > .hpb-more-entry a{
  margin-right : 5px;
}

#sp-wp-post-list-1 > .hpb-more-entry, #sp-wp-post-list-10 > .hpb-more-entry, #sp-wp-post-list-100 > .hpb-more-entry, #sp-wp-post-list-101 > .hpb-more-entry, #sp-wp-post-list-102 > .hpb-more-entry, #sp-wp-post-list-103 > .hpb-more-entry, #sp-wp-post-list-104 > .hpb-more-entry, #sp-wp-post-list-105 > .hpb-more-entry, #sp-wp-post-list-106 > .hpb-more-entry, #sp-wp-post-list-107 > .hpb-more-entry, #sp-wp-post-list-108 > .hpb-more-entry, #sp-wp-post-list-109 > .hpb-more-entry, #sp-wp-post-list-11 > .hpb-more-entry, #sp-wp-post-list-110 > .hpb-more-entry, #sp-wp-post-list-111 > .hpb-more-entry, #sp-wp-post-list-112 > .hpb-more-entry, #sp-wp-post-list-113 > .hpb-more-entry, #sp-wp-post-list-114 > .hpb-more-entry, #sp-wp-post-list-115 > .hpb-more-entry, #sp-wp-post-list-116 > .hpb-more-entry, #sp-wp-post-list-117 > .hpb-more-entry, #sp-wp-post-list-118 > .hpb-more-entry, #sp-wp-post-list-119 > .hpb-more-entry, #sp-wp-post-list-12 > .hpb-more-entry, #sp-wp-post-list-120 > .hpb-more-entry, #sp-wp-post-list-121 > .hpb-more-entry, #sp-wp-post-list-122 > .hpb-more-entry, #sp-wp-post-list-123 > .hpb-more-entry, #sp-wp-post-list-124 > .hpb-more-entry, #sp-wp-post-list-125 > .hpb-more-entry, #sp-wp-post-list-126 > .hpb-more-entry, #sp-wp-post-list-127 > .hpb-more-entry, #sp-wp-post-list-128 > .hpb-more-entry, #sp-wp-post-list-129 > .hpb-more-entry, #sp-wp-post-list-13 > .hpb-more-entry, #sp-wp-post-list-130 > .hpb-more-entry, #sp-wp-post-list-131 > .hpb-more-entry, #sp-wp-post-list-132 > .hpb-more-entry, #sp-wp-post-list-133 > .hpb-more-entry, #sp-wp-post-list-134 > .hpb-more-entry, #sp-wp-post-list-135 > .hpb-more-entry, #sp-wp-post-list-136 > .hpb-more-entry, #sp-wp-post-list-137 > .hpb-more-entry, #sp-wp-post-list-138 > .hpb-more-entry, #sp-wp-post-list-139 > .hpb-more-entry, #sp-wp-post-list-14 > .hpb-more-entry, #sp-wp-post-list-140 > .hpb-more-entry, #sp-wp-post-list-141 > .hpb-more-entry, #sp-wp-post-list-142 > .hpb-more-entry, #sp-wp-post-list-143 > .hpb-more-entry, #sp-wp-post-list-144 > .hpb-more-entry, #sp-wp-post-list-145 > .hpb-more-entry, #sp-wp-post-list-146 > .hpb-more-entry, #sp-wp-post-list-147 > .hpb-more-entry, #sp-wp-post-list-148 > .hpb-more-entry, #sp-wp-post-list-149 > .hpb-more-entry, #sp-wp-post-list-15 > .hpb-more-entry, #sp-wp-post-list-150 > .hpb-more-entry, #sp-wp-post-list-151 > .hpb-more-entry, #sp-wp-post-list-152 > .hpb-more-entry, #sp-wp-post-list-153 > .hpb-more-entry, #sp-wp-post-list-154 > .hpb-more-entry, #sp-wp-post-list-155 > .hpb-more-entry, #sp-wp-post-list-156 > .hpb-more-entry, #sp-wp-post-list-157 > .hpb-more-entry, #sp-wp-post-list-158 > .hpb-more-entry, #sp-wp-post-list-159 > .hpb-more-entry, #sp-wp-post-list-16 > .hpb-more-entry, #sp-wp-post-list-160 > .hpb-more-entry, #sp-wp-post-list-161 > .hpb-more-entry, #sp-wp-post-list-162 > .hpb-more-entry, #sp-wp-post-list-17 > .hpb-more-entry, #sp-wp-post-list-18 > .hpb-more-entry, #sp-wp-post-list-19 > .hpb-more-entry, #sp-wp-post-list-2 > .hpb-more-entry, #sp-wp-post-list-20 > .hpb-more-entry, #sp-wp-post-list-21 > .hpb-more-entry, #sp-wp-post-list-22 > .hpb-more-entry, #sp-wp-post-list-23 > .hpb-more-entry, #sp-wp-post-list-24 > .hpb-more-entry, #sp-wp-post-list-25 > .hpb-more-entry, #sp-wp-post-list-26 > .hpb-more-entry, #sp-wp-post-list-27 > .hpb-more-entry, #sp-wp-post-list-28 > .hpb-more-entry, #sp-wp-post-list-29 > .hpb-more-entry, #sp-wp-post-list-3 > .hpb-more-entry, #sp-wp-post-list-30 > .hpb-more-entry, #sp-wp-post-list-31 > .hpb-more-entry, #sp-wp-post-list-32 > .hpb-more-entry, #sp-wp-post-list-33 > .hpb-more-entry, #sp-wp-post-list-34 > .hpb-more-entry, #sp-wp-post-list-35 > .hpb-more-entry, #sp-wp-post-list-36 > .hpb-more-entry, #sp-wp-post-list-37 > .hpb-more-entry, #sp-wp-post-list-38 > .hpb-more-entry, #sp-wp-post-list-39 > .hpb-more-entry, #sp-wp-post-list-4 > .hpb-more-entry, #sp-wp-post-list-40 > .hpb-more-entry, #sp-wp-post-list-41 > .hpb-more-entry, #sp-wp-post-list-42 > .hpb-more-entry, #sp-wp-post-list-43 > .hpb-more-entry, #sp-wp-post-list-44 > .hpb-more-entry, #sp-wp-post-list-45 > .hpb-more-entry, #sp-wp-post-list-46 > .hpb-more-entry, #sp-wp-post-list-47 > .hpb-more-entry, #sp-wp-post-list-48 > .hpb-more-entry, #sp-wp-post-list-49 > .hpb-more-entry, #sp-wp-post-list-5 > .hpb-more-entry, #sp-wp-post-list-50 > .hpb-more-entry, #sp-wp-post-list-51 > .hpb-more-entry, #sp-wp-post-list-52 > .hpb-more-entry, #sp-wp-post-list-53 > .hpb-more-entry, #sp-wp-post-list-54 > .hpb-more-entry, #sp-wp-post-list-55 > .hpb-more-entry, #sp-wp-post-list-56 > .hpb-more-entry, #sp-wp-post-list-57 > .hpb-more-entry, #sp-wp-post-list-58 > .hpb-more-entry, #sp-wp-post-list-59 > .hpb-more-entry, #sp-wp-post-list-6 > .hpb-more-entry, #sp-wp-post-list-60 > .hpb-more-entry, #sp-wp-post-list-61 > .hpb-more-entry, #sp-wp-post-list-62 > .hpb-more-entry, #sp-wp-post-list-63 > .hpb-more-entry, #sp-wp-post-list-64 > .hpb-more-entry, #sp-wp-post-list-65 > .hpb-more-entry, #sp-wp-post-list-66 > .hpb-more-entry, #sp-wp-post-list-67 > .hpb-more-entry, #sp-wp-post-list-68 > .hpb-more-entry, #sp-wp-post-list-69 > .hpb-more-entry, #sp-wp-post-list-7 > .hpb-more-entry, #sp-wp-post-list-70 > .hpb-more-entry, #sp-wp-post-list-71 > .hpb-more-entry, #sp-wp-post-list-72 > .hpb-more-entry, #sp-wp-post-list-73 > .hpb-more-entry, #sp-wp-post-list-74 > .hpb-more-entry, #sp-wp-post-list-75 > .hpb-more-entry, #sp-wp-post-list-76 > .hpb-more-entry, #sp-wp-post-list-77 > .hpb-more-entry, #sp-wp-post-list-78 > .hpb-more-entry, #sp-wp-post-list-79 > .hpb-more-entry, #sp-wp-post-list-8 > .hpb-more-entry, #sp-wp-post-list-80 > .hpb-more-entry, #sp-wp-post-list-81 > .hpb-more-entry, #sp-wp-post-list-82 > .hpb-more-entry, #sp-wp-post-list-83 > .hpb-more-entry, #sp-wp-post-list-84 > .hpb-more-entry, #sp-wp-post-list-85 > .hpb-more-entry, #sp-wp-post-list-86 > .hpb-more-entry, #sp-wp-post-list-87 > .hpb-more-entry, #sp-wp-post-list-88 > .hpb-more-entry, #sp-wp-post-list-89 > .hpb-more-entry, #sp-wp-post-list-9 > .hpb-more-entry, #sp-wp-post-list-90 > .hpb-more-entry, #sp-wp-post-list-91 > .hpb-more-entry, #sp-wp-post-list-92 > .hpb-more-entry, #sp-wp-post-list-93 > .hpb-more-entry, #sp-wp-post-list-94 > .hpb-more-entry, #sp-wp-post-list-95 > .hpb-more-entry, #sp-wp-post-list-96 > .hpb-more-entry, #sp-wp-post-list-97 > .hpb-more-entry, #sp-wp-post-list-98 > .hpb-more-entry, #sp-wp-post-list-99 > .hpb-more-entry{
  font-size : 1.2rem;
  text-align : right;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-wp-post-list-1 > .hpb-more-entry a, #sp-wp-post-list-10 > .hpb-more-entry a, #sp-wp-post-list-100 > .hpb-more-entry a, #sp-wp-post-list-101 > .hpb-more-entry a, #sp-wp-post-list-102 > .hpb-more-entry a, #sp-wp-post-list-103 > .hpb-more-entry a, #sp-wp-post-list-104 > .hpb-more-entry a, #sp-wp-post-list-105 > .hpb-more-entry a, #sp-wp-post-list-106 > .hpb-more-entry a, #sp-wp-post-list-107 > .hpb-more-entry a, #sp-wp-post-list-108 > .hpb-more-entry a, #sp-wp-post-list-109 > .hpb-more-entry a, #sp-wp-post-list-11 > .hpb-more-entry a, #sp-wp-post-list-110 > .hpb-more-entry a, #sp-wp-post-list-111 > .hpb-more-entry a, #sp-wp-post-list-112 > .hpb-more-entry a, #sp-wp-post-list-113 > .hpb-more-entry a, #sp-wp-post-list-114 > .hpb-more-entry a, #sp-wp-post-list-115 > .hpb-more-entry a, #sp-wp-post-list-116 > .hpb-more-entry a, #sp-wp-post-list-117 > .hpb-more-entry a, #sp-wp-post-list-118 > .hpb-more-entry a, #sp-wp-post-list-119 > .hpb-more-entry a, #sp-wp-post-list-12 > .hpb-more-entry a, #sp-wp-post-list-120 > .hpb-more-entry a, #sp-wp-post-list-121 > .hpb-more-entry a, #sp-wp-post-list-122 > .hpb-more-entry a, #sp-wp-post-list-123 > .hpb-more-entry a, #sp-wp-post-list-124 > .hpb-more-entry a, #sp-wp-post-list-125 > .hpb-more-entry a, #sp-wp-post-list-126 > .hpb-more-entry a, #sp-wp-post-list-127 > .hpb-more-entry a, #sp-wp-post-list-128 > .hpb-more-entry a, #sp-wp-post-list-129 > .hpb-more-entry a, #sp-wp-post-list-13 > .hpb-more-entry a, #sp-wp-post-list-130 > .hpb-more-entry a, #sp-wp-post-list-131 > .hpb-more-entry a, #sp-wp-post-list-132 > .hpb-more-entry a, #sp-wp-post-list-133 > .hpb-more-entry a, #sp-wp-post-list-134 > .hpb-more-entry a, #sp-wp-post-list-135 > .hpb-more-entry a, #sp-wp-post-list-136 > .hpb-more-entry a, #sp-wp-post-list-137 > .hpb-more-entry a, #sp-wp-post-list-138 > .hpb-more-entry a, #sp-wp-post-list-139 > .hpb-more-entry a, #sp-wp-post-list-14 > .hpb-more-entry a, #sp-wp-post-list-140 > .hpb-more-entry a, #sp-wp-post-list-141 > .hpb-more-entry a, #sp-wp-post-list-142 > .hpb-more-entry a, #sp-wp-post-list-143 > .hpb-more-entry a, #sp-wp-post-list-144 > .hpb-more-entry a, #sp-wp-post-list-145 > .hpb-more-entry a, #sp-wp-post-list-146 > .hpb-more-entry a, #sp-wp-post-list-147 > .hpb-more-entry a, #sp-wp-post-list-148 > .hpb-more-entry a, #sp-wp-post-list-149 > .hpb-more-entry a, #sp-wp-post-list-15 > .hpb-more-entry a, #sp-wp-post-list-150 > .hpb-more-entry a, #sp-wp-post-list-151 > .hpb-more-entry a, #sp-wp-post-list-152 > .hpb-more-entry a, #sp-wp-post-list-153 > .hpb-more-entry a, #sp-wp-post-list-154 > .hpb-more-entry a, #sp-wp-post-list-155 > .hpb-more-entry a, #sp-wp-post-list-156 > .hpb-more-entry a, #sp-wp-post-list-157 > .hpb-more-entry a, #sp-wp-post-list-158 > .hpb-more-entry a, #sp-wp-post-list-159 > .hpb-more-entry a, #sp-wp-post-list-16 > .hpb-more-entry a, #sp-wp-post-list-160 > .hpb-more-entry a, #sp-wp-post-list-161 > .hpb-more-entry a, #sp-wp-post-list-162 > .hpb-more-entry a, #sp-wp-post-list-17 > .hpb-more-entry a, #sp-wp-post-list-18 > .hpb-more-entry a, #sp-wp-post-list-19 > .hpb-more-entry a, #sp-wp-post-list-2 > .hpb-more-entry a, #sp-wp-post-list-20 > .hpb-more-entry a, #sp-wp-post-list-21 > .hpb-more-entry a, #sp-wp-post-list-22 > .hpb-more-entry a, #sp-wp-post-list-23 > .hpb-more-entry a, #sp-wp-post-list-24 > .hpb-more-entry a, #sp-wp-post-list-25 > .hpb-more-entry a, #sp-wp-post-list-26 > .hpb-more-entry a, #sp-wp-post-list-27 > .hpb-more-entry a, #sp-wp-post-list-28 > .hpb-more-entry a, #sp-wp-post-list-29 > .hpb-more-entry a, #sp-wp-post-list-3 > .hpb-more-entry a, #sp-wp-post-list-30 > .hpb-more-entry a, #sp-wp-post-list-31 > .hpb-more-entry a, #sp-wp-post-list-32 > .hpb-more-entry a, #sp-wp-post-list-33 > .hpb-more-entry a, #sp-wp-post-list-34 > .hpb-more-entry a, #sp-wp-post-list-35 > .hpb-more-entry a, #sp-wp-post-list-36 > .hpb-more-entry a, #sp-wp-post-list-37 > .hpb-more-entry a, #sp-wp-post-list-38 > .hpb-more-entry a, #sp-wp-post-list-39 > .hpb-more-entry a, #sp-wp-post-list-4 > .hpb-more-entry a, #sp-wp-post-list-40 > .hpb-more-entry a, #sp-wp-post-list-41 > .hpb-more-entry a, #sp-wp-post-list-42 > .hpb-more-entry a, #sp-wp-post-list-43 > .hpb-more-entry a, #sp-wp-post-list-44 > .hpb-more-entry a, #sp-wp-post-list-45 > .hpb-more-entry a, #sp-wp-post-list-46 > .hpb-more-entry a, #sp-wp-post-list-47 > .hpb-more-entry a, #sp-wp-post-list-48 > .hpb-more-entry a, #sp-wp-post-list-49 > .hpb-more-entry a, #sp-wp-post-list-5 > .hpb-more-entry a, #sp-wp-post-list-50 > .hpb-more-entry a, #sp-wp-post-list-51 > .hpb-more-entry a, #sp-wp-post-list-52 > .hpb-more-entry a, #sp-wp-post-list-53 > .hpb-more-entry a, #sp-wp-post-list-54 > .hpb-more-entry a, #sp-wp-post-list-55 > .hpb-more-entry a, #sp-wp-post-list-56 > .hpb-more-entry a, #sp-wp-post-list-57 > .hpb-more-entry a, #sp-wp-post-list-58 > .hpb-more-entry a, #sp-wp-post-list-59 > .hpb-more-entry a, #sp-wp-post-list-6 > .hpb-more-entry a, #sp-wp-post-list-60 > .hpb-more-entry a, #sp-wp-post-list-61 > .hpb-more-entry a, #sp-wp-post-list-62 > .hpb-more-entry a, #sp-wp-post-list-63 > .hpb-more-entry a, #sp-wp-post-list-64 > .hpb-more-entry a, #sp-wp-post-list-65 > .hpb-more-entry a, #sp-wp-post-list-66 > .hpb-more-entry a, #sp-wp-post-list-67 > .hpb-more-entry a, #sp-wp-post-list-68 > .hpb-more-entry a, #sp-wp-post-list-69 > .hpb-more-entry a, #sp-wp-post-list-7 > .hpb-more-entry a, #sp-wp-post-list-70 > .hpb-more-entry a, #sp-wp-post-list-71 > .hpb-more-entry a, #sp-wp-post-list-72 > .hpb-more-entry a, #sp-wp-post-list-73 > .hpb-more-entry a, #sp-wp-post-list-74 > .hpb-more-entry a, #sp-wp-post-list-75 > .hpb-more-entry a, #sp-wp-post-list-76 > .hpb-more-entry a, #sp-wp-post-list-77 > .hpb-more-entry a, #sp-wp-post-list-78 > .hpb-more-entry a, #sp-wp-post-list-79 > .hpb-more-entry a, #sp-wp-post-list-8 > .hpb-more-entry a, #sp-wp-post-list-80 > .hpb-more-entry a, #sp-wp-post-list-81 > .hpb-more-entry a, #sp-wp-post-list-82 > .hpb-more-entry a, #sp-wp-post-list-83 > .hpb-more-entry a, #sp-wp-post-list-84 > .hpb-more-entry a, #sp-wp-post-list-85 > .hpb-more-entry a, #sp-wp-post-list-86 > .hpb-more-entry a, #sp-wp-post-list-87 > .hpb-more-entry a, #sp-wp-post-list-88 > .hpb-more-entry a, #sp-wp-post-list-89 > .hpb-more-entry a, #sp-wp-post-list-9 > .hpb-more-entry a, #sp-wp-post-list-90 > .hpb-more-entry a, #sp-wp-post-list-91 > .hpb-more-entry a, #sp-wp-post-list-92 > .hpb-more-entry a, #sp-wp-post-list-93 > .hpb-more-entry a, #sp-wp-post-list-94 > .hpb-more-entry a, #sp-wp-post-list-95 > .hpb-more-entry a, #sp-wp-post-list-96 > .hpb-more-entry a, #sp-wp-post-list-97 > .hpb-more-entry a, #sp-wp-post-list-98 > .hpb-more-entry a, #sp-wp-post-list-99 > .hpb-more-entry a{
  font-size : 1.2rem;
  margin-top : 15px;
  display : inline-block;
}

#sp-wp-post-list-1 > article, #sp-wp-post-list-10 > article, #sp-wp-post-list-100 > article, #sp-wp-post-list-101 > article, #sp-wp-post-list-102 > article, #sp-wp-post-list-103 > article, #sp-wp-post-list-104 > article, #sp-wp-post-list-105 > article, #sp-wp-post-list-106 > article, #sp-wp-post-list-107 > article, #sp-wp-post-list-108 > article, #sp-wp-post-list-109 > article, #sp-wp-post-list-11 > article, #sp-wp-post-list-110 > article, #sp-wp-post-list-111 > article, #sp-wp-post-list-112 > article, #sp-wp-post-list-113 > article, #sp-wp-post-list-114 > article, #sp-wp-post-list-115 > article, #sp-wp-post-list-116 > article, #sp-wp-post-list-117 > article, #sp-wp-post-list-118 > article, #sp-wp-post-list-119 > article, #sp-wp-post-list-12 > article, #sp-wp-post-list-120 > article, #sp-wp-post-list-121 > article, #sp-wp-post-list-122 > article, #sp-wp-post-list-123 > article, #sp-wp-post-list-124 > article, #sp-wp-post-list-125 > article, #sp-wp-post-list-126 > article, #sp-wp-post-list-127 > article, #sp-wp-post-list-128 > article, #sp-wp-post-list-129 > article, #sp-wp-post-list-13 > article, #sp-wp-post-list-130 > article, #sp-wp-post-list-131 > article, #sp-wp-post-list-132 > article, #sp-wp-post-list-133 > article, #sp-wp-post-list-134 > article, #sp-wp-post-list-135 > article, #sp-wp-post-list-136 > article, #sp-wp-post-list-137 > article, #sp-wp-post-list-138 > article, #sp-wp-post-list-139 > article, #sp-wp-post-list-14 > article, #sp-wp-post-list-140 > article, #sp-wp-post-list-141 > article, #sp-wp-post-list-142 > article, #sp-wp-post-list-143 > article, #sp-wp-post-list-144 > article, #sp-wp-post-list-145 > article, #sp-wp-post-list-146 > article, #sp-wp-post-list-147 > article, #sp-wp-post-list-148 > article, #sp-wp-post-list-149 > article, #sp-wp-post-list-15 > article, #sp-wp-post-list-150 > article, #sp-wp-post-list-151 > article, #sp-wp-post-list-152 > article, #sp-wp-post-list-153 > article, #sp-wp-post-list-154 > article, #sp-wp-post-list-155 > article, #sp-wp-post-list-156 > article, #sp-wp-post-list-157 > article, #sp-wp-post-list-158 > article, #sp-wp-post-list-159 > article, #sp-wp-post-list-16 > article, #sp-wp-post-list-160 > article, #sp-wp-post-list-161 > article, #sp-wp-post-list-162 > article, #sp-wp-post-list-17 > article, #sp-wp-post-list-18 > article, #sp-wp-post-list-19 > article, #sp-wp-post-list-2 > article, #sp-wp-post-list-20 > article, #sp-wp-post-list-21 > article, #sp-wp-post-list-22 > article, #sp-wp-post-list-23 > article, #sp-wp-post-list-24 > article, #sp-wp-post-list-25 > article, #sp-wp-post-list-26 > article, #sp-wp-post-list-27 > article, #sp-wp-post-list-28 > article, #sp-wp-post-list-29 > article, #sp-wp-post-list-3 > article, #sp-wp-post-list-30 > article, #sp-wp-post-list-31 > article, #sp-wp-post-list-32 > article, #sp-wp-post-list-33 > article, #sp-wp-post-list-34 > article, #sp-wp-post-list-35 > article, #sp-wp-post-list-36 > article, #sp-wp-post-list-37 > article, #sp-wp-post-list-38 > article, #sp-wp-post-list-39 > article, #sp-wp-post-list-4 > article, #sp-wp-post-list-40 > article, #sp-wp-post-list-41 > article, #sp-wp-post-list-42 > article, #sp-wp-post-list-43 > article, #sp-wp-post-list-44 > article, #sp-wp-post-list-45 > article, #sp-wp-post-list-46 > article, #sp-wp-post-list-47 > article, #sp-wp-post-list-48 > article, #sp-wp-post-list-49 > article, #sp-wp-post-list-5 > article, #sp-wp-post-list-50 > article, #sp-wp-post-list-51 > article, #sp-wp-post-list-52 > article, #sp-wp-post-list-53 > article, #sp-wp-post-list-54 > article, #sp-wp-post-list-55 > article, #sp-wp-post-list-56 > article, #sp-wp-post-list-57 > article, #sp-wp-post-list-58 > article, #sp-wp-post-list-59 > article, #sp-wp-post-list-6 > article, #sp-wp-post-list-60 > article, #sp-wp-post-list-61 > article, #sp-wp-post-list-62 > article, #sp-wp-post-list-63 > article, #sp-wp-post-list-64 > article, #sp-wp-post-list-65 > article, #sp-wp-post-list-66 > article, #sp-wp-post-list-67 > article, #sp-wp-post-list-68 > article, #sp-wp-post-list-69 > article, #sp-wp-post-list-7 > article, #sp-wp-post-list-70 > article, #sp-wp-post-list-71 > article, #sp-wp-post-list-72 > article, #sp-wp-post-list-73 > article, #sp-wp-post-list-74 > article, #sp-wp-post-list-75 > article, #sp-wp-post-list-76 > article, #sp-wp-post-list-77 > article, #sp-wp-post-list-78 > article, #sp-wp-post-list-79 > article, #sp-wp-post-list-8 > article, #sp-wp-post-list-80 > article, #sp-wp-post-list-81 > article, #sp-wp-post-list-82 > article, #sp-wp-post-list-83 > article, #sp-wp-post-list-84 > article, #sp-wp-post-list-85 > article, #sp-wp-post-list-86 > article, #sp-wp-post-list-87 > article, #sp-wp-post-list-88 > article, #sp-wp-post-list-89 > article, #sp-wp-post-list-9 > article, #sp-wp-post-list-90 > article, #sp-wp-post-list-91 > article, #sp-wp-post-list-92 > article, #sp-wp-post-list-93 > article, #sp-wp-post-list-94 > article, #sp-wp-post-list-95 > article, #sp-wp-post-list-96 > article, #sp-wp-post-list-97 > article, #sp-wp-post-list-98 > article, #sp-wp-post-list-99 > article{
  margin-bottom : 20px;
  overflow : hidden;
}

#sp-wp-post-list-1 > article > div, #sp-wp-post-list-10 > article > div, #sp-wp-post-list-100 > article > div, #sp-wp-post-list-101 > article > div, #sp-wp-post-list-102 > article > div, #sp-wp-post-list-103 > article > div, #sp-wp-post-list-104 > article > div, #sp-wp-post-list-105 > article > div, #sp-wp-post-list-106 > article > div, #sp-wp-post-list-107 > article > div, #sp-wp-post-list-108 > article > div, #sp-wp-post-list-109 > article > div, #sp-wp-post-list-11 > article > div, #sp-wp-post-list-110 > article > div, #sp-wp-post-list-111 > article > div, #sp-wp-post-list-112 > article > div, #sp-wp-post-list-113 > article > div, #sp-wp-post-list-114 > article > div, #sp-wp-post-list-115 > article > div, #sp-wp-post-list-116 > article > div, #sp-wp-post-list-117 > article > div, #sp-wp-post-list-118 > article > div, #sp-wp-post-list-119 > article > div, #sp-wp-post-list-12 > article > div, #sp-wp-post-list-120 > article > div, #sp-wp-post-list-121 > article > div, #sp-wp-post-list-122 > article > div, #sp-wp-post-list-123 > article > div, #sp-wp-post-list-124 > article > div, #sp-wp-post-list-125 > article > div, #sp-wp-post-list-126 > article > div, #sp-wp-post-list-127 > article > div, #sp-wp-post-list-128 > article > div, #sp-wp-post-list-129 > article > div, #sp-wp-post-list-13 > article > div, #sp-wp-post-list-130 > article > div, #sp-wp-post-list-131 > article > div, #sp-wp-post-list-132 > article > div, #sp-wp-post-list-133 > article > div, #sp-wp-post-list-134 > article > div, #sp-wp-post-list-135 > article > div, #sp-wp-post-list-136 > article > div, #sp-wp-post-list-137 > article > div, #sp-wp-post-list-138 > article > div, #sp-wp-post-list-139 > article > div, #sp-wp-post-list-14 > article > div, #sp-wp-post-list-140 > article > div, #sp-wp-post-list-141 > article > div, #sp-wp-post-list-142 > article > div, #sp-wp-post-list-143 > article > div, #sp-wp-post-list-144 > article > div, #sp-wp-post-list-145 > article > div, #sp-wp-post-list-146 > article > div, #sp-wp-post-list-147 > article > div, #sp-wp-post-list-148 > article > div, #sp-wp-post-list-149 > article > div, #sp-wp-post-list-15 > article > div, #sp-wp-post-list-150 > article > div, #sp-wp-post-list-151 > article > div, #sp-wp-post-list-152 > article > div, #sp-wp-post-list-153 > article > div, #sp-wp-post-list-154 > article > div, #sp-wp-post-list-155 > article > div, #sp-wp-post-list-156 > article > div, #sp-wp-post-list-157 > article > div, #sp-wp-post-list-158 > article > div, #sp-wp-post-list-159 > article > div, #sp-wp-post-list-16 > article > div, #sp-wp-post-list-160 > article > div, #sp-wp-post-list-161 > article > div, #sp-wp-post-list-162 > article > div, #sp-wp-post-list-17 > article > div, #sp-wp-post-list-18 > article > div, #sp-wp-post-list-19 > article > div, #sp-wp-post-list-2 > article > div, #sp-wp-post-list-20 > article > div, #sp-wp-post-list-21 > article > div, #sp-wp-post-list-22 > article > div, #sp-wp-post-list-23 > article > div, #sp-wp-post-list-24 > article > div, #sp-wp-post-list-25 > article > div, #sp-wp-post-list-26 > article > div, #sp-wp-post-list-27 > article > div, #sp-wp-post-list-28 > article > div, #sp-wp-post-list-29 > article > div, #sp-wp-post-list-3 > article > div, #sp-wp-post-list-30 > article > div, #sp-wp-post-list-31 > article > div, #sp-wp-post-list-32 > article > div, #sp-wp-post-list-33 > article > div, #sp-wp-post-list-34 > article > div, #sp-wp-post-list-35 > article > div, #sp-wp-post-list-36 > article > div, #sp-wp-post-list-37 > article > div, #sp-wp-post-list-38 > article > div, #sp-wp-post-list-39 > article > div, #sp-wp-post-list-4 > article > div, #sp-wp-post-list-40 > article > div, #sp-wp-post-list-41 > article > div, #sp-wp-post-list-42 > article > div, #sp-wp-post-list-43 > article > div, #sp-wp-post-list-44 > article > div, #sp-wp-post-list-45 > article > div, #sp-wp-post-list-46 > article > div, #sp-wp-post-list-47 > article > div, #sp-wp-post-list-48 > article > div, #sp-wp-post-list-49 > article > div, #sp-wp-post-list-5 > article > div, #sp-wp-post-list-50 > article > div, #sp-wp-post-list-51 > article > div, #sp-wp-post-list-52 > article > div, #sp-wp-post-list-53 > article > div, #sp-wp-post-list-54 > article > div, #sp-wp-post-list-55 > article > div, #sp-wp-post-list-56 > article > div, #sp-wp-post-list-57 > article > div, #sp-wp-post-list-58 > article > div, #sp-wp-post-list-59 > article > div, #sp-wp-post-list-6 > article > div, #sp-wp-post-list-60 > article > div, #sp-wp-post-list-61 > article > div, #sp-wp-post-list-62 > article > div, #sp-wp-post-list-63 > article > div, #sp-wp-post-list-64 > article > div, #sp-wp-post-list-65 > article > div, #sp-wp-post-list-66 > article > div, #sp-wp-post-list-67 > article > div, #sp-wp-post-list-68 > article > div, #sp-wp-post-list-69 > article > div, #sp-wp-post-list-7 > article > div, #sp-wp-post-list-70 > article > div, #sp-wp-post-list-71 > article > div, #sp-wp-post-list-72 > article > div, #sp-wp-post-list-73 > article > div, #sp-wp-post-list-74 > article > div, #sp-wp-post-list-75 > article > div, #sp-wp-post-list-76 > article > div, #sp-wp-post-list-77 > article > div, #sp-wp-post-list-78 > article > div, #sp-wp-post-list-79 > article > div, #sp-wp-post-list-8 > article > div, #sp-wp-post-list-80 > article > div, #sp-wp-post-list-81 > article > div, #sp-wp-post-list-82 > article > div, #sp-wp-post-list-83 > article > div, #sp-wp-post-list-84 > article > div, #sp-wp-post-list-85 > article > div, #sp-wp-post-list-86 > article > div, #sp-wp-post-list-87 > article > div, #sp-wp-post-list-88 > article > div, #sp-wp-post-list-89 > article > div, #sp-wp-post-list-9 > article > div, #sp-wp-post-list-90 > article > div, #sp-wp-post-list-91 > article > div, #sp-wp-post-list-92 > article > div, #sp-wp-post-list-93 > article > div, #sp-wp-post-list-94 > article > div, #sp-wp-post-list-95 > article > div, #sp-wp-post-list-96 > article > div, #sp-wp-post-list-97 > article > div, #sp-wp-post-list-98 > article > div, #sp-wp-post-list-99 > article > div{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-wp-post-list-1 > article > footer, #sp-wp-post-list-10 > article > footer, #sp-wp-post-list-100 > article > footer, #sp-wp-post-list-101 > article > footer, #sp-wp-post-list-102 > article > footer, #sp-wp-post-list-103 > article > footer, #sp-wp-post-list-104 > article > footer, #sp-wp-post-list-105 > article > footer, #sp-wp-post-list-106 > article > footer, #sp-wp-post-list-107 > article > footer, #sp-wp-post-list-108 > article > footer, #sp-wp-post-list-109 > article > footer, #sp-wp-post-list-11 > article > footer, #sp-wp-post-list-110 > article > footer, #sp-wp-post-list-111 > article > footer, #sp-wp-post-list-112 > article > footer, #sp-wp-post-list-113 > article > footer, #sp-wp-post-list-114 > article > footer, #sp-wp-post-list-115 > article > footer, #sp-wp-post-list-116 > article > footer, #sp-wp-post-list-117 > article > footer, #sp-wp-post-list-118 > article > footer, #sp-wp-post-list-119 > article > footer, #sp-wp-post-list-12 > article > footer, #sp-wp-post-list-120 > article > footer, #sp-wp-post-list-121 > article > footer, #sp-wp-post-list-122 > article > footer, #sp-wp-post-list-123 > article > footer, #sp-wp-post-list-124 > article > footer, #sp-wp-post-list-125 > article > footer, #sp-wp-post-list-126 > article > footer, #sp-wp-post-list-127 > article > footer, #sp-wp-post-list-128 > article > footer, #sp-wp-post-list-129 > article > footer, #sp-wp-post-list-13 > article > footer, #sp-wp-post-list-130 > article > footer, #sp-wp-post-list-131 > article > footer, #sp-wp-post-list-132 > article > footer, #sp-wp-post-list-133 > article > footer, #sp-wp-post-list-134 > article > footer, #sp-wp-post-list-135 > article > footer, #sp-wp-post-list-136 > article > footer, #sp-wp-post-list-137 > article > footer, #sp-wp-post-list-138 > article > footer, #sp-wp-post-list-139 > article > footer, #sp-wp-post-list-14 > article > footer, #sp-wp-post-list-140 > article > footer, #sp-wp-post-list-141 > article > footer, #sp-wp-post-list-142 > article > footer, #sp-wp-post-list-143 > article > footer, #sp-wp-post-list-144 > article > footer, #sp-wp-post-list-145 > article > footer, #sp-wp-post-list-146 > article > footer, #sp-wp-post-list-147 > article > footer, #sp-wp-post-list-148 > article > footer, #sp-wp-post-list-149 > article > footer, #sp-wp-post-list-15 > article > footer, #sp-wp-post-list-150 > article > footer, #sp-wp-post-list-151 > article > footer, #sp-wp-post-list-152 > article > footer, #sp-wp-post-list-153 > article > footer, #sp-wp-post-list-154 > article > footer, #sp-wp-post-list-155 > article > footer, #sp-wp-post-list-156 > article > footer, #sp-wp-post-list-157 > article > footer, #sp-wp-post-list-158 > article > footer, #sp-wp-post-list-159 > article > footer, #sp-wp-post-list-16 > article > footer, #sp-wp-post-list-160 > article > footer, #sp-wp-post-list-161 > article > footer, #sp-wp-post-list-162 > article > footer, #sp-wp-post-list-17 > article > footer, #sp-wp-post-list-18 > article > footer, #sp-wp-post-list-19 > article > footer, #sp-wp-post-list-2 > article > footer, #sp-wp-post-list-20 > article > footer, #sp-wp-post-list-21 > article > footer, #sp-wp-post-list-22 > article > footer, #sp-wp-post-list-23 > article > footer, #sp-wp-post-list-24 > article > footer, #sp-wp-post-list-25 > article > footer, #sp-wp-post-list-26 > article > footer, #sp-wp-post-list-27 > article > footer, #sp-wp-post-list-28 > article > footer, #sp-wp-post-list-29 > article > footer, #sp-wp-post-list-3 > article > footer, #sp-wp-post-list-30 > article > footer, #sp-wp-post-list-31 > article > footer, #sp-wp-post-list-32 > article > footer, #sp-wp-post-list-33 > article > footer, #sp-wp-post-list-34 > article > footer, #sp-wp-post-list-35 > article > footer, #sp-wp-post-list-36 > article > footer, #sp-wp-post-list-37 > article > footer, #sp-wp-post-list-38 > article > footer, #sp-wp-post-list-39 > article > footer, #sp-wp-post-list-4 > article > footer, #sp-wp-post-list-40 > article > footer, #sp-wp-post-list-41 > article > footer, #sp-wp-post-list-42 > article > footer, #sp-wp-post-list-43 > article > footer, #sp-wp-post-list-44 > article > footer, #sp-wp-post-list-45 > article > footer, #sp-wp-post-list-46 > article > footer, #sp-wp-post-list-47 > article > footer, #sp-wp-post-list-48 > article > footer, #sp-wp-post-list-49 > article > footer, #sp-wp-post-list-5 > article > footer, #sp-wp-post-list-50 > article > footer, #sp-wp-post-list-51 > article > footer, #sp-wp-post-list-52 > article > footer, #sp-wp-post-list-53 > article > footer, #sp-wp-post-list-54 > article > footer, #sp-wp-post-list-55 > article > footer, #sp-wp-post-list-56 > article > footer, #sp-wp-post-list-57 > article > footer, #sp-wp-post-list-58 > article > footer, #sp-wp-post-list-59 > article > footer, #sp-wp-post-list-6 > article > footer, #sp-wp-post-list-60 > article > footer, #sp-wp-post-list-61 > article > footer, #sp-wp-post-list-62 > article > footer, #sp-wp-post-list-63 > article > footer, #sp-wp-post-list-64 > article > footer, #sp-wp-post-list-65 > article > footer, #sp-wp-post-list-66 > article > footer, #sp-wp-post-list-67 > article > footer, #sp-wp-post-list-68 > article > footer, #sp-wp-post-list-69 > article > footer, #sp-wp-post-list-7 > article > footer, #sp-wp-post-list-70 > article > footer, #sp-wp-post-list-71 > article > footer, #sp-wp-post-list-72 > article > footer, #sp-wp-post-list-73 > article > footer, #sp-wp-post-list-74 > article > footer, #sp-wp-post-list-75 > article > footer, #sp-wp-post-list-76 > article > footer, #sp-wp-post-list-77 > article > footer, #sp-wp-post-list-78 > article > footer, #sp-wp-post-list-79 > article > footer, #sp-wp-post-list-8 > article > footer, #sp-wp-post-list-80 > article > footer, #sp-wp-post-list-81 > article > footer, #sp-wp-post-list-82 > article > footer, #sp-wp-post-list-83 > article > footer, #sp-wp-post-list-84 > article > footer, #sp-wp-post-list-85 > article > footer, #sp-wp-post-list-86 > article > footer, #sp-wp-post-list-87 > article > footer, #sp-wp-post-list-88 > article > footer, #sp-wp-post-list-89 > article > footer, #sp-wp-post-list-9 > article > footer, #sp-wp-post-list-90 > article > footer, #sp-wp-post-list-91 > article > footer, #sp-wp-post-list-92 > article > footer, #sp-wp-post-list-93 > article > footer, #sp-wp-post-list-94 > article > footer, #sp-wp-post-list-95 > article > footer, #sp-wp-post-list-96 > article > footer, #sp-wp-post-list-97 > article > footer, #sp-wp-post-list-98 > article > footer, #sp-wp-post-list-99 > article > footer{
  color : #474747;
  clear : both;
}

#sp-wp-post-list-1 > article > footer .by-author, #sp-wp-post-list-10 > article > footer .by-author, #sp-wp-post-list-100 > article > footer .by-author, #sp-wp-post-list-101 > article > footer .by-author, #sp-wp-post-list-102 > article > footer .by-author, #sp-wp-post-list-103 > article > footer .by-author, #sp-wp-post-list-104 > article > footer .by-author, #sp-wp-post-list-105 > article > footer .by-author, #sp-wp-post-list-106 > article > footer .by-author, #sp-wp-post-list-107 > article > footer .by-author, #sp-wp-post-list-108 > article > footer .by-author, #sp-wp-post-list-109 > article > footer .by-author, #sp-wp-post-list-11 > article > footer .by-author, #sp-wp-post-list-110 > article > footer .by-author, #sp-wp-post-list-111 > article > footer .by-author, #sp-wp-post-list-112 > article > footer .by-author, #sp-wp-post-list-113 > article > footer .by-author, #sp-wp-post-list-114 > article > footer .by-author, #sp-wp-post-list-115 > article > footer .by-author, #sp-wp-post-list-116 > article > footer .by-author, #sp-wp-post-list-117 > article > footer .by-author, #sp-wp-post-list-118 > article > footer .by-author, #sp-wp-post-list-119 > article > footer .by-author, #sp-wp-post-list-12 > article > footer .by-author, #sp-wp-post-list-120 > article > footer .by-author, #sp-wp-post-list-121 > article > footer .by-author, #sp-wp-post-list-122 > article > footer .by-author, #sp-wp-post-list-123 > article > footer .by-author, #sp-wp-post-list-124 > article > footer .by-author, #sp-wp-post-list-125 > article > footer .by-author, #sp-wp-post-list-126 > article > footer .by-author, #sp-wp-post-list-127 > article > footer .by-author, #sp-wp-post-list-128 > article > footer .by-author, #sp-wp-post-list-129 > article > footer .by-author, #sp-wp-post-list-13 > article > footer .by-author, #sp-wp-post-list-130 > article > footer .by-author, #sp-wp-post-list-131 > article > footer .by-author, #sp-wp-post-list-132 > article > footer .by-author, #sp-wp-post-list-133 > article > footer .by-author, #sp-wp-post-list-134 > article > footer .by-author, #sp-wp-post-list-135 > article > footer .by-author, #sp-wp-post-list-136 > article > footer .by-author, #sp-wp-post-list-137 > article > footer .by-author, #sp-wp-post-list-138 > article > footer .by-author, #sp-wp-post-list-139 > article > footer .by-author, #sp-wp-post-list-14 > article > footer .by-author, #sp-wp-post-list-140 > article > footer .by-author, #sp-wp-post-list-141 > article > footer .by-author, #sp-wp-post-list-142 > article > footer .by-author, #sp-wp-post-list-143 > article > footer .by-author, #sp-wp-post-list-144 > article > footer .by-author, #sp-wp-post-list-145 > article > footer .by-author, #sp-wp-post-list-146 > article > footer .by-author, #sp-wp-post-list-147 > article > footer .by-author, #sp-wp-post-list-148 > article > footer .by-author, #sp-wp-post-list-149 > article > footer .by-author, #sp-wp-post-list-15 > article > footer .by-author, #sp-wp-post-list-150 > article > footer .by-author, #sp-wp-post-list-151 > article > footer .by-author, #sp-wp-post-list-152 > article > footer .by-author, #sp-wp-post-list-153 > article > footer .by-author, #sp-wp-post-list-154 > article > footer .by-author, #sp-wp-post-list-155 > article > footer .by-author, #sp-wp-post-list-156 > article > footer .by-author, #sp-wp-post-list-157 > article > footer .by-author, #sp-wp-post-list-158 > article > footer .by-author, #sp-wp-post-list-159 > article > footer .by-author, #sp-wp-post-list-16 > article > footer .by-author, #sp-wp-post-list-160 > article > footer .by-author, #sp-wp-post-list-161 > article > footer .by-author, #sp-wp-post-list-162 > article > footer .by-author, #sp-wp-post-list-17 > article > footer .by-author, #sp-wp-post-list-18 > article > footer .by-author, #sp-wp-post-list-19 > article > footer .by-author, #sp-wp-post-list-2 > article > footer .by-author, #sp-wp-post-list-20 > article > footer .by-author, #sp-wp-post-list-21 > article > footer .by-author, #sp-wp-post-list-22 > article > footer .by-author, #sp-wp-post-list-23 > article > footer .by-author, #sp-wp-post-list-24 > article > footer .by-author, #sp-wp-post-list-25 > article > footer .by-author, #sp-wp-post-list-26 > article > footer .by-author, #sp-wp-post-list-27 > article > footer .by-author, #sp-wp-post-list-28 > article > footer .by-author, #sp-wp-post-list-29 > article > footer .by-author, #sp-wp-post-list-3 > article > footer .by-author, #sp-wp-post-list-30 > article > footer .by-author, #sp-wp-post-list-31 > article > footer .by-author, #sp-wp-post-list-32 > article > footer .by-author, #sp-wp-post-list-33 > article > footer .by-author, #sp-wp-post-list-34 > article > footer .by-author, #sp-wp-post-list-35 > article > footer .by-author, #sp-wp-post-list-36 > article > footer .by-author, #sp-wp-post-list-37 > article > footer .by-author, #sp-wp-post-list-38 > article > footer .by-author, #sp-wp-post-list-39 > article > footer .by-author, #sp-wp-post-list-4 > article > footer .by-author, #sp-wp-post-list-40 > article > footer .by-author, #sp-wp-post-list-41 > article > footer .by-author, #sp-wp-post-list-42 > article > footer .by-author, #sp-wp-post-list-43 > article > footer .by-author, #sp-wp-post-list-44 > article > footer .by-author, #sp-wp-post-list-45 > article > footer .by-author, #sp-wp-post-list-46 > article > footer .by-author, #sp-wp-post-list-47 > article > footer .by-author, #sp-wp-post-list-48 > article > footer .by-author, #sp-wp-post-list-49 > article > footer .by-author, #sp-wp-post-list-5 > article > footer .by-author, #sp-wp-post-list-50 > article > footer .by-author, #sp-wp-post-list-51 > article > footer .by-author, #sp-wp-post-list-52 > article > footer .by-author, #sp-wp-post-list-53 > article > footer .by-author, #sp-wp-post-list-54 > article > footer .by-author, #sp-wp-post-list-55 > article > footer .by-author, #sp-wp-post-list-56 > article > footer .by-author, #sp-wp-post-list-57 > article > footer .by-author, #sp-wp-post-list-58 > article > footer .by-author, #sp-wp-post-list-59 > article > footer .by-author, #sp-wp-post-list-6 > article > footer .by-author, #sp-wp-post-list-60 > article > footer .by-author, #sp-wp-post-list-61 > article > footer .by-author, #sp-wp-post-list-62 > article > footer .by-author, #sp-wp-post-list-63 > article > footer .by-author, #sp-wp-post-list-64 > article > footer .by-author, #sp-wp-post-list-65 > article > footer .by-author, #sp-wp-post-list-66 > article > footer .by-author, #sp-wp-post-list-67 > article > footer .by-author, #sp-wp-post-list-68 > article > footer .by-author, #sp-wp-post-list-69 > article > footer .by-author, #sp-wp-post-list-7 > article > footer .by-author, #sp-wp-post-list-70 > article > footer .by-author, #sp-wp-post-list-71 > article > footer .by-author, #sp-wp-post-list-72 > article > footer .by-author, #sp-wp-post-list-73 > article > footer .by-author, #sp-wp-post-list-74 > article > footer .by-author, #sp-wp-post-list-75 > article > footer .by-author, #sp-wp-post-list-76 > article > footer .by-author, #sp-wp-post-list-77 > article > footer .by-author, #sp-wp-post-list-78 > article > footer .by-author, #sp-wp-post-list-79 > article > footer .by-author, #sp-wp-post-list-8 > article > footer .by-author, #sp-wp-post-list-80 > article > footer .by-author, #sp-wp-post-list-81 > article > footer .by-author, #sp-wp-post-list-82 > article > footer .by-author, #sp-wp-post-list-83 > article > footer .by-author, #sp-wp-post-list-84 > article > footer .by-author, #sp-wp-post-list-85 > article > footer .by-author, #sp-wp-post-list-86 > article > footer .by-author, #sp-wp-post-list-87 > article > footer .by-author, #sp-wp-post-list-88 > article > footer .by-author, #sp-wp-post-list-89 > article > footer .by-author, #sp-wp-post-list-9 > article > footer .by-author, #sp-wp-post-list-90 > article > footer .by-author, #sp-wp-post-list-91 > article > footer .by-author, #sp-wp-post-list-92 > article > footer .by-author, #sp-wp-post-list-93 > article > footer .by-author, #sp-wp-post-list-94 > article > footer .by-author, #sp-wp-post-list-95 > article > footer .by-author, #sp-wp-post-list-96 > article > footer .by-author, #sp-wp-post-list-97 > article > footer .by-author, #sp-wp-post-list-98 > article > footer .by-author, #sp-wp-post-list-99 > article > footer .by-author{
  background-image : url(img/icon-author.png);
}

#sp-wp-post-list-1 > article > footer .cat-links, #sp-wp-post-list-10 > article > footer .cat-links, #sp-wp-post-list-100 > article > footer .cat-links, #sp-wp-post-list-101 > article > footer .cat-links, #sp-wp-post-list-102 > article > footer .cat-links, #sp-wp-post-list-103 > article > footer .cat-links, #sp-wp-post-list-104 > article > footer .cat-links, #sp-wp-post-list-105 > article > footer .cat-links, #sp-wp-post-list-106 > article > footer .cat-links, #sp-wp-post-list-107 > article > footer .cat-links, #sp-wp-post-list-108 > article > footer .cat-links, #sp-wp-post-list-109 > article > footer .cat-links, #sp-wp-post-list-11 > article > footer .cat-links, #sp-wp-post-list-110 > article > footer .cat-links, #sp-wp-post-list-111 > article > footer .cat-links, #sp-wp-post-list-112 > article > footer .cat-links, #sp-wp-post-list-113 > article > footer .cat-links, #sp-wp-post-list-114 > article > footer .cat-links, #sp-wp-post-list-115 > article > footer .cat-links, #sp-wp-post-list-116 > article > footer .cat-links, #sp-wp-post-list-117 > article > footer .cat-links, #sp-wp-post-list-118 > article > footer .cat-links, #sp-wp-post-list-119 > article > footer .cat-links, #sp-wp-post-list-12 > article > footer .cat-links, #sp-wp-post-list-120 > article > footer .cat-links, #sp-wp-post-list-121 > article > footer .cat-links, #sp-wp-post-list-122 > article > footer .cat-links, #sp-wp-post-list-123 > article > footer .cat-links, #sp-wp-post-list-124 > article > footer .cat-links, #sp-wp-post-list-125 > article > footer .cat-links, #sp-wp-post-list-126 > article > footer .cat-links, #sp-wp-post-list-127 > article > footer .cat-links, #sp-wp-post-list-128 > article > footer .cat-links, #sp-wp-post-list-129 > article > footer .cat-links, #sp-wp-post-list-13 > article > footer .cat-links, #sp-wp-post-list-130 > article > footer .cat-links, #sp-wp-post-list-131 > article > footer .cat-links, #sp-wp-post-list-132 > article > footer .cat-links, #sp-wp-post-list-133 > article > footer .cat-links, #sp-wp-post-list-134 > article > footer .cat-links, #sp-wp-post-list-135 > article > footer .cat-links, #sp-wp-post-list-136 > article > footer .cat-links, #sp-wp-post-list-137 > article > footer .cat-links, #sp-wp-post-list-138 > article > footer .cat-links, #sp-wp-post-list-139 > article > footer .cat-links, #sp-wp-post-list-14 > article > footer .cat-links, #sp-wp-post-list-140 > article > footer .cat-links, #sp-wp-post-list-141 > article > footer .cat-links, #sp-wp-post-list-142 > article > footer .cat-links, #sp-wp-post-list-143 > article > footer .cat-links, #sp-wp-post-list-144 > article > footer .cat-links, #sp-wp-post-list-145 > article > footer .cat-links, #sp-wp-post-list-146 > article > footer .cat-links, #sp-wp-post-list-147 > article > footer .cat-links, #sp-wp-post-list-148 > article > footer .cat-links, #sp-wp-post-list-149 > article > footer .cat-links, #sp-wp-post-list-15 > article > footer .cat-links, #sp-wp-post-list-150 > article > footer .cat-links, #sp-wp-post-list-151 > article > footer .cat-links, #sp-wp-post-list-152 > article > footer .cat-links, #sp-wp-post-list-153 > article > footer .cat-links, #sp-wp-post-list-154 > article > footer .cat-links, #sp-wp-post-list-155 > article > footer .cat-links, #sp-wp-post-list-156 > article > footer .cat-links, #sp-wp-post-list-157 > article > footer .cat-links, #sp-wp-post-list-158 > article > footer .cat-links, #sp-wp-post-list-159 > article > footer .cat-links, #sp-wp-post-list-16 > article > footer .cat-links, #sp-wp-post-list-160 > article > footer .cat-links, #sp-wp-post-list-161 > article > footer .cat-links, #sp-wp-post-list-162 > article > footer .cat-links, #sp-wp-post-list-17 > article > footer .cat-links, #sp-wp-post-list-18 > article > footer .cat-links, #sp-wp-post-list-19 > article > footer .cat-links, #sp-wp-post-list-2 > article > footer .cat-links, #sp-wp-post-list-20 > article > footer .cat-links, #sp-wp-post-list-21 > article > footer .cat-links, #sp-wp-post-list-22 > article > footer .cat-links, #sp-wp-post-list-23 > article > footer .cat-links, #sp-wp-post-list-24 > article > footer .cat-links, #sp-wp-post-list-25 > article > footer .cat-links, #sp-wp-post-list-26 > article > footer .cat-links, #sp-wp-post-list-27 > article > footer .cat-links, #sp-wp-post-list-28 > article > footer .cat-links, #sp-wp-post-list-29 > article > footer .cat-links, #sp-wp-post-list-3 > article > footer .cat-links, #sp-wp-post-list-30 > article > footer .cat-links, #sp-wp-post-list-31 > article > footer .cat-links, #sp-wp-post-list-32 > article > footer .cat-links, #sp-wp-post-list-33 > article > footer .cat-links, #sp-wp-post-list-34 > article > footer .cat-links, #sp-wp-post-list-35 > article > footer .cat-links, #sp-wp-post-list-36 > article > footer .cat-links, #sp-wp-post-list-37 > article > footer .cat-links, #sp-wp-post-list-38 > article > footer .cat-links, #sp-wp-post-list-39 > article > footer .cat-links, #sp-wp-post-list-4 > article > footer .cat-links, #sp-wp-post-list-40 > article > footer .cat-links, #sp-wp-post-list-41 > article > footer .cat-links, #sp-wp-post-list-42 > article > footer .cat-links, #sp-wp-post-list-43 > article > footer .cat-links, #sp-wp-post-list-44 > article > footer .cat-links, #sp-wp-post-list-45 > article > footer .cat-links, #sp-wp-post-list-46 > article > footer .cat-links, #sp-wp-post-list-47 > article > footer .cat-links, #sp-wp-post-list-48 > article > footer .cat-links, #sp-wp-post-list-49 > article > footer .cat-links, #sp-wp-post-list-5 > article > footer .cat-links, #sp-wp-post-list-50 > article > footer .cat-links, #sp-wp-post-list-51 > article > footer .cat-links, #sp-wp-post-list-52 > article > footer .cat-links, #sp-wp-post-list-53 > article > footer .cat-links, #sp-wp-post-list-54 > article > footer .cat-links, #sp-wp-post-list-55 > article > footer .cat-links, #sp-wp-post-list-56 > article > footer .cat-links, #sp-wp-post-list-57 > article > footer .cat-links, #sp-wp-post-list-58 > article > footer .cat-links, #sp-wp-post-list-59 > article > footer .cat-links, #sp-wp-post-list-6 > article > footer .cat-links, #sp-wp-post-list-60 > article > footer .cat-links, #sp-wp-post-list-61 > article > footer .cat-links, #sp-wp-post-list-62 > article > footer .cat-links, #sp-wp-post-list-63 > article > footer .cat-links, #sp-wp-post-list-64 > article > footer .cat-links, #sp-wp-post-list-65 > article > footer .cat-links, #sp-wp-post-list-66 > article > footer .cat-links, #sp-wp-post-list-67 > article > footer .cat-links, #sp-wp-post-list-68 > article > footer .cat-links, #sp-wp-post-list-69 > article > footer .cat-links, #sp-wp-post-list-7 > article > footer .cat-links, #sp-wp-post-list-70 > article > footer .cat-links, #sp-wp-post-list-71 > article > footer .cat-links, #sp-wp-post-list-72 > article > footer .cat-links, #sp-wp-post-list-73 > article > footer .cat-links, #sp-wp-post-list-74 > article > footer .cat-links, #sp-wp-post-list-75 > article > footer .cat-links, #sp-wp-post-list-76 > article > footer .cat-links, #sp-wp-post-list-77 > article > footer .cat-links, #sp-wp-post-list-78 > article > footer .cat-links, #sp-wp-post-list-79 > article > footer .cat-links, #sp-wp-post-list-8 > article > footer .cat-links, #sp-wp-post-list-80 > article > footer .cat-links, #sp-wp-post-list-81 > article > footer .cat-links, #sp-wp-post-list-82 > article > footer .cat-links, #sp-wp-post-list-83 > article > footer .cat-links, #sp-wp-post-list-84 > article > footer .cat-links, #sp-wp-post-list-85 > article > footer .cat-links, #sp-wp-post-list-86 > article > footer .cat-links, #sp-wp-post-list-87 > article > footer .cat-links, #sp-wp-post-list-88 > article > footer .cat-links, #sp-wp-post-list-89 > article > footer .cat-links, #sp-wp-post-list-9 > article > footer .cat-links, #sp-wp-post-list-90 > article > footer .cat-links, #sp-wp-post-list-91 > article > footer .cat-links, #sp-wp-post-list-92 > article > footer .cat-links, #sp-wp-post-list-93 > article > footer .cat-links, #sp-wp-post-list-94 > article > footer .cat-links, #sp-wp-post-list-95 > article > footer .cat-links, #sp-wp-post-list-96 > article > footer .cat-links, #sp-wp-post-list-97 > article > footer .cat-links, #sp-wp-post-list-98 > article > footer .cat-links, #sp-wp-post-list-99 > article > footer .cat-links{
  background-image : url(img/icon-cat.png);
}

#sp-wp-post-list-1 > article > footer .comments-link, #sp-wp-post-list-10 > article > footer .comments-link, #sp-wp-post-list-100 > article > footer .comments-link, #sp-wp-post-list-101 > article > footer .comments-link, #sp-wp-post-list-102 > article > footer .comments-link, #sp-wp-post-list-103 > article > footer .comments-link, #sp-wp-post-list-104 > article > footer .comments-link, #sp-wp-post-list-105 > article > footer .comments-link, #sp-wp-post-list-106 > article > footer .comments-link, #sp-wp-post-list-107 > article > footer .comments-link, #sp-wp-post-list-108 > article > footer .comments-link, #sp-wp-post-list-109 > article > footer .comments-link, #sp-wp-post-list-11 > article > footer .comments-link, #sp-wp-post-list-110 > article > footer .comments-link, #sp-wp-post-list-111 > article > footer .comments-link, #sp-wp-post-list-112 > article > footer .comments-link, #sp-wp-post-list-113 > article > footer .comments-link, #sp-wp-post-list-114 > article > footer .comments-link, #sp-wp-post-list-115 > article > footer .comments-link, #sp-wp-post-list-116 > article > footer .comments-link, #sp-wp-post-list-117 > article > footer .comments-link, #sp-wp-post-list-118 > article > footer .comments-link, #sp-wp-post-list-119 > article > footer .comments-link, #sp-wp-post-list-12 > article > footer .comments-link, #sp-wp-post-list-120 > article > footer .comments-link, #sp-wp-post-list-121 > article > footer .comments-link, #sp-wp-post-list-122 > article > footer .comments-link, #sp-wp-post-list-123 > article > footer .comments-link, #sp-wp-post-list-124 > article > footer .comments-link, #sp-wp-post-list-125 > article > footer .comments-link, #sp-wp-post-list-126 > article > footer .comments-link, #sp-wp-post-list-127 > article > footer .comments-link, #sp-wp-post-list-128 > article > footer .comments-link, #sp-wp-post-list-129 > article > footer .comments-link, #sp-wp-post-list-13 > article > footer .comments-link, #sp-wp-post-list-130 > article > footer .comments-link, #sp-wp-post-list-131 > article > footer .comments-link, #sp-wp-post-list-132 > article > footer .comments-link, #sp-wp-post-list-133 > article > footer .comments-link, #sp-wp-post-list-134 > article > footer .comments-link, #sp-wp-post-list-135 > article > footer .comments-link, #sp-wp-post-list-136 > article > footer .comments-link, #sp-wp-post-list-137 > article > footer .comments-link, #sp-wp-post-list-138 > article > footer .comments-link, #sp-wp-post-list-139 > article > footer .comments-link, #sp-wp-post-list-14 > article > footer .comments-link, #sp-wp-post-list-140 > article > footer .comments-link, #sp-wp-post-list-141 > article > footer .comments-link, #sp-wp-post-list-142 > article > footer .comments-link, #sp-wp-post-list-143 > article > footer .comments-link, #sp-wp-post-list-144 > article > footer .comments-link, #sp-wp-post-list-145 > article > footer .comments-link, #sp-wp-post-list-146 > article > footer .comments-link, #sp-wp-post-list-147 > article > footer .comments-link, #sp-wp-post-list-148 > article > footer .comments-link, #sp-wp-post-list-149 > article > footer .comments-link, #sp-wp-post-list-15 > article > footer .comments-link, #sp-wp-post-list-150 > article > footer .comments-link, #sp-wp-post-list-151 > article > footer .comments-link, #sp-wp-post-list-152 > article > footer .comments-link, #sp-wp-post-list-153 > article > footer .comments-link, #sp-wp-post-list-154 > article > footer .comments-link, #sp-wp-post-list-155 > article > footer .comments-link, #sp-wp-post-list-156 > article > footer .comments-link, #sp-wp-post-list-157 > article > footer .comments-link, #sp-wp-post-list-158 > article > footer .comments-link, #sp-wp-post-list-159 > article > footer .comments-link, #sp-wp-post-list-16 > article > footer .comments-link, #sp-wp-post-list-160 > article > footer .comments-link, #sp-wp-post-list-161 > article > footer .comments-link, #sp-wp-post-list-162 > article > footer .comments-link, #sp-wp-post-list-17 > article > footer .comments-link, #sp-wp-post-list-18 > article > footer .comments-link, #sp-wp-post-list-19 > article > footer .comments-link, #sp-wp-post-list-2 > article > footer .comments-link, #sp-wp-post-list-20 > article > footer .comments-link, #sp-wp-post-list-21 > article > footer .comments-link, #sp-wp-post-list-22 > article > footer .comments-link, #sp-wp-post-list-23 > article > footer .comments-link, #sp-wp-post-list-24 > article > footer .comments-link, #sp-wp-post-list-25 > article > footer .comments-link, #sp-wp-post-list-26 > article > footer .comments-link, #sp-wp-post-list-27 > article > footer .comments-link, #sp-wp-post-list-28 > article > footer .comments-link, #sp-wp-post-list-29 > article > footer .comments-link, #sp-wp-post-list-3 > article > footer .comments-link, #sp-wp-post-list-30 > article > footer .comments-link, #sp-wp-post-list-31 > article > footer .comments-link, #sp-wp-post-list-32 > article > footer .comments-link, #sp-wp-post-list-33 > article > footer .comments-link, #sp-wp-post-list-34 > article > footer .comments-link, #sp-wp-post-list-35 > article > footer .comments-link, #sp-wp-post-list-36 > article > footer .comments-link, #sp-wp-post-list-37 > article > footer .comments-link, #sp-wp-post-list-38 > article > footer .comments-link, #sp-wp-post-list-39 > article > footer .comments-link, #sp-wp-post-list-4 > article > footer .comments-link, #sp-wp-post-list-40 > article > footer .comments-link, #sp-wp-post-list-41 > article > footer .comments-link, #sp-wp-post-list-42 > article > footer .comments-link, #sp-wp-post-list-43 > article > footer .comments-link, #sp-wp-post-list-44 > article > footer .comments-link, #sp-wp-post-list-45 > article > footer .comments-link, #sp-wp-post-list-46 > article > footer .comments-link, #sp-wp-post-list-47 > article > footer .comments-link, #sp-wp-post-list-48 > article > footer .comments-link, #sp-wp-post-list-49 > article > footer .comments-link, #sp-wp-post-list-5 > article > footer .comments-link, #sp-wp-post-list-50 > article > footer .comments-link, #sp-wp-post-list-51 > article > footer .comments-link, #sp-wp-post-list-52 > article > footer .comments-link, #sp-wp-post-list-53 > article > footer .comments-link, #sp-wp-post-list-54 > article > footer .comments-link, #sp-wp-post-list-55 > article > footer .comments-link, #sp-wp-post-list-56 > article > footer .comments-link, #sp-wp-post-list-57 > article > footer .comments-link, #sp-wp-post-list-58 > article > footer .comments-link, #sp-wp-post-list-59 > article > footer .comments-link, #sp-wp-post-list-6 > article > footer .comments-link, #sp-wp-post-list-60 > article > footer .comments-link, #sp-wp-post-list-61 > article > footer .comments-link, #sp-wp-post-list-62 > article > footer .comments-link, #sp-wp-post-list-63 > article > footer .comments-link, #sp-wp-post-list-64 > article > footer .comments-link, #sp-wp-post-list-65 > article > footer .comments-link, #sp-wp-post-list-66 > article > footer .comments-link, #sp-wp-post-list-67 > article > footer .comments-link, #sp-wp-post-list-68 > article > footer .comments-link, #sp-wp-post-list-69 > article > footer .comments-link, #sp-wp-post-list-7 > article > footer .comments-link, #sp-wp-post-list-70 > article > footer .comments-link, #sp-wp-post-list-71 > article > footer .comments-link, #sp-wp-post-list-72 > article > footer .comments-link, #sp-wp-post-list-73 > article > footer .comments-link, #sp-wp-post-list-74 > article > footer .comments-link, #sp-wp-post-list-75 > article > footer .comments-link, #sp-wp-post-list-76 > article > footer .comments-link, #sp-wp-post-list-77 > article > footer .comments-link, #sp-wp-post-list-78 > article > footer .comments-link, #sp-wp-post-list-79 > article > footer .comments-link, #sp-wp-post-list-8 > article > footer .comments-link, #sp-wp-post-list-80 > article > footer .comments-link, #sp-wp-post-list-81 > article > footer .comments-link, #sp-wp-post-list-82 > article > footer .comments-link, #sp-wp-post-list-83 > article > footer .comments-link, #sp-wp-post-list-84 > article > footer .comments-link, #sp-wp-post-list-85 > article > footer .comments-link, #sp-wp-post-list-86 > article > footer .comments-link, #sp-wp-post-list-87 > article > footer .comments-link, #sp-wp-post-list-88 > article > footer .comments-link, #sp-wp-post-list-89 > article > footer .comments-link, #sp-wp-post-list-9 > article > footer .comments-link, #sp-wp-post-list-90 > article > footer .comments-link, #sp-wp-post-list-91 > article > footer .comments-link, #sp-wp-post-list-92 > article > footer .comments-link, #sp-wp-post-list-93 > article > footer .comments-link, #sp-wp-post-list-94 > article > footer .comments-link, #sp-wp-post-list-95 > article > footer .comments-link, #sp-wp-post-list-96 > article > footer .comments-link, #sp-wp-post-list-97 > article > footer .comments-link, #sp-wp-post-list-98 > article > footer .comments-link, #sp-wp-post-list-99 > article > footer .comments-link{
  background-image : url(img/icon-comments.png);
}

#sp-wp-post-list-1 > article > footer .date, #sp-wp-post-list-10 > article > footer .date, #sp-wp-post-list-100 > article > footer .date, #sp-wp-post-list-101 > article > footer .date, #sp-wp-post-list-102 > article > footer .date, #sp-wp-post-list-103 > article > footer .date, #sp-wp-post-list-104 > article > footer .date, #sp-wp-post-list-105 > article > footer .date, #sp-wp-post-list-106 > article > footer .date, #sp-wp-post-list-107 > article > footer .date, #sp-wp-post-list-108 > article > footer .date, #sp-wp-post-list-109 > article > footer .date, #sp-wp-post-list-11 > article > footer .date, #sp-wp-post-list-110 > article > footer .date, #sp-wp-post-list-111 > article > footer .date, #sp-wp-post-list-112 > article > footer .date, #sp-wp-post-list-113 > article > footer .date, #sp-wp-post-list-114 > article > footer .date, #sp-wp-post-list-115 > article > footer .date, #sp-wp-post-list-116 > article > footer .date, #sp-wp-post-list-117 > article > footer .date, #sp-wp-post-list-118 > article > footer .date, #sp-wp-post-list-119 > article > footer .date, #sp-wp-post-list-12 > article > footer .date, #sp-wp-post-list-120 > article > footer .date, #sp-wp-post-list-121 > article > footer .date, #sp-wp-post-list-122 > article > footer .date, #sp-wp-post-list-123 > article > footer .date, #sp-wp-post-list-124 > article > footer .date, #sp-wp-post-list-125 > article > footer .date, #sp-wp-post-list-126 > article > footer .date, #sp-wp-post-list-127 > article > footer .date, #sp-wp-post-list-128 > article > footer .date, #sp-wp-post-list-129 > article > footer .date, #sp-wp-post-list-13 > article > footer .date, #sp-wp-post-list-130 > article > footer .date, #sp-wp-post-list-131 > article > footer .date, #sp-wp-post-list-132 > article > footer .date, #sp-wp-post-list-133 > article > footer .date, #sp-wp-post-list-134 > article > footer .date, #sp-wp-post-list-135 > article > footer .date, #sp-wp-post-list-136 > article > footer .date, #sp-wp-post-list-137 > article > footer .date, #sp-wp-post-list-138 > article > footer .date, #sp-wp-post-list-139 > article > footer .date, #sp-wp-post-list-14 > article > footer .date, #sp-wp-post-list-140 > article > footer .date, #sp-wp-post-list-141 > article > footer .date, #sp-wp-post-list-142 > article > footer .date, #sp-wp-post-list-143 > article > footer .date, #sp-wp-post-list-144 > article > footer .date, #sp-wp-post-list-145 > article > footer .date, #sp-wp-post-list-146 > article > footer .date, #sp-wp-post-list-147 > article > footer .date, #sp-wp-post-list-148 > article > footer .date, #sp-wp-post-list-149 > article > footer .date, #sp-wp-post-list-15 > article > footer .date, #sp-wp-post-list-150 > article > footer .date, #sp-wp-post-list-151 > article > footer .date, #sp-wp-post-list-152 > article > footer .date, #sp-wp-post-list-153 > article > footer .date, #sp-wp-post-list-154 > article > footer .date, #sp-wp-post-list-155 > article > footer .date, #sp-wp-post-list-156 > article > footer .date, #sp-wp-post-list-157 > article > footer .date, #sp-wp-post-list-158 > article > footer .date, #sp-wp-post-list-159 > article > footer .date, #sp-wp-post-list-16 > article > footer .date, #sp-wp-post-list-160 > article > footer .date, #sp-wp-post-list-161 > article > footer .date, #sp-wp-post-list-162 > article > footer .date, #sp-wp-post-list-17 > article > footer .date, #sp-wp-post-list-18 > article > footer .date, #sp-wp-post-list-19 > article > footer .date, #sp-wp-post-list-2 > article > footer .date, #sp-wp-post-list-20 > article > footer .date, #sp-wp-post-list-21 > article > footer .date, #sp-wp-post-list-22 > article > footer .date, #sp-wp-post-list-23 > article > footer .date, #sp-wp-post-list-24 > article > footer .date, #sp-wp-post-list-25 > article > footer .date, #sp-wp-post-list-26 > article > footer .date, #sp-wp-post-list-27 > article > footer .date, #sp-wp-post-list-28 > article > footer .date, #sp-wp-post-list-29 > article > footer .date, #sp-wp-post-list-3 > article > footer .date, #sp-wp-post-list-30 > article > footer .date, #sp-wp-post-list-31 > article > footer .date, #sp-wp-post-list-32 > article > footer .date, #sp-wp-post-list-33 > article > footer .date, #sp-wp-post-list-34 > article > footer .date, #sp-wp-post-list-35 > article > footer .date, #sp-wp-post-list-36 > article > footer .date, #sp-wp-post-list-37 > article > footer .date, #sp-wp-post-list-38 > article > footer .date, #sp-wp-post-list-39 > article > footer .date, #sp-wp-post-list-4 > article > footer .date, #sp-wp-post-list-40 > article > footer .date, #sp-wp-post-list-41 > article > footer .date, #sp-wp-post-list-42 > article > footer .date, #sp-wp-post-list-43 > article > footer .date, #sp-wp-post-list-44 > article > footer .date, #sp-wp-post-list-45 > article > footer .date, #sp-wp-post-list-46 > article > footer .date, #sp-wp-post-list-47 > article > footer .date, #sp-wp-post-list-48 > article > footer .date, #sp-wp-post-list-49 > article > footer .date, #sp-wp-post-list-5 > article > footer .date, #sp-wp-post-list-50 > article > footer .date, #sp-wp-post-list-51 > article > footer .date, #sp-wp-post-list-52 > article > footer .date, #sp-wp-post-list-53 > article > footer .date, #sp-wp-post-list-54 > article > footer .date, #sp-wp-post-list-55 > article > footer .date, #sp-wp-post-list-56 > article > footer .date, #sp-wp-post-list-57 > article > footer .date, #sp-wp-post-list-58 > article > footer .date, #sp-wp-post-list-59 > article > footer .date, #sp-wp-post-list-6 > article > footer .date, #sp-wp-post-list-60 > article > footer .date, #sp-wp-post-list-61 > article > footer .date, #sp-wp-post-list-62 > article > footer .date, #sp-wp-post-list-63 > article > footer .date, #sp-wp-post-list-64 > article > footer .date, #sp-wp-post-list-65 > article > footer .date, #sp-wp-post-list-66 > article > footer .date, #sp-wp-post-list-67 > article > footer .date, #sp-wp-post-list-68 > article > footer .date, #sp-wp-post-list-69 > article > footer .date, #sp-wp-post-list-7 > article > footer .date, #sp-wp-post-list-70 > article > footer .date, #sp-wp-post-list-71 > article > footer .date, #sp-wp-post-list-72 > article > footer .date, #sp-wp-post-list-73 > article > footer .date, #sp-wp-post-list-74 > article > footer .date, #sp-wp-post-list-75 > article > footer .date, #sp-wp-post-list-76 > article > footer .date, #sp-wp-post-list-77 > article > footer .date, #sp-wp-post-list-78 > article > footer .date, #sp-wp-post-list-79 > article > footer .date, #sp-wp-post-list-8 > article > footer .date, #sp-wp-post-list-80 > article > footer .date, #sp-wp-post-list-81 > article > footer .date, #sp-wp-post-list-82 > article > footer .date, #sp-wp-post-list-83 > article > footer .date, #sp-wp-post-list-84 > article > footer .date, #sp-wp-post-list-85 > article > footer .date, #sp-wp-post-list-86 > article > footer .date, #sp-wp-post-list-87 > article > footer .date, #sp-wp-post-list-88 > article > footer .date, #sp-wp-post-list-89 > article > footer .date, #sp-wp-post-list-9 > article > footer .date, #sp-wp-post-list-90 > article > footer .date, #sp-wp-post-list-91 > article > footer .date, #sp-wp-post-list-92 > article > footer .date, #sp-wp-post-list-93 > article > footer .date, #sp-wp-post-list-94 > article > footer .date, #sp-wp-post-list-95 > article > footer .date, #sp-wp-post-list-96 > article > footer .date, #sp-wp-post-list-97 > article > footer .date, #sp-wp-post-list-98 > article > footer .date, #sp-wp-post-list-99 > article > footer .date{
  background-image : url(img/icon-date.png);
}

#sp-wp-post-list-1 > article > footer .sep, #sp-wp-post-list-10 > article > footer .sep, #sp-wp-post-list-100 > article > footer .sep, #sp-wp-post-list-101 > article > footer .sep, #sp-wp-post-list-102 > article > footer .sep, #sp-wp-post-list-103 > article > footer .sep, #sp-wp-post-list-104 > article > footer .sep, #sp-wp-post-list-105 > article > footer .sep, #sp-wp-post-list-106 > article > footer .sep, #sp-wp-post-list-107 > article > footer .sep, #sp-wp-post-list-108 > article > footer .sep, #sp-wp-post-list-109 > article > footer .sep, #sp-wp-post-list-11 > article > footer .sep, #sp-wp-post-list-110 > article > footer .sep, #sp-wp-post-list-111 > article > footer .sep, #sp-wp-post-list-112 > article > footer .sep, #sp-wp-post-list-113 > article > footer .sep, #sp-wp-post-list-114 > article > footer .sep, #sp-wp-post-list-115 > article > footer .sep, #sp-wp-post-list-116 > article > footer .sep, #sp-wp-post-list-117 > article > footer .sep, #sp-wp-post-list-118 > article > footer .sep, #sp-wp-post-list-119 > article > footer .sep, #sp-wp-post-list-12 > article > footer .sep, #sp-wp-post-list-120 > article > footer .sep, #sp-wp-post-list-121 > article > footer .sep, #sp-wp-post-list-122 > article > footer .sep, #sp-wp-post-list-123 > article > footer .sep, #sp-wp-post-list-124 > article > footer .sep, #sp-wp-post-list-125 > article > footer .sep, #sp-wp-post-list-126 > article > footer .sep, #sp-wp-post-list-127 > article > footer .sep, #sp-wp-post-list-128 > article > footer .sep, #sp-wp-post-list-129 > article > footer .sep, #sp-wp-post-list-13 > article > footer .sep, #sp-wp-post-list-130 > article > footer .sep, #sp-wp-post-list-131 > article > footer .sep, #sp-wp-post-list-132 > article > footer .sep, #sp-wp-post-list-133 > article > footer .sep, #sp-wp-post-list-134 > article > footer .sep, #sp-wp-post-list-135 > article > footer .sep, #sp-wp-post-list-136 > article > footer .sep, #sp-wp-post-list-137 > article > footer .sep, #sp-wp-post-list-138 > article > footer .sep, #sp-wp-post-list-139 > article > footer .sep, #sp-wp-post-list-14 > article > footer .sep, #sp-wp-post-list-140 > article > footer .sep, #sp-wp-post-list-141 > article > footer .sep, #sp-wp-post-list-142 > article > footer .sep, #sp-wp-post-list-143 > article > footer .sep, #sp-wp-post-list-144 > article > footer .sep, #sp-wp-post-list-145 > article > footer .sep, #sp-wp-post-list-146 > article > footer .sep, #sp-wp-post-list-147 > article > footer .sep, #sp-wp-post-list-148 > article > footer .sep, #sp-wp-post-list-149 > article > footer .sep, #sp-wp-post-list-15 > article > footer .sep, #sp-wp-post-list-150 > article > footer .sep, #sp-wp-post-list-151 > article > footer .sep, #sp-wp-post-list-152 > article > footer .sep, #sp-wp-post-list-153 > article > footer .sep, #sp-wp-post-list-154 > article > footer .sep, #sp-wp-post-list-155 > article > footer .sep, #sp-wp-post-list-156 > article > footer .sep, #sp-wp-post-list-157 > article > footer .sep, #sp-wp-post-list-158 > article > footer .sep, #sp-wp-post-list-159 > article > footer .sep, #sp-wp-post-list-16 > article > footer .sep, #sp-wp-post-list-160 > article > footer .sep, #sp-wp-post-list-161 > article > footer .sep, #sp-wp-post-list-162 > article > footer .sep, #sp-wp-post-list-17 > article > footer .sep, #sp-wp-post-list-18 > article > footer .sep, #sp-wp-post-list-19 > article > footer .sep, #sp-wp-post-list-2 > article > footer .sep, #sp-wp-post-list-20 > article > footer .sep, #sp-wp-post-list-21 > article > footer .sep, #sp-wp-post-list-22 > article > footer .sep, #sp-wp-post-list-23 > article > footer .sep, #sp-wp-post-list-24 > article > footer .sep, #sp-wp-post-list-25 > article > footer .sep, #sp-wp-post-list-26 > article > footer .sep, #sp-wp-post-list-27 > article > footer .sep, #sp-wp-post-list-28 > article > footer .sep, #sp-wp-post-list-29 > article > footer .sep, #sp-wp-post-list-3 > article > footer .sep, #sp-wp-post-list-30 > article > footer .sep, #sp-wp-post-list-31 > article > footer .sep, #sp-wp-post-list-32 > article > footer .sep, #sp-wp-post-list-33 > article > footer .sep, #sp-wp-post-list-34 > article > footer .sep, #sp-wp-post-list-35 > article > footer .sep, #sp-wp-post-list-36 > article > footer .sep, #sp-wp-post-list-37 > article > footer .sep, #sp-wp-post-list-38 > article > footer .sep, #sp-wp-post-list-39 > article > footer .sep, #sp-wp-post-list-4 > article > footer .sep, #sp-wp-post-list-40 > article > footer .sep, #sp-wp-post-list-41 > article > footer .sep, #sp-wp-post-list-42 > article > footer .sep, #sp-wp-post-list-43 > article > footer .sep, #sp-wp-post-list-44 > article > footer .sep, #sp-wp-post-list-45 > article > footer .sep, #sp-wp-post-list-46 > article > footer .sep, #sp-wp-post-list-47 > article > footer .sep, #sp-wp-post-list-48 > article > footer .sep, #sp-wp-post-list-49 > article > footer .sep, #sp-wp-post-list-5 > article > footer .sep, #sp-wp-post-list-50 > article > footer .sep, #sp-wp-post-list-51 > article > footer .sep, #sp-wp-post-list-52 > article > footer .sep, #sp-wp-post-list-53 > article > footer .sep, #sp-wp-post-list-54 > article > footer .sep, #sp-wp-post-list-55 > article > footer .sep, #sp-wp-post-list-56 > article > footer .sep, #sp-wp-post-list-57 > article > footer .sep, #sp-wp-post-list-58 > article > footer .sep, #sp-wp-post-list-59 > article > footer .sep, #sp-wp-post-list-6 > article > footer .sep, #sp-wp-post-list-60 > article > footer .sep, #sp-wp-post-list-61 > article > footer .sep, #sp-wp-post-list-62 > article > footer .sep, #sp-wp-post-list-63 > article > footer .sep, #sp-wp-post-list-64 > article > footer .sep, #sp-wp-post-list-65 > article > footer .sep, #sp-wp-post-list-66 > article > footer .sep, #sp-wp-post-list-67 > article > footer .sep, #sp-wp-post-list-68 > article > footer .sep, #sp-wp-post-list-69 > article > footer .sep, #sp-wp-post-list-7 > article > footer .sep, #sp-wp-post-list-70 > article > footer .sep, #sp-wp-post-list-71 > article > footer .sep, #sp-wp-post-list-72 > article > footer .sep, #sp-wp-post-list-73 > article > footer .sep, #sp-wp-post-list-74 > article > footer .sep, #sp-wp-post-list-75 > article > footer .sep, #sp-wp-post-list-76 > article > footer .sep, #sp-wp-post-list-77 > article > footer .sep, #sp-wp-post-list-78 > article > footer .sep, #sp-wp-post-list-79 > article > footer .sep, #sp-wp-post-list-8 > article > footer .sep, #sp-wp-post-list-80 > article > footer .sep, #sp-wp-post-list-81 > article > footer .sep, #sp-wp-post-list-82 > article > footer .sep, #sp-wp-post-list-83 > article > footer .sep, #sp-wp-post-list-84 > article > footer .sep, #sp-wp-post-list-85 > article > footer .sep, #sp-wp-post-list-86 > article > footer .sep, #sp-wp-post-list-87 > article > footer .sep, #sp-wp-post-list-88 > article > footer .sep, #sp-wp-post-list-89 > article > footer .sep, #sp-wp-post-list-9 > article > footer .sep, #sp-wp-post-list-90 > article > footer .sep, #sp-wp-post-list-91 > article > footer .sep, #sp-wp-post-list-92 > article > footer .sep, #sp-wp-post-list-93 > article > footer .sep, #sp-wp-post-list-94 > article > footer .sep, #sp-wp-post-list-95 > article > footer .sep, #sp-wp-post-list-96 > article > footer .sep, #sp-wp-post-list-97 > article > footer .sep, #sp-wp-post-list-98 > article > footer .sep, #sp-wp-post-list-99 > article > footer .sep{
  display : none;
}

#sp-wp-post-list-1 > article > footer .tags-links, #sp-wp-post-list-10 > article > footer .tags-links, #sp-wp-post-list-100 > article > footer .tags-links, #sp-wp-post-list-101 > article > footer .tags-links, #sp-wp-post-list-102 > article > footer .tags-links, #sp-wp-post-list-103 > article > footer .tags-links, #sp-wp-post-list-104 > article > footer .tags-links, #sp-wp-post-list-105 > article > footer .tags-links, #sp-wp-post-list-106 > article > footer .tags-links, #sp-wp-post-list-107 > article > footer .tags-links, #sp-wp-post-list-108 > article > footer .tags-links, #sp-wp-post-list-109 > article > footer .tags-links, #sp-wp-post-list-11 > article > footer .tags-links, #sp-wp-post-list-110 > article > footer .tags-links, #sp-wp-post-list-111 > article > footer .tags-links, #sp-wp-post-list-112 > article > footer .tags-links, #sp-wp-post-list-113 > article > footer .tags-links, #sp-wp-post-list-114 > article > footer .tags-links, #sp-wp-post-list-115 > article > footer .tags-links, #sp-wp-post-list-116 > article > footer .tags-links, #sp-wp-post-list-117 > article > footer .tags-links, #sp-wp-post-list-118 > article > footer .tags-links, #sp-wp-post-list-119 > article > footer .tags-links, #sp-wp-post-list-12 > article > footer .tags-links, #sp-wp-post-list-120 > article > footer .tags-links, #sp-wp-post-list-121 > article > footer .tags-links, #sp-wp-post-list-122 > article > footer .tags-links, #sp-wp-post-list-123 > article > footer .tags-links, #sp-wp-post-list-124 > article > footer .tags-links, #sp-wp-post-list-125 > article > footer .tags-links, #sp-wp-post-list-126 > article > footer .tags-links, #sp-wp-post-list-127 > article > footer .tags-links, #sp-wp-post-list-128 > article > footer .tags-links, #sp-wp-post-list-129 > article > footer .tags-links, #sp-wp-post-list-13 > article > footer .tags-links, #sp-wp-post-list-130 > article > footer .tags-links, #sp-wp-post-list-131 > article > footer .tags-links, #sp-wp-post-list-132 > article > footer .tags-links, #sp-wp-post-list-133 > article > footer .tags-links, #sp-wp-post-list-134 > article > footer .tags-links, #sp-wp-post-list-135 > article > footer .tags-links, #sp-wp-post-list-136 > article > footer .tags-links, #sp-wp-post-list-137 > article > footer .tags-links, #sp-wp-post-list-138 > article > footer .tags-links, #sp-wp-post-list-139 > article > footer .tags-links, #sp-wp-post-list-14 > article > footer .tags-links, #sp-wp-post-list-140 > article > footer .tags-links, #sp-wp-post-list-141 > article > footer .tags-links, #sp-wp-post-list-142 > article > footer .tags-links, #sp-wp-post-list-143 > article > footer .tags-links, #sp-wp-post-list-144 > article > footer .tags-links, #sp-wp-post-list-145 > article > footer .tags-links, #sp-wp-post-list-146 > article > footer .tags-links, #sp-wp-post-list-147 > article > footer .tags-links, #sp-wp-post-list-148 > article > footer .tags-links, #sp-wp-post-list-149 > article > footer .tags-links, #sp-wp-post-list-15 > article > footer .tags-links, #sp-wp-post-list-150 > article > footer .tags-links, #sp-wp-post-list-151 > article > footer .tags-links, #sp-wp-post-list-152 > article > footer .tags-links, #sp-wp-post-list-153 > article > footer .tags-links, #sp-wp-post-list-154 > article > footer .tags-links, #sp-wp-post-list-155 > article > footer .tags-links, #sp-wp-post-list-156 > article > footer .tags-links, #sp-wp-post-list-157 > article > footer .tags-links, #sp-wp-post-list-158 > article > footer .tags-links, #sp-wp-post-list-159 > article > footer .tags-links, #sp-wp-post-list-16 > article > footer .tags-links, #sp-wp-post-list-160 > article > footer .tags-links, #sp-wp-post-list-161 > article > footer .tags-links, #sp-wp-post-list-162 > article > footer .tags-links, #sp-wp-post-list-17 > article > footer .tags-links, #sp-wp-post-list-18 > article > footer .tags-links, #sp-wp-post-list-19 > article > footer .tags-links, #sp-wp-post-list-2 > article > footer .tags-links, #sp-wp-post-list-20 > article > footer .tags-links, #sp-wp-post-list-21 > article > footer .tags-links, #sp-wp-post-list-22 > article > footer .tags-links, #sp-wp-post-list-23 > article > footer .tags-links, #sp-wp-post-list-24 > article > footer .tags-links, #sp-wp-post-list-25 > article > footer .tags-links, #sp-wp-post-list-26 > article > footer .tags-links, #sp-wp-post-list-27 > article > footer .tags-links, #sp-wp-post-list-28 > article > footer .tags-links, #sp-wp-post-list-29 > article > footer .tags-links, #sp-wp-post-list-3 > article > footer .tags-links, #sp-wp-post-list-30 > article > footer .tags-links, #sp-wp-post-list-31 > article > footer .tags-links, #sp-wp-post-list-32 > article > footer .tags-links, #sp-wp-post-list-33 > article > footer .tags-links, #sp-wp-post-list-34 > article > footer .tags-links, #sp-wp-post-list-35 > article > footer .tags-links, #sp-wp-post-list-36 > article > footer .tags-links, #sp-wp-post-list-37 > article > footer .tags-links, #sp-wp-post-list-38 > article > footer .tags-links, #sp-wp-post-list-39 > article > footer .tags-links, #sp-wp-post-list-4 > article > footer .tags-links, #sp-wp-post-list-40 > article > footer .tags-links, #sp-wp-post-list-41 > article > footer .tags-links, #sp-wp-post-list-42 > article > footer .tags-links, #sp-wp-post-list-43 > article > footer .tags-links, #sp-wp-post-list-44 > article > footer .tags-links, #sp-wp-post-list-45 > article > footer .tags-links, #sp-wp-post-list-46 > article > footer .tags-links, #sp-wp-post-list-47 > article > footer .tags-links, #sp-wp-post-list-48 > article > footer .tags-links, #sp-wp-post-list-49 > article > footer .tags-links, #sp-wp-post-list-5 > article > footer .tags-links, #sp-wp-post-list-50 > article > footer .tags-links, #sp-wp-post-list-51 > article > footer .tags-links, #sp-wp-post-list-52 > article > footer .tags-links, #sp-wp-post-list-53 > article > footer .tags-links, #sp-wp-post-list-54 > article > footer .tags-links, #sp-wp-post-list-55 > article > footer .tags-links, #sp-wp-post-list-56 > article > footer .tags-links, #sp-wp-post-list-57 > article > footer .tags-links, #sp-wp-post-list-58 > article > footer .tags-links, #sp-wp-post-list-59 > article > footer .tags-links, #sp-wp-post-list-6 > article > footer .tags-links, #sp-wp-post-list-60 > article > footer .tags-links, #sp-wp-post-list-61 > article > footer .tags-links, #sp-wp-post-list-62 > article > footer .tags-links, #sp-wp-post-list-63 > article > footer .tags-links, #sp-wp-post-list-64 > article > footer .tags-links, #sp-wp-post-list-65 > article > footer .tags-links, #sp-wp-post-list-66 > article > footer .tags-links, #sp-wp-post-list-67 > article > footer .tags-links, #sp-wp-post-list-68 > article > footer .tags-links, #sp-wp-post-list-69 > article > footer .tags-links, #sp-wp-post-list-7 > article > footer .tags-links, #sp-wp-post-list-70 > article > footer .tags-links, #sp-wp-post-list-71 > article > footer .tags-links, #sp-wp-post-list-72 > article > footer .tags-links, #sp-wp-post-list-73 > article > footer .tags-links, #sp-wp-post-list-74 > article > footer .tags-links, #sp-wp-post-list-75 > article > footer .tags-links, #sp-wp-post-list-76 > article > footer .tags-links, #sp-wp-post-list-77 > article > footer .tags-links, #sp-wp-post-list-78 > article > footer .tags-links, #sp-wp-post-list-79 > article > footer .tags-links, #sp-wp-post-list-8 > article > footer .tags-links, #sp-wp-post-list-80 > article > footer .tags-links, #sp-wp-post-list-81 > article > footer .tags-links, #sp-wp-post-list-82 > article > footer .tags-links, #sp-wp-post-list-83 > article > footer .tags-links, #sp-wp-post-list-84 > article > footer .tags-links, #sp-wp-post-list-85 > article > footer .tags-links, #sp-wp-post-list-86 > article > footer .tags-links, #sp-wp-post-list-87 > article > footer .tags-links, #sp-wp-post-list-88 > article > footer .tags-links, #sp-wp-post-list-89 > article > footer .tags-links, #sp-wp-post-list-9 > article > footer .tags-links, #sp-wp-post-list-90 > article > footer .tags-links, #sp-wp-post-list-91 > article > footer .tags-links, #sp-wp-post-list-92 > article > footer .tags-links, #sp-wp-post-list-93 > article > footer .tags-links, #sp-wp-post-list-94 > article > footer .tags-links, #sp-wp-post-list-95 > article > footer .tags-links, #sp-wp-post-list-96 > article > footer .tags-links, #sp-wp-post-list-97 > article > footer .tags-links, #sp-wp-post-list-98 > article > footer .tags-links, #sp-wp-post-list-99 > article > footer .tags-links{
  background-image : url(img/icon-tags.png);
}

#sp-wp-post-list-1 > article > footer a, #sp-wp-post-list-10 > article > footer a, #sp-wp-post-list-100 > article > footer a, #sp-wp-post-list-101 > article > footer a, #sp-wp-post-list-102 > article > footer a, #sp-wp-post-list-103 > article > footer a, #sp-wp-post-list-104 > article > footer a, #sp-wp-post-list-105 > article > footer a, #sp-wp-post-list-106 > article > footer a, #sp-wp-post-list-107 > article > footer a, #sp-wp-post-list-108 > article > footer a, #sp-wp-post-list-109 > article > footer a, #sp-wp-post-list-11 > article > footer a, #sp-wp-post-list-110 > article > footer a, #sp-wp-post-list-111 > article > footer a, #sp-wp-post-list-112 > article > footer a, #sp-wp-post-list-113 > article > footer a, #sp-wp-post-list-114 > article > footer a, #sp-wp-post-list-115 > article > footer a, #sp-wp-post-list-116 > article > footer a, #sp-wp-post-list-117 > article > footer a, #sp-wp-post-list-118 > article > footer a, #sp-wp-post-list-119 > article > footer a, #sp-wp-post-list-12 > article > footer a, #sp-wp-post-list-120 > article > footer a, #sp-wp-post-list-121 > article > footer a, #sp-wp-post-list-122 > article > footer a, #sp-wp-post-list-123 > article > footer a, #sp-wp-post-list-124 > article > footer a, #sp-wp-post-list-125 > article > footer a, #sp-wp-post-list-126 > article > footer a, #sp-wp-post-list-127 > article > footer a, #sp-wp-post-list-128 > article > footer a, #sp-wp-post-list-129 > article > footer a, #sp-wp-post-list-13 > article > footer a, #sp-wp-post-list-130 > article > footer a, #sp-wp-post-list-131 > article > footer a, #sp-wp-post-list-132 > article > footer a, #sp-wp-post-list-133 > article > footer a, #sp-wp-post-list-134 > article > footer a, #sp-wp-post-list-135 > article > footer a, #sp-wp-post-list-136 > article > footer a, #sp-wp-post-list-137 > article > footer a, #sp-wp-post-list-138 > article > footer a, #sp-wp-post-list-139 > article > footer a, #sp-wp-post-list-14 > article > footer a, #sp-wp-post-list-140 > article > footer a, #sp-wp-post-list-141 > article > footer a, #sp-wp-post-list-142 > article > footer a, #sp-wp-post-list-143 > article > footer a, #sp-wp-post-list-144 > article > footer a, #sp-wp-post-list-145 > article > footer a, #sp-wp-post-list-146 > article > footer a, #sp-wp-post-list-147 > article > footer a, #sp-wp-post-list-148 > article > footer a, #sp-wp-post-list-149 > article > footer a, #sp-wp-post-list-15 > article > footer a, #sp-wp-post-list-150 > article > footer a, #sp-wp-post-list-151 > article > footer a, #sp-wp-post-list-152 > article > footer a, #sp-wp-post-list-153 > article > footer a, #sp-wp-post-list-154 > article > footer a, #sp-wp-post-list-155 > article > footer a, #sp-wp-post-list-156 > article > footer a, #sp-wp-post-list-157 > article > footer a, #sp-wp-post-list-158 > article > footer a, #sp-wp-post-list-159 > article > footer a, #sp-wp-post-list-16 > article > footer a, #sp-wp-post-list-160 > article > footer a, #sp-wp-post-list-161 > article > footer a, #sp-wp-post-list-162 > article > footer a, #sp-wp-post-list-17 > article > footer a, #sp-wp-post-list-18 > article > footer a, #sp-wp-post-list-19 > article > footer a, #sp-wp-post-list-2 > article > footer a, #sp-wp-post-list-20 > article > footer a, #sp-wp-post-list-21 > article > footer a, #sp-wp-post-list-22 > article > footer a, #sp-wp-post-list-23 > article > footer a, #sp-wp-post-list-24 > article > footer a, #sp-wp-post-list-25 > article > footer a, #sp-wp-post-list-26 > article > footer a, #sp-wp-post-list-27 > article > footer a, #sp-wp-post-list-28 > article > footer a, #sp-wp-post-list-29 > article > footer a, #sp-wp-post-list-3 > article > footer a, #sp-wp-post-list-30 > article > footer a, #sp-wp-post-list-31 > article > footer a, #sp-wp-post-list-32 > article > footer a, #sp-wp-post-list-33 > article > footer a, #sp-wp-post-list-34 > article > footer a, #sp-wp-post-list-35 > article > footer a, #sp-wp-post-list-36 > article > footer a, #sp-wp-post-list-37 > article > footer a, #sp-wp-post-list-38 > article > footer a, #sp-wp-post-list-39 > article > footer a, #sp-wp-post-list-4 > article > footer a, #sp-wp-post-list-40 > article > footer a, #sp-wp-post-list-41 > article > footer a, #sp-wp-post-list-42 > article > footer a, #sp-wp-post-list-43 > article > footer a, #sp-wp-post-list-44 > article > footer a, #sp-wp-post-list-45 > article > footer a, #sp-wp-post-list-46 > article > footer a, #sp-wp-post-list-47 > article > footer a, #sp-wp-post-list-48 > article > footer a, #sp-wp-post-list-49 > article > footer a, #sp-wp-post-list-5 > article > footer a, #sp-wp-post-list-50 > article > footer a, #sp-wp-post-list-51 > article > footer a, #sp-wp-post-list-52 > article > footer a, #sp-wp-post-list-53 > article > footer a, #sp-wp-post-list-54 > article > footer a, #sp-wp-post-list-55 > article > footer a, #sp-wp-post-list-56 > article > footer a, #sp-wp-post-list-57 > article > footer a, #sp-wp-post-list-58 > article > footer a, #sp-wp-post-list-59 > article > footer a, #sp-wp-post-list-6 > article > footer a, #sp-wp-post-list-60 > article > footer a, #sp-wp-post-list-61 > article > footer a, #sp-wp-post-list-62 > article > footer a, #sp-wp-post-list-63 > article > footer a, #sp-wp-post-list-64 > article > footer a, #sp-wp-post-list-65 > article > footer a, #sp-wp-post-list-66 > article > footer a, #sp-wp-post-list-67 > article > footer a, #sp-wp-post-list-68 > article > footer a, #sp-wp-post-list-69 > article > footer a, #sp-wp-post-list-7 > article > footer a, #sp-wp-post-list-70 > article > footer a, #sp-wp-post-list-71 > article > footer a, #sp-wp-post-list-72 > article > footer a, #sp-wp-post-list-73 > article > footer a, #sp-wp-post-list-74 > article > footer a, #sp-wp-post-list-75 > article > footer a, #sp-wp-post-list-76 > article > footer a, #sp-wp-post-list-77 > article > footer a, #sp-wp-post-list-78 > article > footer a, #sp-wp-post-list-79 > article > footer a, #sp-wp-post-list-8 > article > footer a, #sp-wp-post-list-80 > article > footer a, #sp-wp-post-list-81 > article > footer a, #sp-wp-post-list-82 > article > footer a, #sp-wp-post-list-83 > article > footer a, #sp-wp-post-list-84 > article > footer a, #sp-wp-post-list-85 > article > footer a, #sp-wp-post-list-86 > article > footer a, #sp-wp-post-list-87 > article > footer a, #sp-wp-post-list-88 > article > footer a, #sp-wp-post-list-89 > article > footer a, #sp-wp-post-list-9 > article > footer a, #sp-wp-post-list-90 > article > footer a, #sp-wp-post-list-91 > article > footer a, #sp-wp-post-list-92 > article > footer a, #sp-wp-post-list-93 > article > footer a, #sp-wp-post-list-94 > article > footer a, #sp-wp-post-list-95 > article > footer a, #sp-wp-post-list-96 > article > footer a, #sp-wp-post-list-97 > article > footer a, #sp-wp-post-list-98 > article > footer a, #sp-wp-post-list-99 > article > footer a{
  color : #474747;
}

#sp-wp-post-list-1 > article > footer span, #sp-wp-post-list-10 > article > footer span, #sp-wp-post-list-100 > article > footer span, #sp-wp-post-list-101 > article > footer span, #sp-wp-post-list-102 > article > footer span, #sp-wp-post-list-103 > article > footer span, #sp-wp-post-list-104 > article > footer span, #sp-wp-post-list-105 > article > footer span, #sp-wp-post-list-106 > article > footer span, #sp-wp-post-list-107 > article > footer span, #sp-wp-post-list-108 > article > footer span, #sp-wp-post-list-109 > article > footer span, #sp-wp-post-list-11 > article > footer span, #sp-wp-post-list-110 > article > footer span, #sp-wp-post-list-111 > article > footer span, #sp-wp-post-list-112 > article > footer span, #sp-wp-post-list-113 > article > footer span, #sp-wp-post-list-114 > article > footer span, #sp-wp-post-list-115 > article > footer span, #sp-wp-post-list-116 > article > footer span, #sp-wp-post-list-117 > article > footer span, #sp-wp-post-list-118 > article > footer span, #sp-wp-post-list-119 > article > footer span, #sp-wp-post-list-12 > article > footer span, #sp-wp-post-list-120 > article > footer span, #sp-wp-post-list-121 > article > footer span, #sp-wp-post-list-122 > article > footer span, #sp-wp-post-list-123 > article > footer span, #sp-wp-post-list-124 > article > footer span, #sp-wp-post-list-125 > article > footer span, #sp-wp-post-list-126 > article > footer span, #sp-wp-post-list-127 > article > footer span, #sp-wp-post-list-128 > article > footer span, #sp-wp-post-list-129 > article > footer span, #sp-wp-post-list-13 > article > footer span, #sp-wp-post-list-130 > article > footer span, #sp-wp-post-list-131 > article > footer span, #sp-wp-post-list-132 > article > footer span, #sp-wp-post-list-133 > article > footer span, #sp-wp-post-list-134 > article > footer span, #sp-wp-post-list-135 > article > footer span, #sp-wp-post-list-136 > article > footer span, #sp-wp-post-list-137 > article > footer span, #sp-wp-post-list-138 > article > footer span, #sp-wp-post-list-139 > article > footer span, #sp-wp-post-list-14 > article > footer span, #sp-wp-post-list-140 > article > footer span, #sp-wp-post-list-141 > article > footer span, #sp-wp-post-list-142 > article > footer span, #sp-wp-post-list-143 > article > footer span, #sp-wp-post-list-144 > article > footer span, #sp-wp-post-list-145 > article > footer span, #sp-wp-post-list-146 > article > footer span, #sp-wp-post-list-147 > article > footer span, #sp-wp-post-list-148 > article > footer span, #sp-wp-post-list-149 > article > footer span, #sp-wp-post-list-15 > article > footer span, #sp-wp-post-list-150 > article > footer span, #sp-wp-post-list-151 > article > footer span, #sp-wp-post-list-152 > article > footer span, #sp-wp-post-list-153 > article > footer span, #sp-wp-post-list-154 > article > footer span, #sp-wp-post-list-155 > article > footer span, #sp-wp-post-list-156 > article > footer span, #sp-wp-post-list-157 > article > footer span, #sp-wp-post-list-158 > article > footer span, #sp-wp-post-list-159 > article > footer span, #sp-wp-post-list-16 > article > footer span, #sp-wp-post-list-160 > article > footer span, #sp-wp-post-list-161 > article > footer span, #sp-wp-post-list-162 > article > footer span, #sp-wp-post-list-17 > article > footer span, #sp-wp-post-list-18 > article > footer span, #sp-wp-post-list-19 > article > footer span, #sp-wp-post-list-2 > article > footer span, #sp-wp-post-list-20 > article > footer span, #sp-wp-post-list-21 > article > footer span, #sp-wp-post-list-22 > article > footer span, #sp-wp-post-list-23 > article > footer span, #sp-wp-post-list-24 > article > footer span, #sp-wp-post-list-25 > article > footer span, #sp-wp-post-list-26 > article > footer span, #sp-wp-post-list-27 > article > footer span, #sp-wp-post-list-28 > article > footer span, #sp-wp-post-list-29 > article > footer span, #sp-wp-post-list-3 > article > footer span, #sp-wp-post-list-30 > article > footer span, #sp-wp-post-list-31 > article > footer span, #sp-wp-post-list-32 > article > footer span, #sp-wp-post-list-33 > article > footer span, #sp-wp-post-list-34 > article > footer span, #sp-wp-post-list-35 > article > footer span, #sp-wp-post-list-36 > article > footer span, #sp-wp-post-list-37 > article > footer span, #sp-wp-post-list-38 > article > footer span, #sp-wp-post-list-39 > article > footer span, #sp-wp-post-list-4 > article > footer span, #sp-wp-post-list-40 > article > footer span, #sp-wp-post-list-41 > article > footer span, #sp-wp-post-list-42 > article > footer span, #sp-wp-post-list-43 > article > footer span, #sp-wp-post-list-44 > article > footer span, #sp-wp-post-list-45 > article > footer span, #sp-wp-post-list-46 > article > footer span, #sp-wp-post-list-47 > article > footer span, #sp-wp-post-list-48 > article > footer span, #sp-wp-post-list-49 > article > footer span, #sp-wp-post-list-5 > article > footer span, #sp-wp-post-list-50 > article > footer span, #sp-wp-post-list-51 > article > footer span, #sp-wp-post-list-52 > article > footer span, #sp-wp-post-list-53 > article > footer span, #sp-wp-post-list-54 > article > footer span, #sp-wp-post-list-55 > article > footer span, #sp-wp-post-list-56 > article > footer span, #sp-wp-post-list-57 > article > footer span, #sp-wp-post-list-58 > article > footer span, #sp-wp-post-list-59 > article > footer span, #sp-wp-post-list-6 > article > footer span, #sp-wp-post-list-60 > article > footer span, #sp-wp-post-list-61 > article > footer span, #sp-wp-post-list-62 > article > footer span, #sp-wp-post-list-63 > article > footer span, #sp-wp-post-list-64 > article > footer span, #sp-wp-post-list-65 > article > footer span, #sp-wp-post-list-66 > article > footer span, #sp-wp-post-list-67 > article > footer span, #sp-wp-post-list-68 > article > footer span, #sp-wp-post-list-69 > article > footer span, #sp-wp-post-list-7 > article > footer span, #sp-wp-post-list-70 > article > footer span, #sp-wp-post-list-71 > article > footer span, #sp-wp-post-list-72 > article > footer span, #sp-wp-post-list-73 > article > footer span, #sp-wp-post-list-74 > article > footer span, #sp-wp-post-list-75 > article > footer span, #sp-wp-post-list-76 > article > footer span, #sp-wp-post-list-77 > article > footer span, #sp-wp-post-list-78 > article > footer span, #sp-wp-post-list-79 > article > footer span, #sp-wp-post-list-8 > article > footer span, #sp-wp-post-list-80 > article > footer span, #sp-wp-post-list-81 > article > footer span, #sp-wp-post-list-82 > article > footer span, #sp-wp-post-list-83 > article > footer span, #sp-wp-post-list-84 > article > footer span, #sp-wp-post-list-85 > article > footer span, #sp-wp-post-list-86 > article > footer span, #sp-wp-post-list-87 > article > footer span, #sp-wp-post-list-88 > article > footer span, #sp-wp-post-list-89 > article > footer span, #sp-wp-post-list-9 > article > footer span, #sp-wp-post-list-90 > article > footer span, #sp-wp-post-list-91 > article > footer span, #sp-wp-post-list-92 > article > footer span, #sp-wp-post-list-93 > article > footer span, #sp-wp-post-list-94 > article > footer span, #sp-wp-post-list-95 > article > footer span, #sp-wp-post-list-96 > article > footer span, #sp-wp-post-list-97 > article > footer span, #sp-wp-post-list-98 > article > footer span, #sp-wp-post-list-99 > article > footer span{
  font-size : 1.2rem;
  background-repeat : no-repeat;
  background-position : 0px 2px;
  padding-top : 2px;
  padding-left : 20px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-right : 15px;
  display : inline-block;
}

#sp-wp-post-list-1> article> header, #sp-wp-post-list-10> article> header, #sp-wp-post-list-100> article> header, #sp-wp-post-list-101> article> header, #sp-wp-post-list-102> article> header, #sp-wp-post-list-103> article> header, #sp-wp-post-list-104> article> header, #sp-wp-post-list-105> article> header, #sp-wp-post-list-106> article> header, #sp-wp-post-list-107> article> header, #sp-wp-post-list-108> article> header, #sp-wp-post-list-109> article> header, #sp-wp-post-list-11> article> header, #sp-wp-post-list-110> article> header, #sp-wp-post-list-111> article> header, #sp-wp-post-list-112> article> header, #sp-wp-post-list-113> article> header, #sp-wp-post-list-114> article> header, #sp-wp-post-list-115> article> header, #sp-wp-post-list-116> article> header, #sp-wp-post-list-117> article> header, #sp-wp-post-list-118> article> header, #sp-wp-post-list-119> article> header, #sp-wp-post-list-12> article> header, #sp-wp-post-list-120> article> header, #sp-wp-post-list-121> article> header, #sp-wp-post-list-122> article> header, #sp-wp-post-list-123> article> header, #sp-wp-post-list-124> article> header, #sp-wp-post-list-125> article> header, #sp-wp-post-list-126> article> header, #sp-wp-post-list-127> article> header, #sp-wp-post-list-128> article> header, #sp-wp-post-list-129> article> header, #sp-wp-post-list-13> article> header, #sp-wp-post-list-130> article> header, #sp-wp-post-list-131> article> header, #sp-wp-post-list-132> article> header, #sp-wp-post-list-133> article> header, #sp-wp-post-list-134> article> header, #sp-wp-post-list-135> article> header, #sp-wp-post-list-136> article> header, #sp-wp-post-list-137> article> header, #sp-wp-post-list-138> article> header, #sp-wp-post-list-139> article> header, #sp-wp-post-list-14> article> header, #sp-wp-post-list-140> article> header, #sp-wp-post-list-141> article> header, #sp-wp-post-list-142> article> header, #sp-wp-post-list-143> article> header, #sp-wp-post-list-144> article> header, #sp-wp-post-list-145> article> header, #sp-wp-post-list-146> article> header, #sp-wp-post-list-147> article> header, #sp-wp-post-list-148> article> header, #sp-wp-post-list-149> article> header, #sp-wp-post-list-15> article> header, #sp-wp-post-list-150> article> header, #sp-wp-post-list-151> article> header, #sp-wp-post-list-152> article> header, #sp-wp-post-list-153> article> header, #sp-wp-post-list-154> article> header, #sp-wp-post-list-155> article> header, #sp-wp-post-list-156> article> header, #sp-wp-post-list-157> article> header, #sp-wp-post-list-158> article> header, #sp-wp-post-list-159> article> header, #sp-wp-post-list-16> article> header, #sp-wp-post-list-160> article> header, #sp-wp-post-list-161> article> header, #sp-wp-post-list-162> article> header, #sp-wp-post-list-17> article> header, #sp-wp-post-list-18> article> header, #sp-wp-post-list-19> article> header, #sp-wp-post-list-2> article> header, #sp-wp-post-list-20> article> header, #sp-wp-post-list-21> article> header, #sp-wp-post-list-22> article> header, #sp-wp-post-list-23> article> header, #sp-wp-post-list-24> article> header, #sp-wp-post-list-25> article> header, #sp-wp-post-list-26> article> header, #sp-wp-post-list-27> article> header, #sp-wp-post-list-28> article> header, #sp-wp-post-list-29> article> header, #sp-wp-post-list-3> article> header, #sp-wp-post-list-30> article> header, #sp-wp-post-list-31> article> header, #sp-wp-post-list-32> article> header, #sp-wp-post-list-33> article> header, #sp-wp-post-list-34> article> header, #sp-wp-post-list-35> article> header, #sp-wp-post-list-36> article> header, #sp-wp-post-list-37> article> header, #sp-wp-post-list-38> article> header, #sp-wp-post-list-39> article> header, #sp-wp-post-list-4> article> header, #sp-wp-post-list-40> article> header, #sp-wp-post-list-41> article> header, #sp-wp-post-list-42> article> header, #sp-wp-post-list-43> article> header, #sp-wp-post-list-44> article> header, #sp-wp-post-list-45> article> header, #sp-wp-post-list-46> article> header, #sp-wp-post-list-47> article> header, #sp-wp-post-list-48> article> header, #sp-wp-post-list-49> article> header, #sp-wp-post-list-5> article> header, #sp-wp-post-list-50> article> header, #sp-wp-post-list-51> article> header, #sp-wp-post-list-52> article> header, #sp-wp-post-list-53> article> header, #sp-wp-post-list-54> article> header, #sp-wp-post-list-55> article> header, #sp-wp-post-list-56> article> header, #sp-wp-post-list-57> article> header, #sp-wp-post-list-58> article> header, #sp-wp-post-list-59> article> header, #sp-wp-post-list-6> article> header, #sp-wp-post-list-60> article> header, #sp-wp-post-list-61> article> header, #sp-wp-post-list-62> article> header, #sp-wp-post-list-63> article> header, #sp-wp-post-list-64> article> header, #sp-wp-post-list-65> article> header, #sp-wp-post-list-66> article> header, #sp-wp-post-list-67> article> header, #sp-wp-post-list-68> article> header, #sp-wp-post-list-69> article> header, #sp-wp-post-list-7> article> header, #sp-wp-post-list-70> article> header, #sp-wp-post-list-71> article> header, #sp-wp-post-list-72> article> header, #sp-wp-post-list-73> article> header, #sp-wp-post-list-74> article> header, #sp-wp-post-list-75> article> header, #sp-wp-post-list-76> article> header, #sp-wp-post-list-77> article> header, #sp-wp-post-list-78> article> header, #sp-wp-post-list-79> article> header, #sp-wp-post-list-8> article> header, #sp-wp-post-list-80> article> header, #sp-wp-post-list-81> article> header, #sp-wp-post-list-82> article> header, #sp-wp-post-list-83> article> header, #sp-wp-post-list-84> article> header, #sp-wp-post-list-85> article> header, #sp-wp-post-list-86> article> header, #sp-wp-post-list-87> article> header, #sp-wp-post-list-88> article> header, #sp-wp-post-list-89> article> header, #sp-wp-post-list-9> article> header, #sp-wp-post-list-90> article> header, #sp-wp-post-list-91> article> header, #sp-wp-post-list-92> article> header, #sp-wp-post-list-93> article> header, #sp-wp-post-list-94> article> header, #sp-wp-post-list-95> article> header, #sp-wp-post-list-96> article> header, #sp-wp-post-list-97> article> header, #sp-wp-post-list-98> article> header, #sp-wp-post-list-99> article> header {
}

#sp-wp-post-list-1 > article > header > h4, #sp-wp-post-list-10 > article > header > h4, #sp-wp-post-list-100 > article > header > h4, #sp-wp-post-list-101 > article > header > h4, #sp-wp-post-list-102 > article > header > h4, #sp-wp-post-list-103 > article > header > h4, #sp-wp-post-list-104 > article > header > h4, #sp-wp-post-list-105 > article > header > h4, #sp-wp-post-list-106 > article > header > h4, #sp-wp-post-list-107 > article > header > h4, #sp-wp-post-list-108 > article > header > h4, #sp-wp-post-list-109 > article > header > h4, #sp-wp-post-list-11 > article > header > h4, #sp-wp-post-list-110 > article > header > h4, #sp-wp-post-list-111 > article > header > h4, #sp-wp-post-list-112 > article > header > h4, #sp-wp-post-list-113 > article > header > h4, #sp-wp-post-list-114 > article > header > h4, #sp-wp-post-list-115 > article > header > h4, #sp-wp-post-list-116 > article > header > h4, #sp-wp-post-list-117 > article > header > h4, #sp-wp-post-list-118 > article > header > h4, #sp-wp-post-list-119 > article > header > h4, #sp-wp-post-list-12 > article > header > h4, #sp-wp-post-list-120 > article > header > h4, #sp-wp-post-list-121 > article > header > h4, #sp-wp-post-list-122 > article > header > h4, #sp-wp-post-list-123 > article > header > h4, #sp-wp-post-list-124 > article > header > h4, #sp-wp-post-list-125 > article > header > h4, #sp-wp-post-list-126 > article > header > h4, #sp-wp-post-list-127 > article > header > h4, #sp-wp-post-list-128 > article > header > h4, #sp-wp-post-list-129 > article > header > h4, #sp-wp-post-list-13 > article > header > h4, #sp-wp-post-list-130 > article > header > h4, #sp-wp-post-list-131 > article > header > h4, #sp-wp-post-list-132 > article > header > h4, #sp-wp-post-list-133 > article > header > h4, #sp-wp-post-list-134 > article > header > h4, #sp-wp-post-list-135 > article > header > h4, #sp-wp-post-list-136 > article > header > h4, #sp-wp-post-list-137 > article > header > h4, #sp-wp-post-list-138 > article > header > h4, #sp-wp-post-list-139 > article > header > h4, #sp-wp-post-list-14 > article > header > h4, #sp-wp-post-list-140 > article > header > h4, #sp-wp-post-list-141 > article > header > h4, #sp-wp-post-list-142 > article > header > h4, #sp-wp-post-list-143 > article > header > h4, #sp-wp-post-list-144 > article > header > h4, #sp-wp-post-list-145 > article > header > h4, #sp-wp-post-list-146 > article > header > h4, #sp-wp-post-list-147 > article > header > h4, #sp-wp-post-list-148 > article > header > h4, #sp-wp-post-list-149 > article > header > h4, #sp-wp-post-list-15 > article > header > h4, #sp-wp-post-list-150 > article > header > h4, #sp-wp-post-list-151 > article > header > h4, #sp-wp-post-list-152 > article > header > h4, #sp-wp-post-list-153 > article > header > h4, #sp-wp-post-list-154 > article > header > h4, #sp-wp-post-list-155 > article > header > h4, #sp-wp-post-list-156 > article > header > h4, #sp-wp-post-list-157 > article > header > h4, #sp-wp-post-list-158 > article > header > h4, #sp-wp-post-list-159 > article > header > h4, #sp-wp-post-list-16 > article > header > h4, #sp-wp-post-list-160 > article > header > h4, #sp-wp-post-list-161 > article > header > h4, #sp-wp-post-list-162 > article > header > h4, #sp-wp-post-list-17 > article > header > h4, #sp-wp-post-list-18 > article > header > h4, #sp-wp-post-list-19 > article > header > h4, #sp-wp-post-list-2 > article > header > h4, #sp-wp-post-list-20 > article > header > h4, #sp-wp-post-list-21 > article > header > h4, #sp-wp-post-list-22 > article > header > h4, #sp-wp-post-list-23 > article > header > h4, #sp-wp-post-list-24 > article > header > h4, #sp-wp-post-list-25 > article > header > h4, #sp-wp-post-list-26 > article > header > h4, #sp-wp-post-list-27 > article > header > h4, #sp-wp-post-list-28 > article > header > h4, #sp-wp-post-list-29 > article > header > h4, #sp-wp-post-list-3 > article > header > h4, #sp-wp-post-list-30 > article > header > h4, #sp-wp-post-list-31 > article > header > h4, #sp-wp-post-list-32 > article > header > h4, #sp-wp-post-list-33 > article > header > h4, #sp-wp-post-list-34 > article > header > h4, #sp-wp-post-list-35 > article > header > h4, #sp-wp-post-list-36 > article > header > h4, #sp-wp-post-list-37 > article > header > h4, #sp-wp-post-list-38 > article > header > h4, #sp-wp-post-list-39 > article > header > h4, #sp-wp-post-list-4 > article > header > h4, #sp-wp-post-list-40 > article > header > h4, #sp-wp-post-list-41 > article > header > h4, #sp-wp-post-list-42 > article > header > h4, #sp-wp-post-list-43 > article > header > h4, #sp-wp-post-list-44 > article > header > h4, #sp-wp-post-list-45 > article > header > h4, #sp-wp-post-list-46 > article > header > h4, #sp-wp-post-list-47 > article > header > h4, #sp-wp-post-list-48 > article > header > h4, #sp-wp-post-list-49 > article > header > h4, #sp-wp-post-list-5 > article > header > h4, #sp-wp-post-list-50 > article > header > h4, #sp-wp-post-list-51 > article > header > h4, #sp-wp-post-list-52 > article > header > h4, #sp-wp-post-list-53 > article > header > h4, #sp-wp-post-list-54 > article > header > h4, #sp-wp-post-list-55 > article > header > h4, #sp-wp-post-list-56 > article > header > h4, #sp-wp-post-list-57 > article > header > h4, #sp-wp-post-list-58 > article > header > h4, #sp-wp-post-list-59 > article > header > h4, #sp-wp-post-list-6 > article > header > h4, #sp-wp-post-list-60 > article > header > h4, #sp-wp-post-list-61 > article > header > h4, #sp-wp-post-list-62 > article > header > h4, #sp-wp-post-list-63 > article > header > h4, #sp-wp-post-list-64 > article > header > h4, #sp-wp-post-list-65 > article > header > h4, #sp-wp-post-list-66 > article > header > h4, #sp-wp-post-list-67 > article > header > h4, #sp-wp-post-list-68 > article > header > h4, #sp-wp-post-list-69 > article > header > h4, #sp-wp-post-list-7 > article > header > h4, #sp-wp-post-list-70 > article > header > h4, #sp-wp-post-list-71 > article > header > h4, #sp-wp-post-list-72 > article > header > h4, #sp-wp-post-list-73 > article > header > h4, #sp-wp-post-list-74 > article > header > h4, #sp-wp-post-list-75 > article > header > h4, #sp-wp-post-list-76 > article > header > h4, #sp-wp-post-list-77 > article > header > h4, #sp-wp-post-list-78 > article > header > h4, #sp-wp-post-list-79 > article > header > h4, #sp-wp-post-list-8 > article > header > h4, #sp-wp-post-list-80 > article > header > h4, #sp-wp-post-list-81 > article > header > h4, #sp-wp-post-list-82 > article > header > h4, #sp-wp-post-list-83 > article > header > h4, #sp-wp-post-list-84 > article > header > h4, #sp-wp-post-list-85 > article > header > h4, #sp-wp-post-list-86 > article > header > h4, #sp-wp-post-list-87 > article > header > h4, #sp-wp-post-list-88 > article > header > h4, #sp-wp-post-list-89 > article > header > h4, #sp-wp-post-list-9 > article > header > h4, #sp-wp-post-list-90 > article > header > h4, #sp-wp-post-list-91 > article > header > h4, #sp-wp-post-list-92 > article > header > h4, #sp-wp-post-list-93 > article > header > h4, #sp-wp-post-list-94 > article > header > h4, #sp-wp-post-list-95 > article > header > h4, #sp-wp-post-list-96 > article > header > h4, #sp-wp-post-list-97 > article > header > h4, #sp-wp-post-list-98 > article > header > h4, #sp-wp-post-list-99 > article > header > h4{
  margin-bottom : 0px;
}

#sp-wp-post-list-1 > article > p, #sp-wp-post-list-10 > article > p, #sp-wp-post-list-100 > article > p, #sp-wp-post-list-101 > article > p, #sp-wp-post-list-102 > article > p, #sp-wp-post-list-103 > article > p, #sp-wp-post-list-104 > article > p, #sp-wp-post-list-105 > article > p, #sp-wp-post-list-106 > article > p, #sp-wp-post-list-107 > article > p, #sp-wp-post-list-108 > article > p, #sp-wp-post-list-109 > article > p, #sp-wp-post-list-11 > article > p, #sp-wp-post-list-110 > article > p, #sp-wp-post-list-111 > article > p, #sp-wp-post-list-112 > article > p, #sp-wp-post-list-113 > article > p, #sp-wp-post-list-114 > article > p, #sp-wp-post-list-115 > article > p, #sp-wp-post-list-116 > article > p, #sp-wp-post-list-117 > article > p, #sp-wp-post-list-118 > article > p, #sp-wp-post-list-119 > article > p, #sp-wp-post-list-12 > article > p, #sp-wp-post-list-120 > article > p, #sp-wp-post-list-121 > article > p, #sp-wp-post-list-122 > article > p, #sp-wp-post-list-123 > article > p, #sp-wp-post-list-124 > article > p, #sp-wp-post-list-125 > article > p, #sp-wp-post-list-126 > article > p, #sp-wp-post-list-127 > article > p, #sp-wp-post-list-128 > article > p, #sp-wp-post-list-129 > article > p, #sp-wp-post-list-13 > article > p, #sp-wp-post-list-130 > article > p, #sp-wp-post-list-131 > article > p, #sp-wp-post-list-132 > article > p, #sp-wp-post-list-133 > article > p, #sp-wp-post-list-134 > article > p, #sp-wp-post-list-135 > article > p, #sp-wp-post-list-136 > article > p, #sp-wp-post-list-137 > article > p, #sp-wp-post-list-138 > article > p, #sp-wp-post-list-139 > article > p, #sp-wp-post-list-14 > article > p, #sp-wp-post-list-140 > article > p, #sp-wp-post-list-141 > article > p, #sp-wp-post-list-142 > article > p, #sp-wp-post-list-143 > article > p, #sp-wp-post-list-144 > article > p, #sp-wp-post-list-145 > article > p, #sp-wp-post-list-146 > article > p, #sp-wp-post-list-147 > article > p, #sp-wp-post-list-148 > article > p, #sp-wp-post-list-149 > article > p, #sp-wp-post-list-15 > article > p, #sp-wp-post-list-150 > article > p, #sp-wp-post-list-151 > article > p, #sp-wp-post-list-152 > article > p, #sp-wp-post-list-153 > article > p, #sp-wp-post-list-154 > article > p, #sp-wp-post-list-155 > article > p, #sp-wp-post-list-156 > article > p, #sp-wp-post-list-157 > article > p, #sp-wp-post-list-158 > article > p, #sp-wp-post-list-159 > article > p, #sp-wp-post-list-16 > article > p, #sp-wp-post-list-160 > article > p, #sp-wp-post-list-161 > article > p, #sp-wp-post-list-162 > article > p, #sp-wp-post-list-17 > article > p, #sp-wp-post-list-18 > article > p, #sp-wp-post-list-19 > article > p, #sp-wp-post-list-2 > article > p, #sp-wp-post-list-20 > article > p, #sp-wp-post-list-21 > article > p, #sp-wp-post-list-22 > article > p, #sp-wp-post-list-23 > article > p, #sp-wp-post-list-24 > article > p, #sp-wp-post-list-25 > article > p, #sp-wp-post-list-26 > article > p, #sp-wp-post-list-27 > article > p, #sp-wp-post-list-28 > article > p, #sp-wp-post-list-29 > article > p, #sp-wp-post-list-3 > article > p, #sp-wp-post-list-30 > article > p, #sp-wp-post-list-31 > article > p, #sp-wp-post-list-32 > article > p, #sp-wp-post-list-33 > article > p, #sp-wp-post-list-34 > article > p, #sp-wp-post-list-35 > article > p, #sp-wp-post-list-36 > article > p, #sp-wp-post-list-37 > article > p, #sp-wp-post-list-38 > article > p, #sp-wp-post-list-39 > article > p, #sp-wp-post-list-4 > article > p, #sp-wp-post-list-40 > article > p, #sp-wp-post-list-41 > article > p, #sp-wp-post-list-42 > article > p, #sp-wp-post-list-43 > article > p, #sp-wp-post-list-44 > article > p, #sp-wp-post-list-45 > article > p, #sp-wp-post-list-46 > article > p, #sp-wp-post-list-47 > article > p, #sp-wp-post-list-48 > article > p, #sp-wp-post-list-49 > article > p, #sp-wp-post-list-5 > article > p, #sp-wp-post-list-50 > article > p, #sp-wp-post-list-51 > article > p, #sp-wp-post-list-52 > article > p, #sp-wp-post-list-53 > article > p, #sp-wp-post-list-54 > article > p, #sp-wp-post-list-55 > article > p, #sp-wp-post-list-56 > article > p, #sp-wp-post-list-57 > article > p, #sp-wp-post-list-58 > article > p, #sp-wp-post-list-59 > article > p, #sp-wp-post-list-6 > article > p, #sp-wp-post-list-60 > article > p, #sp-wp-post-list-61 > article > p, #sp-wp-post-list-62 > article > p, #sp-wp-post-list-63 > article > p, #sp-wp-post-list-64 > article > p, #sp-wp-post-list-65 > article > p, #sp-wp-post-list-66 > article > p, #sp-wp-post-list-67 > article > p, #sp-wp-post-list-68 > article > p, #sp-wp-post-list-69 > article > p, #sp-wp-post-list-7 > article > p, #sp-wp-post-list-70 > article > p, #sp-wp-post-list-71 > article > p, #sp-wp-post-list-72 > article > p, #sp-wp-post-list-73 > article > p, #sp-wp-post-list-74 > article > p, #sp-wp-post-list-75 > article > p, #sp-wp-post-list-76 > article > p, #sp-wp-post-list-77 > article > p, #sp-wp-post-list-78 > article > p, #sp-wp-post-list-79 > article > p, #sp-wp-post-list-8 > article > p, #sp-wp-post-list-80 > article > p, #sp-wp-post-list-81 > article > p, #sp-wp-post-list-82 > article > p, #sp-wp-post-list-83 > article > p, #sp-wp-post-list-84 > article > p, #sp-wp-post-list-85 > article > p, #sp-wp-post-list-86 > article > p, #sp-wp-post-list-87 > article > p, #sp-wp-post-list-88 > article > p, #sp-wp-post-list-89 > article > p, #sp-wp-post-list-9 > article > p, #sp-wp-post-list-90 > article > p, #sp-wp-post-list-91 > article > p, #sp-wp-post-list-92 > article > p, #sp-wp-post-list-93 > article > p, #sp-wp-post-list-94 > article > p, #sp-wp-post-list-95 > article > p, #sp-wp-post-list-96 > article > p, #sp-wp-post-list-97 > article > p, #sp-wp-post-list-98 > article > p, #sp-wp-post-list-99 > article > p{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 1em;
  margin-bottom : 1em;
  float : left;
}

#sp-wp-post-list-1> article> p> img, #sp-wp-post-list-10> article> p> img, #sp-wp-post-list-100> article> p> img, #sp-wp-post-list-101> article> p> img, #sp-wp-post-list-102> article> p> img, #sp-wp-post-list-103> article> p> img, #sp-wp-post-list-104> article> p> img, #sp-wp-post-list-105> article> p> img, #sp-wp-post-list-106> article> p> img, #sp-wp-post-list-107> article> p> img, #sp-wp-post-list-108> article> p> img, #sp-wp-post-list-109> article> p> img, #sp-wp-post-list-11> article> p> img, #sp-wp-post-list-110> article> p> img, #sp-wp-post-list-111> article> p> img, #sp-wp-post-list-112> article> p> img, #sp-wp-post-list-113> article> p> img, #sp-wp-post-list-114> article> p> img, #sp-wp-post-list-115> article> p> img, #sp-wp-post-list-116> article> p> img, #sp-wp-post-list-117> article> p> img, #sp-wp-post-list-118> article> p> img, #sp-wp-post-list-119> article> p> img, #sp-wp-post-list-12> article> p> img, #sp-wp-post-list-120> article> p> img, #sp-wp-post-list-121> article> p> img, #sp-wp-post-list-122> article> p> img, #sp-wp-post-list-123> article> p> img, #sp-wp-post-list-124> article> p> img, #sp-wp-post-list-125> article> p> img, #sp-wp-post-list-126> article> p> img, #sp-wp-post-list-127> article> p> img, #sp-wp-post-list-128> article> p> img, #sp-wp-post-list-129> article> p> img, #sp-wp-post-list-13> article> p> img, #sp-wp-post-list-130> article> p> img, #sp-wp-post-list-131> article> p> img, #sp-wp-post-list-132> article> p> img, #sp-wp-post-list-133> article> p> img, #sp-wp-post-list-134> article> p> img, #sp-wp-post-list-135> article> p> img, #sp-wp-post-list-136> article> p> img, #sp-wp-post-list-137> article> p> img, #sp-wp-post-list-138> article> p> img, #sp-wp-post-list-139> article> p> img, #sp-wp-post-list-14> article> p> img, #sp-wp-post-list-140> article> p> img, #sp-wp-post-list-141> article> p> img, #sp-wp-post-list-142> article> p> img, #sp-wp-post-list-143> article> p> img, #sp-wp-post-list-144> article> p> img, #sp-wp-post-list-145> article> p> img, #sp-wp-post-list-146> article> p> img, #sp-wp-post-list-147> article> p> img, #sp-wp-post-list-148> article> p> img, #sp-wp-post-list-149> article> p> img, #sp-wp-post-list-15> article> p> img, #sp-wp-post-list-150> article> p> img, #sp-wp-post-list-151> article> p> img, #sp-wp-post-list-152> article> p> img, #sp-wp-post-list-153> article> p> img, #sp-wp-post-list-154> article> p> img, #sp-wp-post-list-155> article> p> img, #sp-wp-post-list-156> article> p> img, #sp-wp-post-list-157> article> p> img, #sp-wp-post-list-158> article> p> img, #sp-wp-post-list-159> article> p> img, #sp-wp-post-list-16> article> p> img, #sp-wp-post-list-160> article> p> img, #sp-wp-post-list-161> article> p> img, #sp-wp-post-list-162> article> p> img, #sp-wp-post-list-17> article> p> img, #sp-wp-post-list-18> article> p> img, #sp-wp-post-list-19> article> p> img, #sp-wp-post-list-2> article> p> img, #sp-wp-post-list-20> article> p> img, #sp-wp-post-list-21> article> p> img, #sp-wp-post-list-22> article> p> img, #sp-wp-post-list-23> article> p> img, #sp-wp-post-list-24> article> p> img, #sp-wp-post-list-25> article> p> img, #sp-wp-post-list-26> article> p> img, #sp-wp-post-list-27> article> p> img, #sp-wp-post-list-28> article> p> img, #sp-wp-post-list-29> article> p> img, #sp-wp-post-list-3> article> p> img, #sp-wp-post-list-30> article> p> img, #sp-wp-post-list-31> article> p> img, #sp-wp-post-list-32> article> p> img, #sp-wp-post-list-33> article> p> img, #sp-wp-post-list-34> article> p> img, #sp-wp-post-list-35> article> p> img, #sp-wp-post-list-36> article> p> img, #sp-wp-post-list-37> article> p> img, #sp-wp-post-list-38> article> p> img, #sp-wp-post-list-39> article> p> img, #sp-wp-post-list-4> article> p> img, #sp-wp-post-list-40> article> p> img, #sp-wp-post-list-41> article> p> img, #sp-wp-post-list-42> article> p> img, #sp-wp-post-list-43> article> p> img, #sp-wp-post-list-44> article> p> img, #sp-wp-post-list-45> article> p> img, #sp-wp-post-list-46> article> p> img, #sp-wp-post-list-47> article> p> img, #sp-wp-post-list-48> article> p> img, #sp-wp-post-list-49> article> p> img, #sp-wp-post-list-5> article> p> img, #sp-wp-post-list-50> article> p> img, #sp-wp-post-list-51> article> p> img, #sp-wp-post-list-52> article> p> img, #sp-wp-post-list-53> article> p> img, #sp-wp-post-list-54> article> p> img, #sp-wp-post-list-55> article> p> img, #sp-wp-post-list-56> article> p> img, #sp-wp-post-list-57> article> p> img, #sp-wp-post-list-58> article> p> img, #sp-wp-post-list-59> article> p> img, #sp-wp-post-list-6> article> p> img, #sp-wp-post-list-60> article> p> img, #sp-wp-post-list-61> article> p> img, #sp-wp-post-list-62> article> p> img, #sp-wp-post-list-63> article> p> img, #sp-wp-post-list-64> article> p> img, #sp-wp-post-list-65> article> p> img, #sp-wp-post-list-66> article> p> img, #sp-wp-post-list-67> article> p> img, #sp-wp-post-list-68> article> p> img, #sp-wp-post-list-69> article> p> img, #sp-wp-post-list-7> article> p> img, #sp-wp-post-list-70> article> p> img, #sp-wp-post-list-71> article> p> img, #sp-wp-post-list-72> article> p> img, #sp-wp-post-list-73> article> p> img, #sp-wp-post-list-74> article> p> img, #sp-wp-post-list-75> article> p> img, #sp-wp-post-list-76> article> p> img, #sp-wp-post-list-77> article> p> img, #sp-wp-post-list-78> article> p> img, #sp-wp-post-list-79> article> p> img, #sp-wp-post-list-8> article> p> img, #sp-wp-post-list-80> article> p> img, #sp-wp-post-list-81> article> p> img, #sp-wp-post-list-82> article> p> img, #sp-wp-post-list-83> article> p> img, #sp-wp-post-list-84> article> p> img, #sp-wp-post-list-85> article> p> img, #sp-wp-post-list-86> article> p> img, #sp-wp-post-list-87> article> p> img, #sp-wp-post-list-88> article> p> img, #sp-wp-post-list-89> article> p> img, #sp-wp-post-list-9> article> p> img, #sp-wp-post-list-90> article> p> img, #sp-wp-post-list-91> article> p> img, #sp-wp-post-list-92> article> p> img, #sp-wp-post-list-93> article> p> img, #sp-wp-post-list-94> article> p> img, #sp-wp-post-list-95> article> p> img, #sp-wp-post-list-96> article> p> img, #sp-wp-post-list-97> article> p> img, #sp-wp-post-list-98> article> p> img, #sp-wp-post-list-99> article> p> img {
}

#sp-wp-post-list-1 > dl, #sp-wp-post-list-10 > dl, #sp-wp-post-list-100 > dl, #sp-wp-post-list-101 > dl, #sp-wp-post-list-102 > dl, #sp-wp-post-list-103 > dl, #sp-wp-post-list-104 > dl, #sp-wp-post-list-105 > dl, #sp-wp-post-list-106 > dl, #sp-wp-post-list-107 > dl, #sp-wp-post-list-108 > dl, #sp-wp-post-list-109 > dl, #sp-wp-post-list-11 > dl, #sp-wp-post-list-110 > dl, #sp-wp-post-list-111 > dl, #sp-wp-post-list-112 > dl, #sp-wp-post-list-113 > dl, #sp-wp-post-list-114 > dl, #sp-wp-post-list-115 > dl, #sp-wp-post-list-116 > dl, #sp-wp-post-list-117 > dl, #sp-wp-post-list-118 > dl, #sp-wp-post-list-119 > dl, #sp-wp-post-list-12 > dl, #sp-wp-post-list-120 > dl, #sp-wp-post-list-121 > dl, #sp-wp-post-list-122 > dl, #sp-wp-post-list-123 > dl, #sp-wp-post-list-124 > dl, #sp-wp-post-list-125 > dl, #sp-wp-post-list-126 > dl, #sp-wp-post-list-127 > dl, #sp-wp-post-list-128 > dl, #sp-wp-post-list-129 > dl, #sp-wp-post-list-13 > dl, #sp-wp-post-list-130 > dl, #sp-wp-post-list-131 > dl, #sp-wp-post-list-132 > dl, #sp-wp-post-list-133 > dl, #sp-wp-post-list-134 > dl, #sp-wp-post-list-135 > dl, #sp-wp-post-list-136 > dl, #sp-wp-post-list-137 > dl, #sp-wp-post-list-138 > dl, #sp-wp-post-list-139 > dl, #sp-wp-post-list-14 > dl, #sp-wp-post-list-140 > dl, #sp-wp-post-list-141 > dl, #sp-wp-post-list-142 > dl, #sp-wp-post-list-143 > dl, #sp-wp-post-list-144 > dl, #sp-wp-post-list-145 > dl, #sp-wp-post-list-146 > dl, #sp-wp-post-list-147 > dl, #sp-wp-post-list-148 > dl, #sp-wp-post-list-149 > dl, #sp-wp-post-list-15 > dl, #sp-wp-post-list-150 > dl, #sp-wp-post-list-151 > dl, #sp-wp-post-list-152 > dl, #sp-wp-post-list-153 > dl, #sp-wp-post-list-154 > dl, #sp-wp-post-list-155 > dl, #sp-wp-post-list-156 > dl, #sp-wp-post-list-157 > dl, #sp-wp-post-list-158 > dl, #sp-wp-post-list-159 > dl, #sp-wp-post-list-16 > dl, #sp-wp-post-list-160 > dl, #sp-wp-post-list-161 > dl, #sp-wp-post-list-162 > dl, #sp-wp-post-list-17 > dl, #sp-wp-post-list-18 > dl, #sp-wp-post-list-19 > dl, #sp-wp-post-list-2 > dl, #sp-wp-post-list-20 > dl, #sp-wp-post-list-21 > dl, #sp-wp-post-list-22 > dl, #sp-wp-post-list-23 > dl, #sp-wp-post-list-24 > dl, #sp-wp-post-list-25 > dl, #sp-wp-post-list-26 > dl, #sp-wp-post-list-27 > dl, #sp-wp-post-list-28 > dl, #sp-wp-post-list-29 > dl, #sp-wp-post-list-3 > dl, #sp-wp-post-list-30 > dl, #sp-wp-post-list-31 > dl, #sp-wp-post-list-32 > dl, #sp-wp-post-list-33 > dl, #sp-wp-post-list-34 > dl, #sp-wp-post-list-35 > dl, #sp-wp-post-list-36 > dl, #sp-wp-post-list-37 > dl, #sp-wp-post-list-38 > dl, #sp-wp-post-list-39 > dl, #sp-wp-post-list-4 > dl, #sp-wp-post-list-40 > dl, #sp-wp-post-list-41 > dl, #sp-wp-post-list-42 > dl, #sp-wp-post-list-43 > dl, #sp-wp-post-list-44 > dl, #sp-wp-post-list-45 > dl, #sp-wp-post-list-46 > dl, #sp-wp-post-list-47 > dl, #sp-wp-post-list-48 > dl, #sp-wp-post-list-49 > dl, #sp-wp-post-list-5 > dl, #sp-wp-post-list-50 > dl, #sp-wp-post-list-51 > dl, #sp-wp-post-list-52 > dl, #sp-wp-post-list-53 > dl, #sp-wp-post-list-54 > dl, #sp-wp-post-list-55 > dl, #sp-wp-post-list-56 > dl, #sp-wp-post-list-57 > dl, #sp-wp-post-list-58 > dl, #sp-wp-post-list-59 > dl, #sp-wp-post-list-6 > dl, #sp-wp-post-list-60 > dl, #sp-wp-post-list-61 > dl, #sp-wp-post-list-62 > dl, #sp-wp-post-list-63 > dl, #sp-wp-post-list-64 > dl, #sp-wp-post-list-65 > dl, #sp-wp-post-list-66 > dl, #sp-wp-post-list-67 > dl, #sp-wp-post-list-68 > dl, #sp-wp-post-list-69 > dl, #sp-wp-post-list-7 > dl, #sp-wp-post-list-70 > dl, #sp-wp-post-list-71 > dl, #sp-wp-post-list-72 > dl, #sp-wp-post-list-73 > dl, #sp-wp-post-list-74 > dl, #sp-wp-post-list-75 > dl, #sp-wp-post-list-76 > dl, #sp-wp-post-list-77 > dl, #sp-wp-post-list-78 > dl, #sp-wp-post-list-79 > dl, #sp-wp-post-list-8 > dl, #sp-wp-post-list-80 > dl, #sp-wp-post-list-81 > dl, #sp-wp-post-list-82 > dl, #sp-wp-post-list-83 > dl, #sp-wp-post-list-84 > dl, #sp-wp-post-list-85 > dl, #sp-wp-post-list-86 > dl, #sp-wp-post-list-87 > dl, #sp-wp-post-list-88 > dl, #sp-wp-post-list-89 > dl, #sp-wp-post-list-9 > dl, #sp-wp-post-list-90 > dl, #sp-wp-post-list-91 > dl, #sp-wp-post-list-92 > dl, #sp-wp-post-list-93 > dl, #sp-wp-post-list-94 > dl, #sp-wp-post-list-95 > dl, #sp-wp-post-list-96 > dl, #sp-wp-post-list-97 > dl, #sp-wp-post-list-98 > dl, #sp-wp-post-list-99 > dl{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 0px;
}

#sp-wp-post-list-1 > dl::after, #sp-wp-post-list-10 > dl::after, #sp-wp-post-list-100 > dl::after, #sp-wp-post-list-101 > dl::after, #sp-wp-post-list-102 > dl::after, #sp-wp-post-list-103 > dl::after, #sp-wp-post-list-104 > dl::after, #sp-wp-post-list-105 > dl::after, #sp-wp-post-list-106 > dl::after, #sp-wp-post-list-107 > dl::after, #sp-wp-post-list-108 > dl::after, #sp-wp-post-list-109 > dl::after, #sp-wp-post-list-11 > dl::after, #sp-wp-post-list-110 > dl::after, #sp-wp-post-list-111 > dl::after, #sp-wp-post-list-112 > dl::after, #sp-wp-post-list-113 > dl::after, #sp-wp-post-list-114 > dl::after, #sp-wp-post-list-115 > dl::after, #sp-wp-post-list-116 > dl::after, #sp-wp-post-list-117 > dl::after, #sp-wp-post-list-118 > dl::after, #sp-wp-post-list-119 > dl::after, #sp-wp-post-list-12 > dl::after, #sp-wp-post-list-120 > dl::after, #sp-wp-post-list-121 > dl::after, #sp-wp-post-list-122 > dl::after, #sp-wp-post-list-123 > dl::after, #sp-wp-post-list-124 > dl::after, #sp-wp-post-list-125 > dl::after, #sp-wp-post-list-126 > dl::after, #sp-wp-post-list-127 > dl::after, #sp-wp-post-list-128 > dl::after, #sp-wp-post-list-129 > dl::after, #sp-wp-post-list-13 > dl::after, #sp-wp-post-list-130 > dl::after, #sp-wp-post-list-131 > dl::after, #sp-wp-post-list-132 > dl::after, #sp-wp-post-list-133 > dl::after, #sp-wp-post-list-134 > dl::after, #sp-wp-post-list-135 > dl::after, #sp-wp-post-list-136 > dl::after, #sp-wp-post-list-137 > dl::after, #sp-wp-post-list-138 > dl::after, #sp-wp-post-list-139 > dl::after, #sp-wp-post-list-14 > dl::after, #sp-wp-post-list-140 > dl::after, #sp-wp-post-list-141 > dl::after, #sp-wp-post-list-142 > dl::after, #sp-wp-post-list-143 > dl::after, #sp-wp-post-list-144 > dl::after, #sp-wp-post-list-145 > dl::after, #sp-wp-post-list-146 > dl::after, #sp-wp-post-list-147 > dl::after, #sp-wp-post-list-148 > dl::after, #sp-wp-post-list-149 > dl::after, #sp-wp-post-list-15 > dl::after, #sp-wp-post-list-150 > dl::after, #sp-wp-post-list-151 > dl::after, #sp-wp-post-list-152 > dl::after, #sp-wp-post-list-153 > dl::after, #sp-wp-post-list-154 > dl::after, #sp-wp-post-list-155 > dl::after, #sp-wp-post-list-156 > dl::after, #sp-wp-post-list-157 > dl::after, #sp-wp-post-list-158 > dl::after, #sp-wp-post-list-159 > dl::after, #sp-wp-post-list-16 > dl::after, #sp-wp-post-list-160 > dl::after, #sp-wp-post-list-161 > dl::after, #sp-wp-post-list-162 > dl::after, #sp-wp-post-list-17 > dl::after, #sp-wp-post-list-18 > dl::after, #sp-wp-post-list-19 > dl::after, #sp-wp-post-list-2 > dl::after, #sp-wp-post-list-20 > dl::after, #sp-wp-post-list-21 > dl::after, #sp-wp-post-list-22 > dl::after, #sp-wp-post-list-23 > dl::after, #sp-wp-post-list-24 > dl::after, #sp-wp-post-list-25 > dl::after, #sp-wp-post-list-26 > dl::after, #sp-wp-post-list-27 > dl::after, #sp-wp-post-list-28 > dl::after, #sp-wp-post-list-29 > dl::after, #sp-wp-post-list-3 > dl::after, #sp-wp-post-list-30 > dl::after, #sp-wp-post-list-31 > dl::after, #sp-wp-post-list-32 > dl::after, #sp-wp-post-list-33 > dl::after, #sp-wp-post-list-34 > dl::after, #sp-wp-post-list-35 > dl::after, #sp-wp-post-list-36 > dl::after, #sp-wp-post-list-37 > dl::after, #sp-wp-post-list-38 > dl::after, #sp-wp-post-list-39 > dl::after, #sp-wp-post-list-4 > dl::after, #sp-wp-post-list-40 > dl::after, #sp-wp-post-list-41 > dl::after, #sp-wp-post-list-42 > dl::after, #sp-wp-post-list-43 > dl::after, #sp-wp-post-list-44 > dl::after, #sp-wp-post-list-45 > dl::after, #sp-wp-post-list-46 > dl::after, #sp-wp-post-list-47 > dl::after, #sp-wp-post-list-48 > dl::after, #sp-wp-post-list-49 > dl::after, #sp-wp-post-list-5 > dl::after, #sp-wp-post-list-50 > dl::after, #sp-wp-post-list-51 > dl::after, #sp-wp-post-list-52 > dl::after, #sp-wp-post-list-53 > dl::after, #sp-wp-post-list-54 > dl::after, #sp-wp-post-list-55 > dl::after, #sp-wp-post-list-56 > dl::after, #sp-wp-post-list-57 > dl::after, #sp-wp-post-list-58 > dl::after, #sp-wp-post-list-59 > dl::after, #sp-wp-post-list-6 > dl::after, #sp-wp-post-list-60 > dl::after, #sp-wp-post-list-61 > dl::after, #sp-wp-post-list-62 > dl::after, #sp-wp-post-list-63 > dl::after, #sp-wp-post-list-64 > dl::after, #sp-wp-post-list-65 > dl::after, #sp-wp-post-list-66 > dl::after, #sp-wp-post-list-67 > dl::after, #sp-wp-post-list-68 > dl::after, #sp-wp-post-list-69 > dl::after, #sp-wp-post-list-7 > dl::after, #sp-wp-post-list-70 > dl::after, #sp-wp-post-list-71 > dl::after, #sp-wp-post-list-72 > dl::after, #sp-wp-post-list-73 > dl::after, #sp-wp-post-list-74 > dl::after, #sp-wp-post-list-75 > dl::after, #sp-wp-post-list-76 > dl::after, #sp-wp-post-list-77 > dl::after, #sp-wp-post-list-78 > dl::after, #sp-wp-post-list-79 > dl::after, #sp-wp-post-list-8 > dl::after, #sp-wp-post-list-80 > dl::after, #sp-wp-post-list-81 > dl::after, #sp-wp-post-list-82 > dl::after, #sp-wp-post-list-83 > dl::after, #sp-wp-post-list-84 > dl::after, #sp-wp-post-list-85 > dl::after, #sp-wp-post-list-86 > dl::after, #sp-wp-post-list-87 > dl::after, #sp-wp-post-list-88 > dl::after, #sp-wp-post-list-89 > dl::after, #sp-wp-post-list-9 > dl::after, #sp-wp-post-list-90 > dl::after, #sp-wp-post-list-91 > dl::after, #sp-wp-post-list-92 > dl::after, #sp-wp-post-list-93 > dl::after, #sp-wp-post-list-94 > dl::after, #sp-wp-post-list-95 > dl::after, #sp-wp-post-list-96 > dl::after, #sp-wp-post-list-97 > dl::after, #sp-wp-post-list-98 > dl::after, #sp-wp-post-list-99 > dl::after{
  clear : both;
  display : table;
  content : "";
}

