#seoArticlesTable {
  margin-bottom: 30px;
}

ul#seoArticlesTable.vTableBody li {
  height: auto;
}

ul#seoArticlesTable.vTableBody > li > .cell {
  height: 72px;
}

ul#seoArticlesTable.vTableBody li.warning textarea {
  background: #ffe2e0;
}


#seoArticlesTable textarea {
  margin: 4px;
  height: 60px;
  width: 224px;
}

#seoArticlesTable .vIco-edit {
  position: relative;
  top: 18px;
}

#seoArticlesTable .cell.title span {
  padding: 16px 12px 0 12px;
  line-height: 16px;
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#seoArticlesTable .cell.title a {
  display: block;
  padding: 4px 12px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#seoArticlesTable .loader {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 28px;
  left: 30px;
  display: none;
  background: url(../img/loader.gif);
}

#seoArticlesTable li.saving .loader{
  display: inline-block;
}

#seoArticlesTable li.saving .vIco-edit{
  display: none;
}




#seoArticlesTable a.icon-save {
  text-decoration: none;
  color: #aaa;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  top: 16px;
}
#seoArticlesTable a.icon-save:hover {
  color: #eb5211;
}
#seoArticlesTable .txCount {
  position: relative;
}
#seoArticlesTable .txCount:hover:before {
  opacity:1;
}
#seoArticlesTable .txCount:before {
  content: attr(data-count) ' characters';
  transition: 0.3s opacity;
  position: absolute;
  padding: 0 10px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  text-align: right;
  bottom: -10px;
  right: 7px;
  z-index: 9;
  border: 1px #cbcbcb solid;
  background: #fafafa;
  border-radius: 0 0 5px 5px;
  opacity: 0;
}