@font-face {
    font-family: Minefont; 
    src: url(MinecraftRegular.otf);
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Minefont
}

body{
    padding: 0;
    margin: 0;
    background-color: #e8e8e8;

}

h1{
    font-family: Minefont;
    font-size:28px !important;
    color: #181818;
    text-align: center;
}

h6{
    font-family: Minefont;
    margin-left: 380px;
    color: #181818;
    margin-top: 0;
}

h3{
    font-family: Minefont;
    text-align: center;
    font-size: 18px;
    color: #181818;
}

legend{
    font-family: Minefont;
    text-align: center;
    font-size: 16px;
    color: #181818;
    border-bottom: 1px solid #c0c2c4;

}

hr{
   border-top: 1px solid #c0c2c4;
}

.form-control{
    border: 1px solid #181818;
}

button.btn.btn-primary {
    background-color: #181818;
    color: #f5f5f5;
    border-color: #181818;
}

.table-responsive{
    width: 300px;
}

#tableplayer{
  width: 600px;

}

#backtablecolor{
    background-color: #e8e8e8;
    padding: 15px;
}


.titulotabela{
    font-family: Minefont;
    font-size: 24px;
    color: #181818;

}

a.voltar{
    font-family: Minefont;
    font-size: 18px;
    color: #181818;
}

a.name{
    color: #3C5B9B;
    font-weight: bold;
}

.nick{
    text-align: center;
    font-family: Minefont;
    font-size: 20px;
    color: #181818;

}

table {
    border-collapse: separate;
    background: #fff;
    margin:auto;

}

thead {
}

thead th {
    font-family: Minefont;
    font-size: 16px;
    color: #181818;
    text-align: center;
    padding: 10px;
    background-color: #c0c2c4;
}
thead th:first-child {
}
thead th:last-child {
}

tbody tr td {
    font-family: Minefont;
    font-weight: 400;
    color:#181818;
    font-size: 15px;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #e0e0e0;
}

tbody tr td a{
    color: blue;
}

tbody tr:nth-child(2n) {
    background: #f0f3f5;
}

tbody tr:last-child td {
    border-bottom: none;
}
tbody tr:last-child td:first-child {
}
tbody tr:last-child td:last-child {
}

