  div#projects a.project {
    width: 287px;
    margin-right: 15px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    outline: none !important;
  }
  div#projects a.project:hover {
    text-decoration: none;
    opacity: .8;
  }
  div#projects a.project img {
    float: left;
    /*
    height: 80px;
    width: 80px;
    */
    margin-right: 12px;
    padding: 8px;
    background-color: white;
    /* border: 2px solid #EEF; */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }
  div#projects a.project h3 {
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 24px;
  }
  div#projects a.project span, div#projects a.project span:hover {
    color: #999;
  }
  
  body a {
    color: #069;
    text-decoration: none;
  }

.invisible {
    display: none;
}

#projects a.project.some4 {
    width: 440px;
}

