  
legend {
  font-size: large;
  }

#transactions .transaction {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: medium;
  }

#transactions .transaction .name {
  font-size: xx-large;
  font-family: Serif;
  font-style: bold;
  }
  
#transactions .transaction .city {
  display: inline-block;
  font-size: x-large;
  font-family: Serif;
  font-style: italic;
  }
  
#transactions .transaction .city:after {
  content: ", ";
  }
  
#transactions .transaction .state {
  display: inline-block;
  font-size: x-large;
  font-family: Serif;
  font-style: italic;
  clear: both;
  }

#transactions .transaction .transactionImage {
  float: left;
  width: 250px;
  height: 181px;
  border: ridge 3px #5D4B37;
  margin-bottom: 4px;
  margin-right: 16px;
  }
  
#transactions .transaction .totalUnits:before {
  content: "   Total Units: ";
  white-space: pre;
  font-weight: normal;
  }
  
#transactions .transaction .totalUnits {
  font-weight: bold;
  }
  
#transactions .transaction .totalSquareFeet:before {
  content: " Total Sq. Ft.: ";
  white-space: pre;
  font-weight: normal;
  }
  
#transactions .transaction .totalSquareFeet {
  font-weight: bold;
  }
      
#transactions .transaction .yearBuilt:before {
  content: "    Year Built: ";
  white-space: pre;
  font-weight: normal;
  }
  
#transactions .transaction .yearBuilt {
  font-weight: bold;
  }
  
#transactions .transaction .purchaseMonth:before {
  content: " Purchase Date: ";
  white-space: pre;
  font-weight: normal;
  }
  
#transactions .transaction .purchaseMonth {
  font-weight: bold;
  display: inline-block;
  }
  
#transactions .transaction .purchaseYear { 
  font-weight: bold;
  display:inline-block;
  }
  
#transactions .transaction .purchasePrice:before {
  content: "Purchase Price: ";
  white-space: pre;
  font-weight: normal;
  }
  
#transactions .transaction .purchasePrice {
  font-weight: bold;
  }
  
#transactions .transaction .saleMonth:before {
  content: "     Sale Date: ";
  white-space: pre;
  font-weight: normal;
  }
  
#transactions .transaction .saleMonth {
  font-weight: bold;
  display: inline-block;
  }
  
#transactions .transaction .saleYear {
  font-weight: bold;
  display: inline-block;
  }
  
#transactions .transaction .salePrice:before {
  content: "    Sale Price: ";
  white-space: pre;
  font-weight: normal;
  }
  
#transactions .transaction .salePrice {
  font-weight: bold;
  }
  
#transactions .transaction .leveragedIRR:before {
  content: " Leveraged IRR: ";
  white-space: pre;
  font-weight: normal;
  }
   
#transactions .transaction .leveragedIRR {
  font-weight: bold;
  }
  
#transactions .transaction .leveragedIRR:after {
  clear: both;
  }