.right { float: right;}
    .no-margin { margin: 0  !important;}

.top-ten-table tr td:nth-child(1), .top-ten-table tr td:nth-child(4) {
  width: 8%;
}
.top-ten-table tr td:nth-child(5) {
  width: 17%;
}
.top-ten-table tr td:nth-child(2) {
  width: 35%;
}
.top-ten-table .meter {
  width: 100%;
}
.top-ten-table .meter span {
  height: 10px;
  display: block;
  width: 100%;
}
.top-ten-table p.small span:nth-child(2) {
  float: right;
}

.top-ten-color-legend ul {
  list-style:none;
  margin: 0 0 12px 0;
  float: right;
}
.top-ten-color-legend ul li {
  float: left;
  margin: 0 0 0 12px;
}
.top-ten-color-legend ul li:before {
  background: none;
}
.top-ten-color-legend ul li div.buy{
  margin-right: 20px;
}
.top-ten-color-legend ul li div {
  line-height: 12px; position: relative;
}
.top-ten-color-legend ul li div.buy:before, .top-ten-color-legend ul li div.sold:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: -18px;
}
.top-ten-color-legend ul li div.buy:before{
  background: #0d9c9c;
}
.top-ten-color-legend ul li div.sold:before {
  background: #414956;
}

    @media (max-width: 767px){

table.top-ten-table {
  border: none;
}

.top-ten-table tr {
  border: #dcdee1 solid 1px;
}
.top-ten-table thead {
  display: none;
}
.top-ten-table tr td {
  border: none;
  padding: 1rem 18px;
  padding: 10px;
  display: block;
  width: 100% !important;
}
.top-ten-table tr td:nth-child(1) {
  display: none;
}
.top-ten-table .meter {
  width: 92%;
  margin-left: 8%;
}
.top-ten-table label {
  float: left;
  margin: 0 15px 0 0;
}
.top-ten-table p.small span {
  display: none;
}
 }

.watchListTd {
  display: table-cell;
}


.hide-initially {
  display: none;
}


@media screen and ( max-width: 640px ) {
  .watchListTd {
    display: block;
  }
}
.top-ten-table .watchList-Td .addWatchList-btn{
  font-size: 16px;
}
