<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main {
    margin-top: 40px;
    min-height: 600px;
    position: relative;
}

.profile {
    background: url(../images/info-background.png) repeat;
    box-shadow: 0px 0px 8px #aaa;
    font-size: 11px;
    color: #333333;
    width: 312px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.profile .profile-contents {
    background: #f3f3f3;
    background: url(../images/background-texture.png) repeat;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}

.profile-frame {
    position: absolute;
    background: url(../images/info-background.png) repeat;
    box-shadow: 0px 0px 8px #aaa;
    z-index: 4;
    width: 96px;
    height: 96px;
    top: -25px;
    left: -25px;
}

.profile-pic {
    top: -15px;
    left: -15px;
    position: absolute;
    z-index: 5;
    width: 75px;
    height: 75px;
}

.profile-pic img {
    width: 75px;
    height: 75px;
}

.profile .title {
    font-size: 18px;
    padding-left: 78px;
    background: #fff;
    height: 55px;
    display: table;
    width: 214px;
    overflow: hidden;
}

.profile .title span {
    display: table-cell;
    vertical-align: middle;
}

.right-contents {
    margin-left: 350px;
    width: 700px;
}

.connected-h1tchers-parent .label {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 14px;
}

.profile .spinner {
    margin-top: 90px;
}

#compose-button {
	margin-top: 14px;
}</pre></body></html>