<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 30, 2017, 12:14:40 PM
    Author     : cserit
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 27, 2017, 3:38:24 PM
    Author     : cserit
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017.10.19., 22:42:21
    Author     : adam
*/
@font-face {
  font-family: 'RobotoCondensed';
  src: url('../font/RobotoCondensedRegular.eot');
  src: url('../font/RobotoCondensedRegular.eot') format('embedded-opentype'), url('../font/RobotoCondensedRegular.woff2') format('woff2'), url('../font/RobotoCondensedRegular.woff') format('woff'), url('../font/RobotoCondensedRegular.ttf') format('truetype'), url('../font/RobotoCondensedRegular.svg#RobotoCondensedRegular') format('svg');
}
@font-face {
  font-family: 'RobotoCondensedBold';
  src: url('../font/RobotoCondensedBold.eot');
  src: url('../font/RobotoCondensedBold.eot') format('embedded-opentype'), url('../font/RobotoCondensedBold.woff2') format('woff2'), url('../font/RobotoCondensedBold.woff') format('woff'), url('../font/RobotoCondensedBold.ttf') format('truetype'), url('../font/RobotoCondensedBold.svg#RobotoCondensedBold') format('svg');
}
@font-face {
  font-family: 'RobotoCondensedLight';
  src: url('../font/RobotoCondensedLight.eot');
  src: url('../font/RobotoCondensedLight.eot') format('embedded-opentype'), url('../font/RobotoCondensedLight.woff2') format('woff2'), url('../font/RobotoCondensedLight.woff') format('woff'), url('../font/RobotoCondensedLight.ttf') format('truetype'), url('../font/RobotoCondensedLight.svg#RobotoCondensedLight') format('svg');
}
@font-face {
  font-family: 'RobotoRegular';
  src: url('../font/RobotoRegular.eot');
  src: url('../font/RobotoRegular.eot') format('embedded-opentype'), url('../font/RobotoRegular.woff2') format('woff2'), url('../font/RobotoRegular.woff') format('woff'), url('../font/RobotoRegular.ttf') format('truetype'), url('../font/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
  font-family: 'RobotoItalic';
  src: url('../font/RobotoItalic.eot');
  src: url('../font/RobotoItalic.eot') format('embedded-opentype'), url('../font/RobotoItalic.woff2') format('woff2'), url('../font/RobotoItalic.woff') format('woff'), url('../font/RobotoItalic.ttf') format('truetype'), url('../font/RobotoItalic.svg#RobotoItalic') format('svg');
}
.cardslist {
  background-color: #575555;
  padding-bottom: 0.5em;
}
.cardslist .titlecard {
  font-size: 2em;
  display: block;
  text-align: center;
  margin-top: 1.7em;
}
.cardslist .row &gt; section,
.cardslist .row &gt; div {
  margin-top: 0.5em;
}
.cardslist .row &gt; div {
  background: #575555;
  color: #fff;
}
.cardslist--light {
  background-color: #e2e2e2;
}
.cardslist--light .row &gt; section,
.cardslist--light .row &gt; div {
  margin-top: 30px;
}
.cardslist--light .row &gt; section:nth-of-type(1),
.cardslist--light .row &gt; div:nth-of-type(1) {
  margin-top: 0.5em;
}
@media only screen and (min-width: 992px) {
  .cardslist .row &gt; section.col-md-6:nth-of-type(even),
  .cardslist .row &gt; div.col-md-6:nth-of-type(even) {
    padding-right: 0.25em;
  }
  .cardslist .row &gt; section.col-md-6:nth-of-type(odd),
  .cardslist .row &gt; div.col-md-6:nth-of-type(odd) {
    padding-left: 0.25em;
  }
  .cardslist--light {
    background-color: #e2e2e2;
  }
  .cardslist--light .row &gt; section:nth-of-type(2),
  .cardslist--light .row &gt; div:nth-of-type(2) {
    margin-top: 0.5em;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 30, 2017, 12:14:50 PM
    Author     : cserit
*/
.card {
  height: 8.938em;
}
.card .table {
  background-color: #e2e2e2;
  display: table;
  width: 100%;
  height: 100%;
}
.card .table .trow {
  display: table-row;
}
.card .table .trow .image {
  display: table-cell;
  vertical-align: top;
}
.card .table .trow .image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.card .table .trow .text {
  display: table-cell;
  padding: 1.7em 1.3em;
}
.card .table .trow .text .time,
.card .table .trow .text .news {
  color: #a21f4b;
  font-size: 1.5em;
}
.card .table .trow .text .news {
  margin-top: 0;
}
.card .table .trow .text .card-title {
  font-family: 'RobotoCondensedBold';
  font-size: 1em;
  margin: 0.5em 0 0 0;
}
.card--light .table {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .card .table .trow .image {
    width: 143px;
    height: 8.938em;
  }
}
/*# sourceMappingURL=cardlist.css.map */</pre></body></html>