#press-toolbar
{
  background: #F4F4F4;
  float: left;
  width: 100%;
  margin: 10px 0;
  min-width: 550px;
}

.toolbar-divider
{
  float: left;
  margin: 13px 0 0 0;
}

.search-field
{
  width: 200px;
}

.from-field, .to-field
{
  width: 160px;
}

.toolbar-date
{
  cursor: pointer;
}

#show-all
{
  float: left;
  font-size: 90%;
  height: 36px;
  width: 36px;
  margin: 5px;
}

.toolbar-button
{
}

#simple-search, #from-calendar, #to-calendar
{
  width: 32px;
  float: right;
  font-size: 90%;
  height: 36px;
  border-radius: 0px;
  margin:0px;
}

#type-of-article
{
  height: 24px;
}

.small-component
{
  float: left;
  width: calc(100% - 32px);
}

#toolbar-info
{
  float: right;
  margin: 13px 15px 0 0;
}

/* Press Release and Editorial CSS */

#press-progress, .press-progress
{
  width: 140px;
  height: 32px;
}

.press-profile-container, .editorial-container
{
  float: left;
  width: calc(50% - 10px);
  background-color: #F4F4F4;
  border : solid 1px #CCCCCC;
  border-radius: 8px;
  padding-left: 5px
}

.press-profile-card
{
  float: left;
  background-color: #CCCCCC;
}

.profile-card-controls
{
  float: left;
  width: calc(100% - 202px);
  margin-left: 202px;
  background-color: #CCCCCC;
}

.profile-card-headers
{
  float: left;
  width: 100%;
  background-color: #CCCCCC;
}

.card-img
{
  float: left;
  cursor: pointer;
}

.public-view
{
  float: left;
  background: none;
  width: 207px;
  padding-right: 5px;
  border-right: solid #CCCCCC 2px;
}

.see-more
{
  text-align:right;
  font-size: 100%;
  width: 100%;
  font-weight: bold;
}

.title-field
{
  width: calc(75% - 150px);
}

.title-value
{
  width: calc(75% - 150px);
}

.title-field-2, .link-field
{
  width: calc(75% - 10px);
}

.date-field, .date-field-2, .author-field, .date-value
{
  width: calc(25% - 10px);
}

.title-value, .date-value
{
  font-size: 110%;
}

.date-field input, .date-field-2 input
{
  cursor: pointer;
}

.quotes-2
{
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:250%;
  line-height: 0;
  color: #494949;
}

.summary-value
{
  font-size: 100%;
  margin-top: 10px;
  height: 150px;
  width: 100%;
}

.author-value span
{
  font-style: italic;
}

.profile-textarea, .press-details-value
{
  float: left;
  height: 100px;
  width: calc(100% - 150px);
  margin-left: 5px;
}

.press-details-value
{
  width: calc(100% - 150px);
}

.textarea-container
{
  float: left;
  height: 140px;
  width: calc(100% - 150px);
  margin: 0 0 5px 5px;
  overflow: hidden;
}

.textarea-container-2
{
  float: left;
  height: 140px;
  width: calc(100% - 10px);
  margin: 0 0 5px 5px;
  overflow: hidden;
}

.profile-textarea-2
{
  float: left;
  height: 140px;
}

.placeholder-card-2
{
  height: 231px;
}

.progress-icon
{
  float: right;
}

#image-ordering-header
{
  display: inline;
}

/* calibrate toolbar on change of screen width (toolbar-hide) */
@media(max-width:980px)
{
  .toolbar-hide
  {
    display: none;
  }
  
  .search-field
  {
    width: 170px;
  }
}