.sig_table .sig_thead .sig_th {
  font-weight: bold;
  text-align: right;
}

.sig_td {
  text-align: right;
}

.dollar:before {
  content: "$";
  float: left;
  padding-left: 10px;
  color: black;
}

.sig_tr:nth-child(even) {
  background: rgba(136,161,190,0.13);
}

@media (max-width: 680px) {
  .sig_table, .sig_thead, .sig_tbody, .sig_th, .sig_td, .sig_tr {
    display: block;
  }
}

@media (max-width: 680px) {
  .sig_thead .sig_tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}

@media (max-width: 680px) {
  .sig_tr {
    margin: 0 0 1rem 0;
  }
}

@media (max-width: 680px) {
  .sig_tr:nth-child(odd) {
    background: rgba(140,145,253,0.27);
  }
}

@media (max-width: 680px) {
  .sig_td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
}

@media (max-width: 680px) {
  .sig_td:before {
    position: absolute;
    left: 0px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}

@media (max-width: 680px) {
  .sig_td:nth-of-type(1):before {
    content: "";
    font-weight: 500;
  }
}

@media (max-width: 680px) {
  .sig_td:nth-of-type(2):before {
    content: "Бумага";
    font-weight: 500;
  }
}

@media (max-width: 680px) {
  .sig_td:nth-of-type(3):before {
    content: "Дата покупки";
    font-weight: 500;
  }
}

@media (max-width: 680px) {
  .sig_td:nth-of-type(4):before {
    content: "Цена покупки";
    font-weight: 500;
  }
}

@media (max-width: 680px) {
  .sig_td:nth-of-type(5):before {
    content: "Цена продажи";
    font-weight: 500;
  }
}

@media (max-width: 680px) {
  .sig_td:nth-of-type(6):before {
    content: "Дата продажи";
    font-weight: 500;
  }
}

@media (max-width: 680px) {
  .sig_td:nth-of-type(7):before {
    content: "Результат";
    font-weight: 500;
  }
}

.sig_stock_img {
  width: 35px;
}

