/*!
 *  Font Awesome v4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@import url('//use.fontawesome.com/releases/v4.7.0/css/font-awesome-css.min.css');
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot');
  src: url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
       url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'),
       url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff') format('woff'),
       url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.ttf') format('truetype'),
       url('//use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.arrowrodada {
  position: relative;
  border-bottom: solid 1px #ccc;
  padding-top: 20px;
  margin-bottom: 20px;
}
.arrowrodada .fa{
  padding-top: 20px;
  color: #000000;
    position: absolute;
    font-size: 25px;
    top: 0px;
    cursor: pointer;
    font-weight: bold;
}

.arrowrodada .fa-angle-left {
  left: 30px;
}
.arrowrodada .fa-angle-right {
  right: 30px;
}

.arrowrodada .title-card {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
#classificacao th:nth-child(10),
#classificacao td:nth-child(10),
#classificacao th:nth-child(11),
#classificacao td:nth-child(11),
#classificacao th:nth-child(12),
#classificacao td:nth-child(12),
#classificacao th:nth-child(13),
#classificacao td:nth-child(13) {
display: none;
}
}