<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#infoangelis {
    opacity:0;
    margin-top: 0;
    margin-left: 50px;
    width: 200px;
    transition: all ease-in-out 0.7s;
    height: 0;
    background: #f1f1f1;
    overflow: hidden;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    z-index: 320;
    position: absolute;
    color: #656565;
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.71);
    left: 0;
}

#copyrightangelis &gt; a {color: #fff;}

#copyrightangelis:hover #infoangelis {
    opacity: 1;
    height: 135px;
    margin-top: -160px;
}

span#infoangelis:hover span {
    opacity: 1;    
    display: inline-block;
    transition: all ease-in-out 0.7s;
    position: absolute;
    margin-top: -30px;
}

.angelis{
    height: 40px;
    display: block;
    width: inherit;
}

#infoangelis .social li{
    display:inline-block;
    padding: 0;
}
.angeliscontent a.pull-right{
    height:30px;
}
.angeliscontent a i.fa {
    border-radius: 5px;
    font-size: 17px;
    width: 30px;
    height: 30px;
    margin: 0px;
    text-align: center;
    padding-top: 8px;
    background: #171917;
    color:#fff;
    box-sizing: border-box;
    transition: all ease-in-out 0.7s;
}

.fa-twitter{ border-left:1px solid white }
.fa-twitter:hover{ background:#569cbe!important }
.fa-facebook:hover{ background:#4066b9!important }
.fa-desktop:hover{ background:#99cc01!important }

.angeliscontent {
    padding: 0 10px;
}

.angeliscontent ul.social {
    padding: 4px 0;
    margin:0;
}

.angeliscontent span {
    float: left;
    height: 30px;
    padding-top: 5px;
    font-size: 14px;
    color: #656565;
    width: 92px;
    text-align: left;
    box-sizing: content-box;
    vertical-align: top;
}

div#copyrightangelis {
    width: 300px;
    margin: auto;
    display: inline;
    position: relative;
    color: #fff;
    float: right !important;
}

.pull-right{
    float:right;
}</pre></body></html>