.partnerBox {
  display : table-row;
  height : 75px:
  width : 700px;
  padding : 1px;
}

#details {
  float : left;
  height : 60px;
  width : 230px;
  padding : 5px;
  margin : 1px;
  background-color : #eaeaea;
}

#name {
  float : left;
  height : 15px;
  width : 210px;
}

#description {
  float : left;
  height : 30px;
  width : 210px;
  background-color : #eaeaea;
  font-weight: normal; 
  font-size: 11px;
}

#status {
  float : left;
  height : 60px;
  width : 200px;
  padding : 5px;
  margin : 1px;
  background-color : #eaeaea;
}

#action {
  float : left;
  height : 60px;
  width : 115px;
  padding : 5px;
  margin : 1px;
  background-color : #eaeaea;
  color : #838AB8;
  cursor: pointer;
}
