<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blogers {
    position: relative;
    margin: 0;
    padding: 30px 0 20px 0;
    box-shadow: 0 7px 7px -2px #d4d4d4;
}
.blog-title {
    font-family: GothicBold;
    font-style: italic;
}
.blog-title:after {
    position: relative;
    content: '\f0da';
    font-family: FontAwesome;
    margin: 0 10px;
}
.blog-content {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.team {
    position: relative;
    width: 35px;
    height: 35px;
    background-image: url(../images/teams.png);
    background-repeat: no-repeat;
    white-space: nowrap;
    margin: 0 13px;
    cursor: pointer;
}
.team &gt; a {
    display: block;
    height: 100%;
}
.team-logo {
    position: absolute;
    width: 224px;
    z-index: 10;
    top: 65px;
    left: -99px;
    padding: 5px;
    border: 2px solid #7c8086;
    border-radius: 5px;
    background: #88b7d5;
    background: -moz-linear-gradient(top,rgba(127,132,138,1) 0%,rgba(74,78,83,1) 35%,rgba(74,78,83,1) 100%);
    background: -webkit-linear-gradient(top,rgba(127,132,138,1) 0%,rgba(74,78,83,1) 35%,rgba(74,78,83,1) 100%);
    background: linear-gradient(to bottom,rgba(127,132,138,1) 0%,rgba(74,78,83,1) 35%,rgba(74,78,83,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f848a',endColorstr='#4a4e53',GradientType=0);
    color: #ffffff;
    display: none;
}
.team:hover &gt; .team-logo {
    display: block;
}
.team-logo &gt; * {
    display: inline-block;
    vertical-align: middle;
}
.team-logo &gt; img {
    width: 100px;
}
.team-logo &gt; p {
    max-width: 120px;
    white-space: normal;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    margin: 0 0 0 10px;
    font-family: GothicBold;
}
.team-logo:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 24px solid #787d83;
    top: -26px;
    right: 100px;
}</pre></body></html>