﻿.SNG_COACH_Statistics {
  font-size: 48px;
  font-family: "reforma_groteskdemi";
  color: rgb(255, 255, 255);
  vertical-align: middle;
  letter-spacing: 1.5px;
}

.layer3 {
/*    background-color: white;*/
    opacity: 0.961;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.layer5 {
    background-image: url("/images/quizuser/layer5-small.png");
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 350px;
    padding-bottom: 100px;
    min-height: 500px;
}

.header {
    height: 100px;
    margin: auto;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    z-index: 999;
}

.header-content {
    height: 100px;
    width: 1200px;
    margin: 0 auto;
    line-height: 100px;
    background-color: #161418;
}

.my-profile {
    margin-right: 60px;
}

.achievements {
    margin-right: 20px;
}

.tournaments {
    margin-right: 64px;
}

.header-right {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: bold;  
    text-align: left;  
    display: inline-block;
    float: right;    
    margin-top: 44px;
    margin-right: 31px;
    line-height: normal;
}

.header-right a {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-decoration: none;
}
.header-right a:hover {
    color: #00eaff;
}
.header-right a:visited:hover {
    color: #00eaff;
}
.header-right a:visited {
    color: white;
}

.header-left{
    display: inline-block;
    float: left;
    margin-left: 23px;
    height: 100px;
}

.header-left a {
    text-decoration: none;
}

.logo-img{
    display: inline-block;    
    vertical-align: middle;
}

.inline-class {
    display: inline; 
}

@media screen and (max-width: 1200px) {
    .header {
        position: relative;
        top: 0;
    }

    .layer3 {
        margin-top: 0px;
    }
}