.wiki_line {
 width: 100%;
 height: 1px;
 font-size: 0;
 line-height: 0;
 background: #fff;
}

.wiki_table {
 margin: 10px 0 10px 0;
 font-family: 'Roboto', sans-serif;
 font-weight: 400;
 font-size: 14px;
 border-style: solid;
 border-color: #e0e0e0;
 border-width: 1px 1px 0px 0px;
 background-color: transparent;
}

.wiki_td {
 padding: 10px;
 font-family: 'Roboto', sans-serif;
 font-weight: 400;
 font-size: 14px;
 color: #4d4d4d;
 text-align: center;
 border-style: solid;
 border-color: #e0e0e0;
 border-width: 0px 0px 1px 1px;
}

.wiki_table img {
 width: 100%!important;
 height: auto!important;
 padding: 0!important;
 object-fit: cover;
}

@media screen and (max-width:676px) {
 .wiki_table {
  font-size: 13px;
 }
 .wiki_td {
  font-size: 13px;
 }
}