.quadro {
    display: block;
    position: absolute;
    width: 440px;
    min-height: 830px;
    background-color:  white;
    -webkit-border-radius: 12px/12px; 
    -moz-border-radius: 12px/12px; 
    border-radius: 12px/12px; 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    -webkit-tap-highlight-color: transparent;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    border: solid 1px #cbc9c9;
}

.Header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 54px;
    padding: 10px;
    border: solid 1px #cbc9c9;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-top-left-radius: 12px;
    -moz-border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; 
}

.Primarymore, footer, header {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 0 solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    position: relative;
}


.profilecontainer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-color: rgba(var(--eca,255,255,255),1);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px;
}

.profile {
    display: block;
    height: 30px;
    width: 30px;
}

.profile img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.headername {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 10px;
    overflow: hidden;
}

a.username {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

a.username .usernametext {
    display: block;
    max-width: calc(100% - 21px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.secondary {
    color: #8e8e8e;
    color: rgba(var(--f52,142,142,142),1);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 12px;
    line-height: 14px;
}

.place {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headerbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 15px;
}

a.viewprofilebutton, a.FollowButton {
    background-color: #0095f6;
    background-color: rgba(var(--d69,0,149,246),1);
    border-radius: 3px;
    color: #fff;
    color: rgba(var(--eca,255,255,255),1);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
    margin-left: 10px;
    padding: 5px 12px;
    text-decoration: none;
}

.plantframe {
    padding-bottom: 100%;
    position: relative;
}

.plantmedia {
    background-color: #fafafa;
    background-color: rgba(var(--b3f,250,250,250),1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.plantmediaimage {
    height: 100%;
    -o-object-fit: container;
    object-fit: container;
    pointer-events: none;
    width: 100%;
    font-size: 0.7em;
}

.HoverCard .HoverCardRoot {
    background-color: #E0FFFF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    bottom: 32px;
    height: 0;
    left: 12px;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    position: absolute;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    width: 209px;
}

.HoverCardProfile, .HoverCardUserName, .HoverCardStatus, .HoverCardPhotos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.HoverCardUser {
    width: 163px;
}

.Primarymore {
    background-color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 12px;
    margin-right: 12px;
}

.Feedback {
    border-top: 1px solid #dbdbdb;
    border-top: 1px solid rgba(var(--b38,219,219,219),1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 10px;
    padding: 8px 0;
}

.Feedback a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 80%;
    text-decoration: none;
}

.Likes, .Comments {
    margin-right: 12px;
}

.Save {
    margin-left: auto;
}

.SocialProof {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 10px 6px;
}

.SocialProof a {
    font-weight: 600;
}

.Caption {
    display: block;
    line-height: 18px;
    padding: 0 10px 10px;
}

a.CaptionUsername {
    color: #262626;
    color: rgba(var(--i1d,38,38,38),1);
    font-weight: 600;
    margin: -5px 0 -5px -5px;
    padding: 5px;
}

.Caption a {
    color: #00376b;
    color: rgba(var(--fe0,0,55,107),1);
}

.CaptionComments {
    display: block;
    padding-top: 6px;
}

a.CaptionCommentsExpand {
    color: #8e8e8e;
    color: rgba(var(--f52,142,142,142),1);
}


.Footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dbdbdb;
    border-top: 1px solid rgba(var(--b38,219,219,219),1);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 44px;
    padding: 0 10px;
}

a.CommentInput {
    color: #8e8e8e;
    color: rgba(var(--f52,142,142,142),1);
    font-size: 14px;
    line-height: 17px;
    padding: 0;
    text-decoration: none;
}

.Glyph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.Sprite {
    display: inline-block;
}
.hideText, .Sprite {
    overflow: hidden;
    text-indent: -99999em;
}
.plantelfGlyph, .plantelfHeartOpen, .plantelfHeartOpenRed {
    background-repeat: no-repeat;
    background-position: -251px -53px;
    height: 24px;
    width: 24px;
}
.plantelfComment, .plantelfGlyph, .plantelfHeartOpen, .plantelfHeartOpenRed, .plantelfLogoLarge, .plantelfPlayButton, .plantelfSaveOpen, .plantelfShare, .plantelfStoryRing, .plantelfVerifiedBadgeSmall, .plantelfWordmark {
    background-image: url(/static/bundles/es6/sprite_embed_d7bcbaf5d4c9.png/d7bcbaf5d4c9.png);
}


.like {
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 10px;
    padding: 8px 0;
}

.like a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 80%;
    text-decoration: none;
    color: gray;
}

.Likes, .Comments, .click {
    margin-right: 16px;
}


.delete {
    margin-left: auto;
}

.SocialProof {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 10px 6px;
    font-size: 0.8em;
    color: black;
    background-color: ;
    max-height: 20px;
    text-align: left;
}


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

.quadro {

width: 95%;

}


a.username {

font-size: 0.9em;

}

.place {

font-size: 0.9em;
    
}

}


