/* Custom CSS */

.header-link:after {
  position: relative;
  left: 0.5em;
  opacity: 0;
  font-size: 0.8em;
  -moz-transition: opacity 0.2s ease-in-out 0.1s;
  -ms-transition: opacity 0.2s ease-in-out 0.1s;
}
a.header-link {
  text-decoration: none;
}

h2:hover .header-link,
h3:hover .header-link,
h4:hover .header-link,
h5:hover .header-link,
h6:hover .header-link {
  opacity: 1;
}

code {
  color: #000000;
  background-color: #d5f1f1;
  font-family: Menlo, Monaco, Consolas, monospace, "Courier New";
}

/* Cards for desafios */
.desafio-cards {
  min-height: 96px;
  border:1px solid #38a7bb;
  margin-bottom: 24px;
  padding-top: 20px;
  background-color: #f8f8f8;
}

.desafio-cards-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 20px;
  color: #606060;
}

.desafio-label {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #a0a0a0;
  font-weight: 600;
}

.desafio-post {
  margin-bottom: 24px;
}

.desafio-icon {
  font-size:52px;
  color: #38a7bb;
}

/* style for responsive tables */
.table-wrapper table {
  width: 100%;
}

.table-wrapper th,
.table-wrapper td {
  font-size: 14px;
  border: 1px solid #38a7bb;
  padding: 2px 2.5px;
}
