html, body, .wrapper {
    font-size: 0.95rem;
}

.wrapper {
    background-color: rgba(32, 67, 92, 1);
    padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	position: relative;
}

.wrapper .fillpage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    filter: blur(6px);
    -webkit-filter: blur(6px);
}

.takeover-bg {
	width: 100vw;
	height: 100vh;
	background-image: url('/img/bg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.container.background {
	min-height: 700px;
	background-color: rgba(40, 54, 82, 0.777);
	background: -webkit-linear-gradient(left, rgba(20, 32, 41, 0.5), rgba(11,179,214,.7));
	background: -o-linear-gradient(right, rgba(20, 32, 41, 0.5), rgba(11,179,214,.7));
	background: -moz-linear-gradient(right, rgba(20, 32, 41, 0.5), rgba(11,179,214,.7));
	background: linear-gradient(to right, rgba(20, 32, 41, 0.5), rgba(20, 32, 41, 0.9));
}

.container {
	position: relative;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}

.player-profile-banner .banner .avatar {
    height: 120px;
    width: 120px;
    float: left;
}

.player-profile-banner .banner .avatar img.img-avatar {
    height: 120px;
}

h1.steam-name {
    text-overflow: ellipsis;
    color: rgb(255, 255, 255);
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 100;
    margin-bottom: 2px;
    margin-top: -5px;
}

.player-subheading {
    padding-left: 0;
    padding-top: 5px;
    margin-left: 0px;
    font-family: 'Roboto', sans-serif;
}

a.steam-profile {
    color: rgb(255, 255, 255);
    text-align: left;
    text-decoration: underline;
    white-space: nowrap;
}

img.img-steam-icon {
    height: 16px;
}

.last-seen-string {
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
    font-size: 18px;
    font-weight: 200;
    font-family: 'Roboto';
}

.wins-and-views-section {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wins-and-views-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-stats {
    border: none;
    height: 270px;
    text-align: center;
}

.main-stats-svg.profile-menu {
    height: 35px;
    max-width: 35px;
    width: auto;
}

.main-stats-svg {
    width: 50px;
    vertical-align: center;
}

.main-stats-row-top {
    height: calc(100% /3);
    width: 100%;
    margin-bottom: -30px;
}

.main-stats-row {
    height: calc(100% /3);
    width: 100%;
    margin-top: 20px;
}

.main-stats-row-bot {
    height: calc(100% /3);
    width: 100%;
}

.main-stats-data-row {
    height: 50px;
    width: 100%;
    text-align: right;
}

.main-stats-data-row-alt {
    height: 50px;
    width: 100%;
    text-align: left;
}

.main-stats-data-row-label {
    font-size: 14px;
    color: rgb(11, 179, 214);
    justify-content: flex-end;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 35px;
    font-family: 'Roboto';
    white-space: nowrap;
}

.main-stats-data-row-icon {
    height: 100%;
    width: 100%;
    text-align: left;
    padding-top: 40px;
}

.main-stats-data-row-icon-alt {
    height: 100%;
    width: 100%;
    padding-top: 40px;
    text-align: right;
}

.main-stats-data-row-data {
    font-size: 36px;
    color: white;
    font-family: 'Roboto';
    font-weight: 300;
}

.main-stats-middle {
    border: none;
    height: 100%;
    text-align: left;
}

.some-margin{
	height: 20px;
}

.panel-title {
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 200;
    margin: 10px 0;
}

.panel.panel-dark .panel-body {
    background-color: rgba(20, 32, 41, 0.767);
}

.panel-body {
    position: relative;
    padding: 15px;
}

.favorites .panel-body.d-flex{
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.table-dark{
    background-color: rgba(20, 32, 41, 0.767);
}

.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(25, 40, 51, 0.767);
}

.table-dark.table-hover tbody tr.row_profile:hover{
    transition: 0.3s;
    background: rgba(131, 198, 72, 0.1);
    border-color: rgba(131, 198, 72, 1);
    cursor: pointer;
}

.other-stats-label {
    color: rgba(11,179,214,.9);
    text-align: left;
    white-space: nowrap;
    font-family: 'Roboto';
    font-weight: 400;
}

.other-stats-data {
    color: #fff;
    font-weight: bold;
    text-align: right;
    font-family: 'Roboto';
    font-weight: 700;
}

#kdchart2 {
    position: relative;
    width: 290px;
    height: 300px; 
    margin: auto;
}

.go-back, .go-next {
    font-size: 32px;
    color: #f8f9fa;
}

.upper > .row > .col-md-auto,
.lower > .row > .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.panel-body-subtitle {
    border: none;
    border-radius: 3px;
    background-color: rgba(28,99,128,.4);
    color: #0caad0;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    display: block;
    padding: 10px 16px;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.panel-body-subtitle.clickeable:hover {
    outline: 2px solid;
    outline-color: #0caad0;
    z-index: 3000;
    cursor: pointer;
}

.panel-body-subtitle-dropped {
    position: absolute;
    bottom: 0;
}

.panel-fav-weapon {
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}

.panel-fav-weapon .fav-weapon-lower {
    margin-left: -9px;
    padding-top: 139px;
}

.panel-fav-weapon .fav-weapon-lower .fav-weapon-one {
    height: 28px;
    width: 25px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    color: white;
    background-color: rgba(0, 0, 0, 0.75);
    display: inline-block;
    padding-top: 1px;
    margin-left: 15px;
}

.panel-fav-weapon .fav-weapon-lower .fav-weapon-pretty-name {
    display: inline-block;
    height: 28px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    color: black;
    background-color: rgba(255, 255, 255, 0.75);
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -1px;
}

.panel-fav-weapon .fav-weapon-lower .fav-weapon-title-kills {
    float: right;
    height: 28px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    color: white;
    background-color: rgba(115,46,42,.85);
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 17px;
    margin-right: 5px;
}

.fav-weapon-kills-icon {
    fill: #fff;
    height: 18px;
    padding-left: 5px;
    margin-bottom: -4px;
}

.panel-fav-weapon-content {
    background-color: rgba(20, 32, 41, 0.4);
    padding-top: 13px;
}

.panel-fav-weapon-content .fav-weapon-name {
    text-align: left;
    padding-top: 3px;
}

.panel-fav-weapon-content .fav-weapon-name span.fav-weapon-text {
    color: white;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
}

.panel-fav-weapon-content .fav-weapon-kills {
    text-align: right;
    padding-right: 5px;
    padding-top: 3px;
}

.panel-fav-weapon-content hr.fav-weapon {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.2);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.panel-fav-weapon-content .row {
    margin-top: 14px;
    margin-bottom: 14px;
}

.panel-fav-weapon-content .fav-weapon-img{
    width: 90px;
    height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 5px;
}

@media (min-width: 768px){
	.container {
		width: 750px;
	}
}

@media (min-width: 992px){
	.container {
		width: 970px;
	}
}

@media (max-width: 1024px) { 
    .profile-container .lower .body-stat-container {
        padding-top: 300px;
        position: relative;
    }

    .midle-kdchart2 {
        position: static;
        max-width: 0;
        flex: none;
        padding: 0;
        width: auto;
    }

    .main-stats-middle {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .removable-col {
        max-width: 0;
        padding: 0;
        width: auto;
    }
}

@media (max-width: 768px) {
    .main-stats-data-row-data {
        font-size: 28px;
    }
    .main-stats-data-row-label{
        font-size: 12px; 
    }
    h1.steam-name {
        font-size: 40px;
    }

    .responsive-col > .row > .col {
        display: block;
        flex: none;
        max-width: none;
    }

    .responsive-col-margin > .row > .col:not(:first-child) {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .row.justify-content-between .col-6 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .wrapper {
        padding: 0;
    }

    .panel-fav-weapon .fav-weapon-lower .fav-weapon-one,
    .panel-fav-weapon .fav-weapon-lower .fav-weapon-title-kills,
    .panel-fav-weapon .fav-weapon-lower .fav-weapon-pretty-name {
        font-size: 15px;
    }
    
}

@media (max-width: 425px) {
    h1.steam-name {
        font-size: 30px;
    }

    .panel-fav-weapon .fav-weapon-lower .fav-weapon-one,
    .panel-fav-weapon .fav-weapon-lower .fav-weapon-title-kills,
    .panel-fav-weapon .fav-weapon-lower .fav-weapon-pretty-name {
        font-size: 10px;
    }
}