

/* Extra small devices */
@media only screen and (max-width: 600px) {
  .site-inner table {
    border-top: 2px solid #262626;
  }
  .site-inner table tbody tr {
    border-bottom: 2px solid #262626;
    padding: 10px 0;
  }
  .site-inner table tbody tr td {
    font-weight: 400;
    overflow-wrap: break-word;
  }
  .site-inner table tbody tr td::before {
    font-weight: 600;
    color: #262626;
  }
  .site-inner table tbody tr td button {
    border: 0;
    font-weight: 600;
    background-color: #262626;
    color: #fff;
  }
  .site-inner table tbody tr td button:hover {
    background-color: #111;
  }
}
/* Small devices */
@media only screen and (min-width: 600px) {
  .site-inner table {
    border-top: 2px solid #262626;
  }
  .site-inner table tbody tr {
    border-bottom: 2px solid #262626;
    padding: 10px 0;
  }
  .site-inner table tbody tr:nth-child(odd) {
    background-color: unset !important;
  }
  .site-inner table tbody tr td {
    font-weight: 400;
    padding: 5px 0 !important;
  }
  .site-inner table tbody tr td::before {
    font-weight: 600;
    color: #262626;
  }
  .site-inner table tbody tr td button {
    border: 0;
    background-color: #262626;
    color: #fff;
  }
  .site-inner table tbody tr td button:hover {
    background-color: #ff00dd;
  }
}
/* Medium devices */
/* Large devices */
@media only screen and (min-width: 992px) {

.site-inner table {border: 5px solid #444444;}
  .site-inner table thead  {

	background-color: #444444;color: #ffffff;
  }

  .site-inner table thead tr {
    border: 0;
  }

  .site-inner table thead tr th {
    border-bottom: 0;
    padding: 10px;
    font-weight: 400;
    text-align: left;
  }

  .site-inner table tbody tr { 
	border: 0;  }
  .site-inner table tbody tr:nth-child(odd) {
    background-color: unset !important;
  }
  .site-inner table tbody tr:nth-child(even) {

background-color: rgba(0, 0, 0, 0.05);
    
  }
  .site-inner table tbody tr td {
    font-weight: 400;
    padding: 10px !important;
  }
  .site-inner table tbody tr td:nth-child(odd) {
    background-color: unset;
  }
}
/* Extra large devices *//*# sourceMappingURL=table-styles.css.map */