/* article preview */
#seesaa-article-preview {
  position: fixed;
  top: 2%;
  left: 3%;
  width: 94%;
  padding: 10px;
  z-index: 5;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  background: rgba(22,22,25,.9);
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

#seesaa-article-preview p {
  text-align: left;
}
#seesaa-article-preview button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border: 1px solid #666;
  background: rgba(32,32,35,.9);
}