/*
*
*  Table
*
*
*/

/*
 * Table styles
 */

/* Light theme */
.mcwp-red {
  color: #ea1c0d;
}
.mcwp-green {
  color: #3d8b40;
}
.mcwp-crypto .mcwp-table .dataTable.light tbody tr {
  background-color: #ffffff;
}
.mcwp-crypto .mcwp-table .dataTable.light {
  border: 1px solid #dee2e6;
}
.mcwp-crypto .mcwp-table .dataTable.light th, .mcwp-crypto .mcwp-table .dataTable.light td {
  border: 1px solid #dee2e6;
}
.mcwp-crypto .mcwp-table .dataTable.light tbody tr.odd {
  background-color: #fbfcfd;
}
.mcwp-crypto .mcwp-table .dataTable.light tbody tr:hover {
  background-color: #f3f4f6;
}
.mcwp-crypto .mcwp-table .dataTable td:last-child {
  text-align: center;
}
/* Light theme */

/* Dark theme */
.mcwp-crypto .mcwp-table .dataTable.dark {
  color: #eee;
  background: #000;
  border: 1px solid #343942;
  table-layout: auto;
}
.mcwp-crypto .mcwp-table .dataTable.dark tbody tr {
  background-color: #000;
}
.mcwp-crypto .mcwp-table .dataTable.dark th, .mcwp-crypto .mcwp-table .dataTable.dark td {
  border: 1px solid #17181b;
}
.mcwp-crypto .mcwp-table .dataTable.dark th {
    color: #eee;
    background: #000;
}
.mcwp-crypto .mcwp-table .dataTable.dark tbody tr.odd {
  background-color: rgba(32,35,40,0.5);
}
.mcwp-crypto .mcwp-table .dataTable.dark tbody tr:hover {
  background-color: rgba(32,35,40,0.8);
}
/* Dark theme */

/* Gloss theme */
.mcwp-crypto .mcwp-table .dataTable.gloss tbody th, .mcwp-crypto .mcwp-table .dataTable.gloss tbody td {
  padding: 16px 20px;
}
.mcwp-crypto .mcwp-table .dataTable.gloss {
  border-spacing: 0 15px;
}
.mcwp-crypto .mcwp-table .dataTable.gloss tbody tr td, .mcwp-crypto .mcwp-table .dataTable.gloss thead tr th {
  text-align: left;
  padding-left: 30px;
}
.mcwp-crypto .mcwp-table .dataTable.gloss tbody tr {
  background: #fff;
  border: 12px solid #000;
  box-shadow: 0px 0px 3px #aaa, -1px 0px 10px #ddd;
  border-radius: 5px;
}
.mcwp-crypto .mcwp-table .dataTable.gloss tbody tr:hover {
  background: #faf9fd;
}
.mcwp-crypto .mcwp-table .dataTable.gloss tbody tr td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.mcwp-crypto .mcwp-table .dataTable.gloss tbody tr td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* Gloss theme */

/* No border theme */
.mcwp-crypto .mcwp-table .dataTable.noborder tbody th, .mcwp-crypto .mcwp-table .dataTable.noborder tbody td {
  padding: 16px 20px;
}
.mcwp-crypto .mcwp-table .dataTable.noborder tbody tr {
  box-shadow: 0 8px 3px -7px #ddd;
}
.mcwp-crypto .mcwp-table .dataTable.noborder tbody tr:hover {
  background: #fff;
  box-shadow: 0px 0px 4px #ddd;
  border-radius: 5px;
}
.mcwp-crypto .mcwp-table .dataTable.noborder tbody tr:hover td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.mcwp-crypto .mcwp-table .dataTable.noborder tbody tr:hover td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* No border theme */
/* Custom Color theme */

.mcwp-crypto .mcwp-table .dataTable.color tr th, .mcwp-crypto .mcwp-table .dataTable.color tr td {
	border-bottom: 1px solid #d7d7d7;
}


.mcwp-crypto .mcwp-table {
    font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}
