/* ul {
  list-style: none !important;
}

ul li {
  background: url(../img/arrow-icon.png) no-repeat 0 0;
  background-size: auto 10px;
  padding-left: 20px;
} */

.award {
  font-weight: bold;
  color: rgb(52, 52, 52);
  text-align: right;
}

[data-md-color-scheme="slate"] {
  /* --md-primary-fg-color: hsla(0, 0%, 100%, 1) */
  /* --md-primary-fg-color:  */
  /* --md-hue: 210;  */
  .md-header,
  .md-tabs {
    background-color: #202024;
  }

  .award {
    font-weight: bold;
    color: rgb(255, 255, 255);
  }

  .my-image img {
    filter: brightness(0.9);
  }
}

.wrapper {
  display: grid;
  grid-template-columns: 3fr 2fr;
  /* text-align: center; */
}

@media (max-width: 640px) {
  .wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* h2 {
  color: #5f5f5f !important;
  font-size: large !important;
  font-weight: bold !important;
} */

/* li {
  font-size: 15px;
} */

.md-grid {
  max-width: 1000px;
}

.md-sidebar {
  width: 200px;
}

table {
  display: block !important;
  margin: 0 auto !important;
}

table,
tr,
td {
  text-align: center;
  text-align: center !important;
  border-right: none !important;
  border-left: none !important;
  line-height: 1.3em;
}

.nostyle td {
  border: none !important;
}

.biography td {
  text-align: left !important;
  vertical-align: middle !important;
}

table tr:first-child td {
  border: none !important;
}

.md-button-news {
  border-radius: 30px !important;
  border: 1px solid #adadad !important;
  padding: 5px 20px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

@media screen and (max-width: 640px) {
  .profile-parent {
    max-width: 640px;
    display: block;
    margin: auto;
  }
  .profile-parent-left {
    width: 100% !important;
  }

  table.profile-parent th,
  table.profile-parent td,
  .profile th,
  .profile td {
    display: block;
    width: 100%;
    border-bottom: none;
    border: none !important;
  }
  .profile-parent tr:last-child {
    border-bottom: solid 1px #ccc;
  }
  .profile-left {
    border: none !important;
    padding: 0.5em !important;
    font-weight: bold;
    background-color: #eee;
  }
}
