#add-description textarea {
  width: 100%;
  height: 45px;
  padding: 0;
}
#item-to-add {
  position: absolute;
  top: 6px;
  right: 18px;
  max-width: 315px;
  max-height: 168px;
  overflow: hidden;
}
#add-window h1 {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    height: 60px;
    width: 135px;
    margin: 0;
    background-image: url(../../img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#add-window h1 span {
  display: none;
}
#add-window .item-preview .preview {
  text-align: right;
}
#add-window .item-preview .title,
#add-window .item-preview .poster {
  display: none;
}
#add-window .item-preview img {
  border: 2px solid #1e205e;
  width: auto;
  height: auto;
  max-width: 311px;
  max-height: 164px;
  background-color: white;
}
#add-window .item-preview div.text {
  border: 2px solid #1e205e;
  padding: 4px;
  height: 156px;
  width: 140px;
  /* shorten text */

  font-size: 120%;
  line-height: 130%;
  text-align: left;
  color: #444;
  font-family: Georgia, "Times New Roman", serif;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: white;
}
#add-window form {
    margin-bottom: 0;
}
#add-description {
  position: absolute;
  top: 6px;
  left: 235px;
  right: 347px;
}
#add-window .labelindent {
  display: none;
}
#add-window .tag-box-col {
  /* width: 57%; */
  float: left;
  margin-right: 7px;
}
#add-window .tag-box-col-small {
  /* width: 19%; */
  float: left;
  margin-right: 7px;
}
#add-window .tag-addable {
  cursor: pointer;
}
#add-window .tag-addable:hover {
  color: #4c4e91;
}
#add-window .tag-col {
  float: left;
}
#add-window div.tag-item {
  line-height: 14px;
  font-size: 84%;
  margin-top: 2px;
  margin-bottom: 2px;
}
#add-window .tags-symbol {
  margin-top: 125px;
}
@media screen and (max-width: 768px){
  #add-window .tags-symbol{
    margin-top: 10px;
  }
  #item-to-add{
    position: relative;
    margin: 10px auto;
    display: block;
    text-align: center;
    right: auto;
  }
  #add-window .item-preview .preview{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  #add-description{
    position: relative;
    left: 0;
    margin: 10px auto;
  }
}
#add-window fieldset {
  margin-bottom: 3px;
}
#add-widget {
  margin-top: -5px;
  padding: 0 0 13px 0;
}
#add-selector {
  font-size: 82%;
  color: #4c4e91;
  padding-left: 24px;
}
#add-widget .add-box {
  padding: 1em;
}
#add-widget .add-box p {
  margin: 0;
}
