.shadow-container {margin:30px 0 2px 0;}
.shadow-content {
  position: relative;
  bottom: 4px;
  right: 4px;
  background-color: #fff5ee;
  color: #000000;
  border: 1px solid #dddddd;
  padding: 0.5em;
}
.shadow {
  background-color: #cccccc;
  position: relative;
  bottom: 4px;
  right: 4px;
}

.shadow-contains {
  position: relative;
  left: 2px;
  top: 2px;
  color: #cccccc;
  font-weight: bold;
}
.shadow-text {
  position: absolute;
  left: -2px;
  top: -2px;
  color: #000000;
}