.mcwp-crypto .mcwp-table .mcwp-coinimage {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  background-size: cover;
  margin-right: 3px;
}
.mcwp-crypto .mcwp-table .mcwp-coinimage {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  background-size: cover;
  margin-right: 3px;
}
.mcwp-crypto .mcwp-table .dataTables_info {
  display: none;
}
.mcwp-crypto .mcwp-table .dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    white-space: nowrap;
}
.mcwp-crypto .mcwp-table .dataTables_paginate .paginate_button.disabled {
  display: none;
}
.mcwp-crypto .mcwp-table .dataTable thead th,
.mcwp-crypto .mcwp-table .dataTable tfoot th {
  font-weight: bold;
}
.mcwp-crypto .mcwp-table .dataTable thead th,
.mcwp-crypto .mcwp-table .dataTable thead td {
  padding: 10px 18px 10px 5px;
}
.mcwp-crypto .mcwp-table .dataTable thead th:active,
.mcwp-crypto .mcwp-table .dataTable thead td:active {
  outline: none;
}
.mcwp-crypto .mcwp-table .dataTable tfoot th,
.mcwp-crypto .mcwp-table .dataTable tfoot td {
  padding: 10px 18px 6px 18px;
}
.mcwp-crypto .mcwp-table .dataTable thead .sorting,
.mcwp-crypto .mcwp-table .dataTable thead .sorting_asc,
.mcwp-crypto .mcwp-table .dataTable thead .sorting_desc,
.mcwp-crypto .mcwp-table .dataTable thead .sorting_asc_disabled,
.mcwp-crypto .mcwp-table .dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
.mcwp-crypto .mcwp-table .dataTable thead th {
  position: relative;
}
.mcwp-crypto .mcwp-table .dataTable thead .sorting:after, .mcwp-crypto .mcwp-table .dataTable thead .sorting_desc:after, .mcwp-crypto .mcwp-table .dataTable thead .sorting_asc:after {
  font-family: 'massive-crypto' !important;
  text-transform: none !important;
	vertical-align: middle;
	padding-left: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 22px;
	right: 6px;
}
.mcwp-crypto .mcwp-table .dataTable thead .sorting:after {
  content: "\67";
  opacity: 0.45;
}
.mcwp-crypto .mcwp-table .dataTable thead .sorting_asc:after {
  content: "\63";
}
.mcwp-crypto .mcwp-table .dataTable thead .sorting_desc:after {
  content: "\64";
}
.mcwp-crypto .mcwp-table .dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.html");
}
.mcwp-crypto .mcwp-table .dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.html");
}
.mcwp-crypto .mcwp-table .dataTable tbody tr.selected {
  background-color: #B0BED9;
}
.mcwp-crypto .mcwp-table .dataTable tbody th,
.mcwp-crypto .mcwp-table .dataTable tbody td {
  padding: 8px 10px;
  vertical-align: middle;
  text-align: left;
}
.mcwp-crypto .mcwp-table .dataTable.row-border tbody th, .mcwp-crypto .mcwp-table .dataTable.row-border tbody td, .mcwp-crypto .mcwp-table .dataTable.display tbody th, .mcwp-crypto .mcwp-table .dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
.mcwp-crypto .mcwp-table .dataTable.row-border tbody tr:first-child th,
.mcwp-crypto .mcwp-table .dataTable.row-border tbody tr:first-child td, .mcwp-crypto .mcwp-table .dataTable.display tbody tr:first-child th,
.mcwp-crypto .mcwp-table .dataTable.display tbody tr:first-child td {
  border-top: none;
}
.mcwp-crypto .mcwp-table .dataTable.hover tbody tr:hover, .mcwp-crypto .mcwp-table .dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
.mcwp-crypto .mcwp-table .dataTable.hover tbody tr:hover.selected, .mcwp-crypto .mcwp-table .dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
.mcwp-crypto .mcwp-table .dataTable.order-column tbody tr > .sorting_1,
.mcwp-crypto .mcwp-table .dataTable.order-column tbody tr > .sorting_2,
.mcwp-crypto .mcwp-table .dataTable.order-column tbody tr > .sorting_3, .mcwp-crypto .mcwp-table .dataTable.display tbody tr > .sorting_1,
.mcwp-crypto .mcwp-table .dataTable.display tbody tr > .sorting_2,
.mcwp-crypto .mcwp-table .dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
.mcwp-crypto .mcwp-table .dataTable.order-column tbody tr.selected > .sorting_1,
.mcwp-crypto .mcwp-table .dataTable.order-column tbody tr.selected > .sorting_2,
.mcwp-crypto .mcwp-table .dataTable.order-column tbody tr.selected > .sorting_3, .mcwp-crypto .mcwp-table .dataTable.display tbody tr.selected > .sorting_1,
.mcwp-crypto .mcwp-table .dataTable.display tbody tr.selected > .sorting_2,
.mcwp-crypto .mcwp-table .dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
.mcwp-crypto .mcwp-table .dataTable.display tbody tr:hover > .sorting_1, .mcwp-crypto .mcwp-table .dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
.mcwp-crypto .mcwp-table .dataTable.display tbody tr:hover > .sorting_2, .mcwp-crypto .mcwp-table .dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
.mcwp-crypto .mcwp-table .dataTable.display tbody tr:hover > .sorting_3, .mcwp-crypto .mcwp-table .dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
.mcwp-crypto .mcwp-table .dataTable.display tbody tr:hover.selected > .sorting_1, .mcwp-crypto .mcwp-table .dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
.mcwp-crypto .mcwp-table .dataTable.display tbody tr:hover.selected > .sorting_2, .mcwp-crypto .mcwp-table .dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
.mcwp-crypto .mcwp-table .dataTable.display tbody tr:hover.selected > .sorting_3, .mcwp-crypto .mcwp-table .dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
.mcwp-crypto .mcwp-table .dataTable.nowrap th, .mcwp-crypto .mcwp-table .dataTable.nowrap td {
  white-space: nowrap;
}
.mcwp-crypto .mcwp-table .dataTable.compact thead th,
.mcwp-crypto .mcwp-table .dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
.mcwp-crypto .mcwp-table .dataTable.compact tfoot th,
.mcwp-crypto .mcwp-table .dataTable.compact tfoot td {
  padding: 4px;
}
.mcwp-crypto .mcwp-table .dataTable.compact tbody th,
.mcwp-crypto .mcwp-table .dataTable.compact tbody td {
  padding: 4px;
}
.mcwp-crypto .mcwp-table .dataTable th.dt-left,
.mcwp-crypto .mcwp-table .dataTable td.dt-left {
  text-align: left;
}
.mcwp-crypto .mcwp-table .dataTable th.dt-center,
.mcwp-crypto .mcwp-table .dataTable td.dt-center,
.mcwp-crypto .mcwp-table .dataTable td.dataTables_empty {
  text-align: center;
}
.mcwp-crypto .mcwp-table .dataTable th.dt-right,
.mcwp-crypto .mcwp-table .dataTable td.dt-right {
  text-align: right;
}
.mcwp-crypto .mcwp-table .dataTable th.dt-justify,
.mcwp-crypto .mcwp-table .dataTable td.dt-justify {
  text-align: justify;
}
.mcwp-crypto .mcwp-table .dataTable th.dt-nowrap,
.mcwp-crypto .mcwp-table .dataTable td.dt-nowrap {
  white-space: nowrap;
}
.mcwp-crypto .mcwp-table .dataTable thead th.dt-head-left,
.mcwp-crypto .mcwp-table .dataTable thead td.dt-head-left,
.mcwp-crypto .mcwp-table .dataTable tfoot th.dt-head-left,
.mcwp-crypto .mcwp-table .dataTable tfoot td.dt-head-left {
  text-align: left;
}
.mcwp-crypto .mcwp-table .dataTable thead th.dt-head-center,
.mcwp-crypto .mcwp-table .dataTable thead td.dt-head-center,
.mcwp-crypto .mcwp-table .dataTable tfoot th.dt-head-center,
.mcwp-crypto .mcwp-table .dataTable tfoot td.dt-head-center {
  text-align: center;
}
.mcwp-crypto .mcwp-table .dataTable thead th.dt-head-right,
.mcwp-crypto .mcwp-table .dataTable thead td.dt-head-right,
.mcwp-crypto .mcwp-table .dataTable tfoot th.dt-head-right,
.mcwp-crypto .mcwp-table .dataTable tfoot td.dt-head-right {
  text-align: right;
}
.mcwp-crypto .mcwp-table .dataTable thead th.dt-head-justify,
.mcwp-crypto .mcwp-table .dataTable thead td.dt-head-justify,
.mcwp-crypto .mcwp-table .dataTable tfoot th.dt-head-justify,
.mcwp-crypto .mcwp-table .dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
.mcwp-crypto .mcwp-table .dataTable thead th.dt-head-nowrap,
.mcwp-crypto .mcwp-table .dataTable thead td.dt-head-nowrap,
.mcwp-crypto .mcwp-table .dataTable tfoot th.dt-head-nowrap,
.mcwp-crypto .mcwp-table .dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
.mcwp-crypto .mcwp-table .dataTable tbody th.dt-body-left,
.mcwp-crypto .mcwp-table .dataTable tbody td.dt-body-left {
  text-align: left;
}
.mcwp-crypto .mcwp-table .dataTable tbody th.dt-body-center,
.mcwp-crypto .mcwp-table .dataTable tbody td.dt-body-center {
  text-align: center;
}
.mcwp-crypto .mcwp-table .dataTable tbody th.dt-body-right,
.mcwp-crypto .mcwp-table .dataTable tbody td.dt-body-right {
  text-align: right;
}
.mcwp-crypto .mcwp-table .dataTable tbody th.dt-body-justify,
.mcwp-crypto .mcwp-table .dataTable tbody td.dt-body-justify {
  text-align: justify;
}
.mcwp-crypto .mcwp-table .dataTable tbody th.dt-body-nowrap,
.mcwp-crypto .mcwp-table .dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

