.blog-list-area .sppb-addon-article {
  padding: 30px 30px 0px 30px;
  transition: all 0.5s;
  border: 1px solid #ccc;
}
.blog-list-area .sppb-addon-article .sppb-article-info-wrap > h3 a:hover {
  color: #ff8100;
}
.blog-list-area .sppb-addon-article .sppb-article-introtext {
  color: #7e879a;
  line-height: 22px;
}
.blog-list-area .sppb-addon-article .sppb-article-info-wrap > h3 a {
  color: #252525;
  font-size: 21px;
  line-height: 29px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 12px;
  display: inline-block;
}
.blog-list-area .sppb-addon-article .sppb-readmore {
  padding: 9px 25px;
  background: #ff8100;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: translateY(3px);
  letter-spacing: 1px;
}
.blog-list-area .sppb-addon-article:hover {
  padding: 30px 30px 50px 30px;
}
.blog-list-area .sppb-addon-article:hover .sppb-readmore {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.blog-list-area .sppb-row > .sppb-col-sm-4:nth-child(2) {
  margin: 0px -1px 0px -1px;
}
table.rezult {border:1px solid #AA0055; background: #DDDDAA;text-align: center;}
table.rezult td{ margin:O; padding: 0 2px; background: #FFFFFF;}
.yl, tr.yl td {background: #FFFFAA;}
.cr {text-align:left}
.rezult th {font-style: italic; color: #AA0055;padding: 2px 3px; background: #EEEEBB;}
span.name  {font-style: italic; font-weight: normal; color: #AA0055; text-align: left;}
span.group  {font-weight: bold;}