
  /*
   * Remove clearfix from mini nav reagion so we can sit two blocks next to each other
   */
   
   .region-mini-nav .clearfix:after {
     clear:none;
     content: "";
   }
   
   .region-mini-nav .block {
     float: right;
   }
   
   .block-uc-micro-cart,
   .block-uc-micro-cart a{
     color: white;
   }
   
   /*
   * Add border around fieldsets in full node display
   */
   .node-type-job-listing .content fieldset,
   .page-node-add-job-listing .content fieldset,
   .node-preview .content fieldset {
     border: 1px solid grey;    
   }
   
   .node-preview .node-inner h2 {
     display: none;
   }
  
  .page-listing h1.title {
    display: none;
  }   
   
   /*
   * Job Listings Search css
   */
   
   .view-job-listings-search .views-row {
     margin: .5em 0;
     padding: .5em 0;
     border-bottom: 1px solid grey;
   }
   
   .view-job-listings-search .views-field-body {
     margin: .5em 0;
   }
   
   .view-job-listings-search .views-field {
     margin: .5em 0;
   }
   
   .view-job-listings-search .views-field-nothing,
   .view-center-listing-employment-listing-link .views-field-nothing{
     background: url('../../../images/JobCenter.gif') no-repeat;
     padding-left: 110px;
     min-height: 50px;
   }
   
   .view-job-listings-search .views-field-field-institution-logo,
   .node-job-listing .field-institution-logo{
     float: left;
     margin-right: 1em;
   }
   
   .view-job-listings-search .views-field-field-end-date {
     color: red;
     font-weight: bold;
   }
   
   .view-title {
     font-weight:bold;
     font-size:120%;
     margin: .5em;
   }
   
   .view-bold {
     font-weight:bold;
     font-size:120%;
   }
   
   .order_back_link {
     margin: 0 0 1em 0;
   }
  
   .views-exposed-form #edit-field-start-date-value-1-wrapper {
     clear: both;
   }
   
   .views-exposed-form #edit-field-start-date-value-1-wrapper {
     border: 1px solid grey;
     padding: 5px;
     margin: 1em 1em 1em 0;
   }
   
   .views-exposed-form #edit-field-start-date-value-min-wrapper,
   .views-exposed-form #edit-field-start-date-value-max-wrapper {
     float: left;
   }
   
   .views-exposed-form #edit-field-start-date-value-1-wrapper .views-widget label {
     margin-top: .7em;
     font-weight: normal;
   }
   
   #edit-field-department-type-und,
   #edit-field-field-primary-und{
     width: auto;
     max-width: 680px;
   }
   
   #uc-cart-view-form .description {
     font-size: .9em;
     margin: 1em 0;
   }
   
   .view-job-listings-search  h1.view-header {
     width: auto;
     font-size: 130%;
     padding: .5em 0;
     border-top: 5px solid grey;
     margin-top: 1em;
   }
