/*********************************************************************
*
*   File: Integrations Project Stylesheet
*
*/

  #companies,
  #companies ul,
  #companies li { position: relative; }
  #companies ul { list-style: none; }
  #companies li {
    width: 198px;
    height: 50px;
    font: italic 11px 'Lucida Grande', sans-serif;
    list-style-type: none;
    float: left;
    margin-bottom: 20px;
  }
  #companies ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  }
  #companies ul {display: inline-block;}
  /* Hides from IE-mac \*/
  * html #companies ul {height: 1%;}
  #companies ul {display: block;}
  /* End hide from IE-mac */
