/*
|==========
| map info
|==========
*/

#branches #post-its { 
  float: left;
  }      

#branches .post-title { 
  float: left;
  background: #fff;
  width: 560px;
  padding: 5px;
  margin: 5px 0;
  }      

  #branches .post-it-note {
    float: left;
    background: #fff;
    width: 560px;
    padding: 5px;
    margin: 0 0 5px;
    overflow: hidden;
    }
  
  #branches .post-it-left {
    float: left;
    width: 370px;
    padding: 0px;
    margin: 0px;
    }
  
  #branches .post-it-right {
    float: right;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px;
    }
  
  #branches .post-it-left img {
  	float: left;
  	padding-left: 3px;
  	padding-right: 5px;
    }
  
  #branches .post-it-right img {
  	float: left;
  	padding: 1px;
    }
 
    #branches #post-its h2 {
	  font-size: 18px;
      margin: 0px;
      padding: 0px;
      }
    #branches .post-it-note h3 {
	  font-size: 14px;
      margin: 0;
      padding: 2px;
      }
    #branches .post-it-note p {
      font-size: 11px;
      padding: 0;
      margin: 0;
      color: #626060;
      }
      
