.profile-header {
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: color;
    background-position: center;
    border-radius: 3px;
    position: relative;
    height: 250px;
    border-bottom: 7px solid #343434;
}
.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 #0f76f7;
    margin-bottom: -7px;
}
.stats-container .stat .title {
    margin-top: 5px;
    font-size: 12pt;
}
.stats-container .stat .value {
    text-align: center;
    font-weight: bold;
    font-size: 20pt;
}
.profile-options {
    position: absolute;
    top: 0;
    padding: 20px;
    right: 0;
}
.profile-header .avatar {
    left: 20px;
    position: absolute;
    bottom: 0;
    border: 5px solid #343434;
    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-header .info h1 .group {
    margin-top: 5px;
}
.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: #343434;
    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 {
    background: #0f76f7;
    cursor: default;
}
.profile-container .additional-stuff .menu ul li:not(.active):hover {
    background: #262525;
}
.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;
}
.stable .row {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 25px;
    background: #080808;
    border-bottom: 1px solid #0b0c0d;
}
.stable .row:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.stable .row:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.stable .row .title {
    display: inline-block;
    font-weight: bold;
    font-size: 11pt;
}
.stable .row .title i {
    margin-right: 5px;
}
.stable .row .value {
    display: inline-block;
    color: #877373;
    font-size: 11pt;
}
.find > div {
    background: #0f76f7;
    padding: 15px 20px;
    border-radius: 3px;
    margin: 10px 0;
    font-size: 11pt;
    transition: background 0.3s ease-in-out;
}
.find > div:hover {
    background: #0e51a4;
}
.find > div.vote {
    background: #3a8941;
}
.find > div.vote:hover {
    background: #1a7022;
}
.find > div.warn {
    background: #c93030;
}
.find > div.warn:hover {
    background: #952323;
}
.find > div.rep-details {
    background: #4d3f97;
}
.find > div.rep-details:hover {
    background: #302279;
}
.find > div:first-child {
    margin-top: 0;
}
.find > div i {
    margin-right: 5px;
}
.find > div a:hover {
    color: #e0f0ec;
}
		