@charset "UTF-8";
.fl-fr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 1.38em;
  text-align: left;
  max-width: 100vw;
  margin: auto; }

.fl-fr_postsContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;  
  display: flex;
  max-height:380px;	
  overflow-y: hidden;
  position:absolute;   }


.fl-fr_Post-post,
.fl-fr_Post-header,
.fl-fr_Post-header-image,
.fl-fr_Post-header-text,
.fl-fr_Post-header-text-top,
.fl-fr_Post-header-text-top-name,
.fl-fr_Post-header-text-top-actionTarget,
.fl-fr_Post-header-text-stars,
.fl-fr_Post-header-text-bottom,
.fl-fr_Post-icon icon-world,
.fl-fr_Post-ExpansibleTextBox,
.fl-fr_Post-ExpansibleTextBox-seeMore {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  text-decoration: none;
  line-height: inherit; }

.fl-fr_Post {
  max-width:300px;
  min-width:200px;
  display: block;
  padding: 11.9px;
  margin: 10px 10px 10px;
  background: rgba(255,255,255,0.85);
  border: 1px solid #d0d1d5; 
  border-radius: 15px;
  position: relative;
}

.fl-fr_Post-header {
  color: #90949c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  padding-bottom: 6px; }

.fl-fr_Post-header-image {
  width: 40px;
  height: 40px;
  display: block;
  padding-right: 8px; }

.fl-fr_Post-header-text-top {
  margin-bottom: 2px; }

.fl-fr_Post-header-text-top-name {
  font-weight: bold;
  color: #4254a0 !important ; }
  
.fl-fr_Post-header-text-top-name:hover {
	color: #000 !important;}
	
.fl-fr_Post-header-text-top-actionTarget {
  color: #4254a0 !important; }
  
.fl-fr_Post-header-text-top-actionTarget:hover {
	color:#000 !important;
	}
.fl-fr_Post-header-text-stars {
  color: #fff;
  background-color: #558eff;
  -webkit-border-radius: 1em;
          border-radius: 1em;
  vertical-align: middle;
  line-height: 1.3em;
  padding: 0.3em .7em;
  margin-bottom: .2em;
  display: inline-block;
  font-size: .7em; }
  .fl-fr_Post-header-text-stars:after {
    content: '★';
    font-size: 1em;
    margin-bottom: .4em; }

.fl-fr_Post-header-text-bottom {
  font-family: inherit;
  font-size: 11.9px;
  line-height: 1.34em; }

.fl-fr_Post-header-arrowDown, .fl-fr_Post-header-arrowDown * {
  display: block;
  fill: #90949c;
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 28px; }

.fl-fr_Post-header-text-globe,
.fl-fr_Post-header-text-globe * {
  fill: #90949c; }

.fl-fr_Post-ExpansibleTextBox {
  height:100px;
  overflow-y: scroll;		
  display: block;
  color: #1d2129;
  font-size: 14px;
  line-height: 1.38em;
  position: relative;
	}

.fl-fr_Post-ExpansibleTextBox-seeMore {
  color: #4254a0;
  display: inline-block;
  cursor: pointer;
  margin-left: .3em; }

