.assets-value-intro {
  margin-bottom: 30px; }
  .assets-value-intro .short-info {
    margin-top: 30px; }

.assets-value-box {
  max-width: 275px; }
  .assets-value-box .box-row {
    display: flex;
    display: -ms-flexbox; }
  .assets-value-box .box-column {
    width: 50%;
    height: 46px;
    line-height: 46px;
    background: #cfd1d2;
    border: 1px solid #8e8683;
    padding: 0 10px;
    font-weight: bold; }
    .assets-value-box .box-column:last-child {
      background: #f6f6f6;
      border-left: none;
      font-weight: normal;
      text-align: right;
      color: #368433; }
  .assets-value-box .box-row:first-child .box-column {
    border-bottom: 0; }
  .assets-value-box input[type="number"] {
    border: 0;
    text-align: right;
    font-weight: bold;
    padding: 0; }

.column.text ul li {
  list-style-type: disc; }

.column.text ul {
  margin-bottom: 25px;
  list-style-position: outside;
  padding-left: 17px; }
