
.matchList-space-half[data-v-02e633ca] {
  width: 50% !important;
}
.matchList-content_table-subtitle th[data-v-02e633ca]:nth-of-type(1) {
  border-right: 0;
}
.matchList-content_table-subtitle th[data-v-02e633ca]:nth-of-type(2) {
  border-left: 0;
}
.matchList-content_table td[data-v-02e633ca] {
  border: 0.5px solid #4b616c;
  padding: 0.375rem 0;
}
.matchList-highlighted td[data-v-02e633ca] {
  padding: 0.75rem 0;
}
@media(max-width: 768px) { /* for test */
.no-border[data-v-02e633ca] {
    border-left: 0 !important;
    border-right: 0 !important;
}
.matchList-content_table td[data-v-02e633ca],
  .matchList-content_table th[data-v-02e633ca] {
    border: 0.75px solid #4b616c;
}
.matchList-content_table[data-v-02e633ca] {
    table-layout: fixed;
}
}


.skeleton__wrapper{
  width: 100%;
  height: 100%;
  padding:1rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.skeleton__title{
  width: 50%;
  height: 1rem;
  margin-bottom: .25rem;
}
.skeleton__content{
  width: 100%;
  height: 2rem;
  margin-bottom: 0.5rem;
}

