.widget-holder {
  border: 4px solid darkslategray;
  border-radius: 2px;
  margin: 5px;
  padding: 10px;
  width: 500px;
  height: 500px;
  position: relative;

  .ad-holder {
    width: 128px;
    height: 128px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  p {
    font-size: 8px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  }
}

