/* header */
header .ui.menu {
  border-radius: 0;
}
#main {
  width: 96%;
  margin: 50px auto;
}
.destaque-rodada {
  text-align: center;
  margin-bottom: 20px;
}
.destaque-rodada-lider {
  clear: both;
  text-align: left;
}
.table-foto {
  height: 64px;
  width: auto;
}
.perfil-jogador-foto {
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto 20px auto;
  display: block;
}
.main-header {
  padding: 20px;
  border-radius: 5px;
}
tfoot tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
tfoot tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
tfoot tr:last-child td:only-child {
  border-radius: 0 0 5px 5px;
}
.ranking-player {
  padding: 40px;
  border: thin solid;
}
.ranking-position {
  margin-top: 10px;
  margin-right: 15px;
}
.header-logo {
  height: 48px;
  width: auto;
}
.confirmacao-presenca-img {
  height: 120px;
  width: auto;
  margin-right: 5px;
}
.confirmacao-presenca-div {
  padding: 40px 0;
}
.foto-nao-confirmou {
  -webkit-filter: blur(5px);
  /* Safari */
  filter: blur(5px);
}
.foto-ausente {
  -webkit-filter: grayscale(100%);
  /* Safari */
  filter: grayscale(100%);
}
.ranking-panel {
  text-align: center;
  margin: 5px;
  width: 100px;
  border: thin solid #000000;
  border-radius: 5px;
  display: inline-block;
}
#ranking-canvas {
  border: 3px solid #000000;
  border-radius: 5px;
  position: relative;
  overflow: scroll;
}
/*# sourceMappingURL=kanek_layout.css.map */