.Feed {
  flex: 1;
  margin: 0 0 30px;
  text-align: center; }

.Feed-content {
  position: relative;
  padding: 20px 0;
  text-align: left; }

.FeedItem {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 20px; }

.FeedItem:last-child {
  margin: 0; }

.FeedItem-avatar {
  position: absolute;
  z-index: 10;
  flex: 1;
  width: 60px;
  height: 60px; }
  .FeedItem-avatar::after {
    content: '';
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); }

@media only screen and (max-width: 544px) {
  .Feed-content .FeedItem {
    margin-bottom: 40px; }
  .FeedItem .FeedItem-avatar {
    margin: 20px;
    border-radius: 8px; }
    .FeedItem .FeedItem-avatar::after {
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } }

@media only screen and (min-width: 545px) and (max-width: 899px) {
  .Feed-content .FeedItem {
    justify-content: center;
    margin-bottom: 40px; }
  .FeedItem .FeedItem-avatar {
    margin: 20px;
    border-radius: 8px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
    .FeedItem .FeedItem-avatar::after {
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } }

/* FONT FACE */
.FeedMast {
  position: absolute;
  top: 0;
  flex: 0 0 4px;
  width: 4px;
  height: 100%;
  margin-left: 29px;
  background: #EEEDEE; }

.FeedMast.is-hidden {
  display: none; }

.FeedMast-ball {
  position: absolute;
  left: -5px;
  width: 6px;
  height: 6px;
  border: 4px solid #EEEDEE;
  border-radius: 50%;
  background: #F9F9F9; }

.FeedMast-ball.FeedMast-ball--top {
  top: -12px;
  background: none; }

.FeedMast-ball.FeedMast-ball--bottom {
  bottom: 0;
  background: #EEEDEE; }

@media only screen and (min-width: 521px) and (max-width: 899px) {
  .FeedMast {
    z-index: 0;
    top: 0;
    left: 50%;
    margin-left: -2px; } }

@media only screen and (max-width: 520px) {
  .FeedMast {
    z-index: 0;
    top: 0;
    left: 50%;
    margin-left: -2px; } }

.PublicUserProfile {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 940px;
  margin: 15px auto 60px; }

.PublicUserProfile-profile {
  flex: 0 0 320px;
  margin: 12px 0 0; }

.PublicUserProfile-name {
  margin: 0 0 35px;
  color: #2e3c43;
  font-size: 32px;
  font-weight: 500;
  line-height: normal; }

.PublicUserProfile-bio {
  width: 290px; }

.PublicUserProfile-description {
  margin: 0 0 30px;
  color: #2e3c43;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px; }

.PublicUserProfile-details {
  margin: 0 0 15px; }

.PublicUserProfile-detail {
  margin: 0 0 12px;
  color: #979ea1;
  font-size: 13px;
  line-height: normal; }

.PublicUserProfile-detail .CDB-IconFont {
  color: #CBCED0;
  font-size: 17px;
  vertical-align: top; }

.PublicUserProfile-detail .CDB-IconFont-pin {
  padding: 0 3px; }

@media only screen and (min-width: 900px) {
  .PublicUserProfile-details {
    margin: 15px 0 0; }
  .Profile-content.Feed-content .FeedItem .MapCard,
  .Profile-content.Feed-content .FeedItem .DatasetCard {
    flex: 0 0 540px;
    margin-right: 0; }
  .Profile-content.Feed-content {
    margin: 0 0 30px; }
  .Profile-content.Feed-content .FeedItem .MapCard-preview.is-big {
    display: block !important; }
  .Profile-content.Feed-content .FeedItem .MapCard-preview.is-small {
    display: none !important; } }

@media only screen and (min-width: 545px) and (max-width: 899px) {
  .PublicUserProfile {
    display: block; }
  .PublicUserProfile-description {
    width: 250px; }
  .PublicUserProfile-profile {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 495px;
    margin: 0 auto; }
  .PublicUserProfile-details {
    margin: 20px 0 0; }
  .Profile-content.Feed-content .FeedItem {
    align-items: stretch;
    justify-content: space-around; }
  .Profile-content.Feed-content .FeedItem .MapCard,
  .Profile-content.Feed-content .FeedItem .DatasetCard {
    flex: 0 0 540px;
    margin-right: 0; }
  .Profile-content.Feed-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px; }
  .Profile-content.Feed-content .FeedItem .MapCard-preview.is-big {
    display: block !important; }
  .Profile-content.Feed-content .FeedItem .MapCard-preview.is-small {
    display: none !important; }
  .Profile-content.Feed-content .FeedItem .FeedItem-avatar {
    display: none; } }

@media only screen and (max-width: 544px) {
  .PublicUserProfile {
    display: block; }
  .PublicUserProfile-profile {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 288px;
    margin: auto; }
  .Profile-content.Feed-content .FeedItem {
    align-items: stretch;
    justify-content: space-around; }
  .Profile-content.Feed-content .FeedItem .MapCard,
  .Profile-content.Feed-content .FeedItem .DatasetCard {
    flex: 0 0 288px;
    margin-right: 0; }
  .Profile-content.Feed-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 0 30px; }
  .Profile-content.Feed-content .FeedItem .MapCard-preview.is-big {
    display: none !important; }
  .Profile-content.Feed-content .FeedItem .MapCard-preview.is-small {
    display: block !important; }
  .Profile-content.Feed-content .FeedItem .FeedItem-avatar {
    display: none; }
  .PublicUserProfile .IntermediateInfo .DefaultParagraph.DefaultParagraph--short {
    width: 100%; } }


/*# sourceMappingURL=user_feed_new.css.map*/