.header_awiki img{
  max-width: 80px;
}

.wiki_head{
  padding: 5px 50px;
  background-color: #292c37;
}

.head_color{
  color: #fff;
}

.head_color a{
  color: #fff;
}

.notif{
  color: #000000;
}

.notif a{
  color: #2563eb;
}

.awiki_head{
  height: 50px;
  padding: 5px 50px;
}

.awiki_head h1{
  font-size: 14px;
  font-weight: 600;
}

.awiki_head h1 a{
  color: #000000;
}

.awiki_head a:hover{
  text-decoration: unset;
}

.awiki_head i{
  font-size: 30px;
  align-items: center;
  color: #2B88CD;
  line-height: 40px;
}

.shortcut a{
  display: flex;
}

.shortcut a:hover{
  text-decoration: unset;
}

.shortcut li{
  display: inline-block;
  margin-left: 20px;
}

.shortcut_name{
  display: flex;
  font-size: 15px;
  align-items: center;
  color: #2B88CD;
  margin-left: 5px;
  line-height: 45px;
}

  .prose table {
    width: 100%;
    border-collapse: collapse;
  }

  .prose th, .prose td {
    border: 1px solid #ccc;
    padding: 8px;
  }

  .prose thead {
    background-color: #f0f0f0;
  }

.viewwiki{
  max-width: 1500px;
}

.viewwiki th,.viewwiki td{
  text-align: center;
}