
body.cbdc {
margin-left:5%;
margin-right: 5%;
font-family:Verdana,Arial,sans-serif;
vertical-align:top;
}

/* � - - - -  global main - - - - - - */

table.cont {
margin-left: 5%;
margin-right: 5%;
min-width: 300px;
font-size:17px;
vertical-align:top;
color:rgb(77,77,77);
background-color:rgb(223,223,223);
border-radius: 14px;
}

td.title {
column-span: 2;
background-color: transparent;
background-image: url(CBDCpics/CBDClogo.png);
background-position: center;
background-repeat: no-repeat;
vertical-align:bottom;
text-align: center;
}

td.regC {
column-span: 2;
margin-left: 5%;
margin-right: 5%;
background-color: transparent;
vertical-align:top;
text-align: center;
}

td.reg { /* reg text cell */
column-span: 2;
margin-left: 5%;
margin-right: 5%;
vertical-align:top;
text-align: left;
background-color: transparent;
}

p.reg-1 {
display: inline-block;
width: 91px;
margin-left: 21px;
text-align: left;
line-height: 1.6;
}

p.reg-2 {
display: inline-block;
max-width: 300px;
text-align: left;
line-height: 1.6;
}

p.reg {
margin-left: 5%;
margin-right: 5%;
text-align: justify;
line-height: 1.6;
}

label.getthere {
font-size:17px;
font-weight: 100;
margin-top: 34px;
}

input.getthere {
border: none;
text-align: center;
margin-top: 14px;
}

button.navigate1 {
    width: 106px;
    height: 28px;
    color: black;
    border: none;
    border-radius: 7px;
    background-color: white;
}


