#addPost #addPost-cts[contenteditable=true]:empty:before, #addPost #addPost-title[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block; /* For Firefox */ 
  color: #9c9a9a;
}

#addPost-cts {
    min-height: 60px;
    line-height: 25px;
    font-size: 20px;
    padding: 5px 20px;
    padding-top: 18px;
    overflow: hidden;
    vertical-align: middle;
    height: 100%;
    border-radius: 50px;
    box-shadow: 0px 9px 18px rgba(0,0,0,0.30);
}
