.blue_link
      {
      color:    #387ABF;
	  }
	  
	  .bold
	  {
	    font-weight: 700;
	  }
	  
	  .profile_pic
	  {
	    max-height: 50px;
	    border-radius: 50%;
	    margin-top: 5px;
	    padding-right: 3px;
	  }
	  
	  .comments_div
	  {
	    background-color: white;
	    text-align:left;
	    vertial-align: top; 
	    font-size: 13px;
	    padding-bottom: 10px;
	  }
	  
	  .table_cover
	  {
	    display:table;
	    margin-top: 5px;
	  }
	  
	  	  .table_cell
	  	  {
	  	   display:table-cell
	  	  }
	 .summary_div
	  {
 
              
 
	        border-top: 1px solid #828282;
		border-bottom: 1px solid #828282;
		padding: 10px;
		margin: 5px;
	  }
	  .comment_area
	  {
	    background-color: #E9EBEE;
	    border-radius: 3%;
	    padding: 5px;
	    margin: 3px;
	  }