.demo_wrapper {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 15px;
  box-shadow: 3px 3px 3px #6e6e6e;
  background-color: #fff;
}

.table-field {
  float: left !important;
  margin-left: 20%;
  text-transform: capitalize;
}

.table-value {
  float: right !important;
  margin-right: 20%;
}

.auto {
  margin: 0 auto !important;
}

.mt-20 {
  margin-top: 20px !important;
}