
@media only screen and (max-width: 519px){
    table#dividend td:nth-of-type(1):before { content: "Dividend paid : "; }
    table#dividend td:nth-of-type(2):before { content: "Purchase price of ordinary share (£) : "; }

   .tdl2r
   {
      text-align:right!Important;
   }
}


