@charset "UTF-8";
/* author: Graham Clayton */
/* Creation date: 26/04/2023 */
/* Copyright © 2023 HMS Opportune.co.uk */
/* Pages served - Index and all 1st tier pages */

@import "updates.css"; 

/*  MOBILE Portraite */

body.body1 {max-width:100%; background-color: white; padding-top: 0%; margin-left:auto; margin-right:auto;}

table.t1 {width: 700px; height: auto; background: white; border: none; margin-left: auto; margin-right: auto;padding-left: 2%; padding-right: 2%;}

tr.tr1 {background-color:white;}


p.p1 {font-size: 35px; color:rgb(26, 21, 21); text-align:justify; vertical-align: middle; font-family: Arial}


div.div50 {
    background-image: url("https://hmsopportune.co.uk/NEWSITE/images/setup/logowhite.png");
    background-repeat: no-repeat;
    width: 156px; /*or your image's width*/
    height: 70px; /*or your image's height*/
    margin: 0;
    padding: 0;
}

