/*  
   SC Transport Experience Page Style Sheet
   
   Author: Christina Wells
   Date:   06/26/14
   
*/  

/*  Experience Section Styles */

   #experience_article {
      width: 60%;
      margin-left: 35%;
      column-count: 2;
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-width: 25%;
      -moz-column-width: 25%;
      -webkit-column-width: 25%;
   }
   
   h4 {
      font-weight: bold;
   }