#plugin .table{
  width: 100%;
}
#plugin .bitcoin{
   margin-top: 3%;
}
#plugin .titleCrypto, #plugin .titleBuy, #plugin .titleSell{
  font-weight: bold;
}
#plugin .buy, #plugin .sell{
  width: 35%;
}
#plugin a{
  text-decoration: none;
  color: #1d1d1d;
}
#plugin a:hover{
  color: #000;
}
#plugin .buy a{
  color: #00ad00;
}
#plugin .buy a:hover{
  color: #008800;
}
#plugin .sell a{
  color: #f80;
}
#plugin .sell a:hover{
  color: #e27500;
}
#plugin .symbol{
  padding-left: 5px;
}
#plugin td.logo{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20%;
}
#plugin table td{
  margin-top: 2%;
  border: none;
  padding: 10px 0px 10px 0px;
}
#plugin table th {
  color: #1d1d1d;
  background-color: #e9e9e9;
  border: none;
  font-size: 14px;
  padding: 5px 0px;
}
#plugin img{
  width: 30px;
}
#plugin .footer{
  text-align: center;
  background-color: #e9e9e9;
  padding: 0px;
}
#plugin .footer img{
  width: 80px;
}
#plugin{
  text-align: center;
}
#plugin .loading td{
  width: 100%;
  text-align: center;
  color: #000;
  padding: 25%;
}
#plugin tr{
  background-color: #f7f8fa;
}
#plugin tr:nth-child(2n+1){
  background-color: #fcfcfc;
}