body {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/background-knife.jpg');
    background-attachment: fixed;
}

table {
    border-style: inset;
    border-width: 3px;
    border-right: 2px;
    border-top: 2px;
    border-radius: 5px;
    border-color: rgba(255, 255, 255, 0.5);

    width: 100%;
    border-radius: 15px;
    color: white;
    background: rgba(6, 6, 6, 0.58);
    border-radius: 15px;
}

td 
{
    text-shadow: 0px 1px 3px black;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}

th:nth-child(3), th:nth-child(4)
{
    border-radius: 5px;
}

th:nth-child(1), th:nth-child(2), th:nth-child(5)
{
    border-radius: 15px;
}

td:nth-child(even) {
	background: rgba(255, 255, 255, 0.03);
        text-shadow: 0px 2px 5px rgba(0,0,0,.5);
        font-weight: 800;
        color: #e94546;
}

/* linha de número par */
#a {
    background: rgba(0, 0, 0, 0.5);
    text-shadow: 0px 2px 5px rgba(0,0,0,.5);
    font-weight: 800;
    border-radius: 15px;
}

/* nome do jogador */
#b {
    text-align: center
    text-shadow: 0px 1px 3px black;
    color: #989898;
    background-width: 50%;
    border-radius: 15px;
}

/* cabeçalho da tabela */
#c {
    height: 30px;
    background: rgba(0, 0, 0, 0.78);
    border-radius: 15px;
}

#jo {
    background-image: url('../img/icon-jogadores.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ícone primeiro lugar */
#y {
    background-image: url('../img/icon-primeiro.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ícone segundo lugar */
#z {
    background-image: url('../img/icon-segundo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ícone terceiro lugar */
#w {
    background-image: url('../img/icon-terceiro.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ícone kills faca */
#g {
    background-image: url('../img/icon-knife.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ícone mortes faca */
#h {
    background-image: url('../img/icon-kdeaths.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#n {
    background-image: url('../img/icon-kd.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12%;
}

@media screen and (max-height: 450px) {	
	td {
		line-height: 15px;
	}
}