.mcwp-crypto .mcwp-table .dataTable,
.mcwp-crypto .mcwp-table .dataTable th,
.mcwp-crypto .mcwp-table .dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.mcwp-crypto .mcwp-table .dataTables_paginate .paginate_button {
  padding: 8px 10px;
  border: 2px solid #e7ecf1;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px;
}
.mcwp-crypto .mcwp-table {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
  overflow: hidden;
  padding: 5px;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_length {
  float: left;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_paginate {
  text-align: center;
  padding-top: 2.25em;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_paginate a {
	display: inline-block;
	vertical-align: middle;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_paginate a:hover {
	text-decoration: none;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #f3f4f6;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #f3f4f6;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  text-align: center;
  background: url(../img/dual-ring-loader.svg);
  bottom: 0;
  margin: auto;
  right: 0;
}
.mcwp-crypto .mcwp-table .table-processing {
  opacity: 0.5;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_length,
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_filter,
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_info,
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_processing,
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper.no-footer div.dataTables_scrollHead .mcwp-crypto .mcwp-table .dataTable,
.mcwp-crypto .mcwp-table.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.mcwp-crypto .mcwp-table.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_info,
  .mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_length,
  .mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .mcwp-crypto .mcwp-table.dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 40px;
  padding-right: 20px;
  cursor: pointer;
}
.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #444444;
}
.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #888888;
}
.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
.mcwp-crypto .mcwp-table table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
.mcwp-crypto .mcwp-table table.dataTable.dtr-column > tbody > tr > td.control,
.mcwp-crypto .mcwp-table table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
.mcwp-crypto .mcwp-table table.dataTable.dtr-column > tbody > tr > td.control:before,
.mcwp-crypto .mcwp-table table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}
.mcwp-crypto .mcwp-table table.dataTable.dtr-column > tbody > tr.parent td.control:before,
.mcwp-crypto .mcwp-table table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
.mcwp-crypto .mcwp-table table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
.mcwp-crypto .mcwp-table table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
.mcwp-crypto .mcwp-table table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.mcwp-crypto .mcwp-table table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0 !important;
  margin: 0 !important;
  width: 100%;
  list-style-type: none !important;
}
.mcwp-crypto .mcwp-table table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
.mcwp-crypto .mcwp-table table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
.mcwp-crypto .mcwp-table table.dataTable > tbody > tr.child span.dtr-title,
.mcwp-crypto .mcwp-table table.dataTable > tbody > tr.child span.dtr-data {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
  width: 50%;
}
@media screen and (max-width: 767px) {
	.mcwp-crypto .mcwp-table table.dataTable > tbody > tr.child span.dtr-title,
	.mcwp-crypto .mcwp-table table.dataTable > tbody > tr.child span.dtr-data {
		font-size: 85%;
		white-space: normal;
	}
	.mcwp-crypto .mcwp-card-head p, .mcwp-crypto .cc-coin b {
		line-height: 18px !important;
		padding-left: 32px;
	}
}