.wiki_line {
 width: 100%;
 height: 1px;
 margin: 10px auto;
 font-size: 0;
 line-height: 0;
 background: #e0e0e0;
}

.wiki_table {
 margin: 10px 0 10px 0;
 font-family: inherit;
 font-weight: inherit;
 font-size: inherit;
 line-height: 1.24;
 border-style: solid;
 border-color: #e0e0e0;
 border-width: 1px 1px 0px 0px;
 background-color: #fff;
}

.wiki_td {
 padding: 10px;
 font-family: inherit;
 font-weight: inherit;
 font-size: inherit;
 color: inherit;
 text-align: center;
 border-style: solid;
 border-color: #e0e0e0;
 border-width: 0px 0px 1px 1px;
}


@media screen and (max-width:676px) {
 .wiki_table {
  margin: 6px 0 6px 0;
 }
 .wiki_td {
  padding: 4px 5px;
 }

}
