/*OVERRIDE*/
html body {
 font-family: "nta",Helvetica,Arial,sans-serif !important; 
}

/*ADMIN*/
ul.tabs--primary {
  margin-bottom: 10px;  
}

div.preview_pane {
    margin-bottom: 15px;

}

div.preview_pane .inner {
    background: #f7f7f7;
    border-bottom: #ccc;
}

div.preview_pane .inner .label-above,
div.preview_pane .inner .label-inline {
    font-size: 0.8em;
}

.search-results-list li .result-image-wrapper {
    height: auto;
}

/*.header-bar-effect {
}*/

.unpublished .content {
    background: #E0FFFF;
}



.section img {
    height: auto;
    /*180px was not ok for landscape logos*/
}

.tab-pane div ul {
    list-style-type: disc;
    padding-left: 40px;
}

table tr td,
table tr th {
    padding: 4px;
}

#download-info.download-info {
    margin-bottom: 10px;
}

.twitter-typeahead [class*=tt-dataset-] .suggestion-footer a,
.twitter-typeahead [class*=tt-dataset-] .tt-suggestion a {
   display: inline-block;
}

.node-campaign-and-landing-tiles .summary-item .summary-item-image-wrapper img {
  width: auto;
}

.search-results-list li .result-image-wrapper img {
  min-width: 50px;
}
  
.field-collection-container {
  border: 0px none;
  margin-bottom: 0;
}

.unpublished .region-content, .summary-item.unpublished, .content-wrapper.unpublished {
  background: url('../assets/img/unpublished_bck.gif') repeat;
}

.content-wrapper.unpublished p, .summary-item.unpublished p {
  color: #999;
}

.unpublished .region-content .summary-item.unpublished {
  background: url('../assets/img/unpublished.gif') repeat;
  border: dashed 1px #777;
}

.media-left {
  float: left;
  margin : 5px 15px 15px 0;
}

.media-right {
  float: right;
  margin : 5px 0px 15px 15px;  
}