.profile-header {
    background: rgba(9, 9, 9, 0.67);
    background-blend-mode: color;
    background-position: center;
    border-radius: 3px;
    position: relative;
    height: 250px;
    border-bottom: 7px solid #171718;
}
.stats-container {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 10px;
}
.stats-container .stat {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 7px solid #35530b;
    margin-bottom: -7px;
}
.stats-container .stat .title {
    margin-top: 5px;
    font-size: 12pt;
    color: #fff;
}
.stats-container .stat .value {
    text-align: center;
    font-weight: bold;
    font-size: 20pt;
    color: #fff;
}
.profile-options {
    position: absolute;
    top: 0;
    padding: 20px;
    right: 0;
}
.profile-header .avatar {
    left: 20px;
    position: absolute;
    bottom: 0;
    border: 5px solid #171718;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.profile-header .avatar img {
    height: 110px;
    width: 110px;
}
.profile-header .info {
    margin-left: 20px;
    font-size: 10pt;
    position: absolute;
    left: 136px;
    bottom: 15px;
}
.profile-header .info h1 {
    font-size: 20pt;
    line-height: 22pt;
}
.profile-header .info h1 .title {
    font-weight: 100;
    font-size: 13pt;
    color: #fff;
}
.profile-container .info .group {
    margin-botttom: 10px;
    text-align: center;
}
.profile-container .info .group img {
    max-width: 100%;
}
.profile-container {
    margin-top: 30px;
}
.profile-container .info {
    width: 23%;
    padding-right: 3%;
    box-sizing: border-box;
    float: left;
}
.profile-container .additional-stuff {
    float: right;
    width: 77%;
}
.profile-container .additional-stuff .menu {
    margin-bottom: 30px;
}
.profile-container .additional-stuff .menu ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.profile-container .additional-stuff .menu ul li {
    display: inline-block;
    background: #171718;
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 3px;
    margin: 0 10px;
    transition: background 0.3s ease-in-out;
}
.profile-container .additional-stuff .menu ul li.active {
    box-shadow: 0 0 30px rgba(73, 141, 11, 0.33);
    background: rgb(73, 141, 11);
    color: #fff;
    cursor: default;
}
.profile-container .additional-stuff .menu ul li:not(.active):hover {
    background: #29292a;
}
.profile-container .additional-stuff .menu ul li:first-child {
    margin-left: 0;
}
.profile-container .additional-stuff .stuff > div {
    display: none;
}
.profile-container .additional-stuff .stuff > div.active {
    display: block;
}
.find > a {
    background: #171718;
    padding: 15px 20px;
    border-radius: 3px;
    margin: 10px 0;
    display: block;
    transition: background 0.3s ease-in-out;
    font-size: 11pt;
    color: #fff;
}
.find > a:hover {
    background: #29292a;
}
.find > a.vote {
    background: #3a8941;
}
.find > a.vote:hover {
    background: #1a7022;
}
.find > a.warn {
    background: #c93030;
}
.find > a.warn:hover {
    background: #952323;
}
.find > a.rep-details {
    background: #4d3f97;
}
.find > a.rep-details:hover {
    background: #302279;
}
.find > div:first-child {
    margin-top: 0;
}
.find > a i {
    margin-right: 5px;
}
		
		
		
		