/* MCB table theme for card club  */
.responsive-table-container{
  overflow-x: auto;
}
.mcb-table {
  border:solid 0px transparent;
}
.responsive-table-container table.fullwidth.mcb-table{
  width:100vw;
  min-width: 1024px;
}
table.mcb-table tr:hover td {
  background: unset;
}
.mcb-table img {
  width: 8vw;
}
.mcb-table tr th:nth-child(2),
.mcb-table tr td:nth-child(2) {
  text-align: center;
}
.mcb-table .button.tiny {
  height: 36px;
  border: solid 1px white;
}
.mcb-table .button-group.even-3{
  width: 100%;
  min-width: 188px;
}
.mcb-button-group{
  display:flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mcb-button-group>.button:nth-child(1){flex:2;}
.mcb-button-group>.button:nth-child(2){flex:1;}

.mobile_only{display: none;}
@media screen and (max-width: 40em) {
  .mobile_only{display: unset;}
  .responsive-table-container{
    overflow-x: unset;
    padding:0;
  }
  .responsive-table-container table.fullwidth.mcb-table{
    width:100%;
    padding:0;
    min-width: unset;
  }
  .mcb-table .button-group.even-3{
    min-width: unset;
  }
  .mcb-table tr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    padding: 2vh 4vw;
  }
  .mcb-table tr > * {
    width: 100%!important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1vh 2vw;
  }
  /* .mcb-table tr td:nth-child(1),
  .mcb-table tr td:nth-child(2) {
    font-weight: 500;
    font-size: 1.25em;
    padding-bottom:0;
  } */
  /* .mcb-table tr td:nth-child(4) {
    font-size: 1.4em;
    line-height: 1.2em;
  } */
  .mcb-table img {
    width: 36vw;
  }
}
@media only screen and (min-width: 64.063em) {
  .responsive-table-container{
    overflow-x: unset;
  }
  .responsive-table-container table.fullwidth.mcb-table{
    width:100%;
  }
}