@import '../../app.less';

.answer-table {
  position: relative;

  .select-line {
    text-align: right;
    margin-bottom: 10px;

    .select-warp {
      text-align: right;
    }
  }

  table {
    width: 100%;
    margin-bottom: 10px;

    .bg {
      background: #f8f8f8;
    }

    tr {
      th {
        padding: 10px;
      }

      td {
        padding: 10px;
      }
    }
  }
}