.graphic-table{
  text-align: center;
  font-size: 14px;
  color: #5c6682;
  margin-top: -10px;
  table {
    td {
      height: 41px;
      //border-bottom: 1px solid #e6ebf5;
      border-right: 1px solid #e6ebf5;
    }
    border-bottom: 1px solid #e6ebf5;
    border-left: 1px solid #e6ebf5;
  }
}

.graphic-td {
  vertical-align: middle;
  background-color: #F5F7FA;
  padding: 0 10px;
}

.text-right {
  text-align: right;
}

