﻿   div.details p {
     line-height: 2;
     text-align: justify;
   }
   
   div.details {

   }
   
   img.photo {
     float: right;
     margin-left: 20px;
     margin-bottom: 20px;
   }
   
   img.photoSized {
     height: 150px;
     width: 180px;   
   }
   
   .details .info {
     font-size: 12px;
   }
   
   .name {
     font-weight: 800;
   }
   
   .details h2, h3 {
     font-weight: normal;
     margin: 0px;
   }
   
   .details h2 {
     font-size: 16px;
   }
   
   .details h3 {
     font-size: 14px;
   }
   
   .details .qualifications {
     font-size: 12px;
   }
