html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* My Code */

.main-wrapper {
    margin: 0 Auto;
   
}

a {
    text-decoration: none;
    margin: 10px;
}

body {
    background-color: #e6e6e6;
}

header nav {
    width: 100%;
    height: 60px;
    background-color: #fff;
}

header nav ul {
    float: left;
}

header nav ul li {
    float: left;
    list-style: none;
}

header nav ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 63px;
}

header nav ul li p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #111;
    line-height: 23px;
    margin: 0px;
    padding: 0px;
}

header .nav-login {
    float: right;
}

header .nav-login form {
    float: left;
    padding-top: 15px;
    padding-right: 15px;
}

header .nav-login form input {
    float: left;
    width: 140px;
    height: 30px;
    padding: 0px 10px;
    margin-right: 10px;
    border: none;
    background-color: #f3f3f3f3;
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 14px;
    color: #111;
    line-height: 30px;
}

header .nav-login form button {
    float: left;
    width: 60px;
    height: 30px;
    margin-right: 10px;
    border: none;
    background-color: #72A0C1;
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

header .nav-login form button:hover {
    background-color: #0048BA;
}

header .nav-login a {
    display: block;
    width: 60px
    height: 60px;
    border: none;
    float: left;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 63px;
    cursor: pointer;
}

.main-container {
    padding-top: 20px;    
}

.main-container h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    font-weight: 300;
    font-style: normal;
    color: #000080;
    background: #72A0C1;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: 2px;
}

.main-container p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    color: #000080;
    text-align: center;
    
}

input[type=number] {
        width: 10%;
    padding: 5px 5px 5px 5px;
    border-radius: 2px;
    border: 2px solid #ccc;

}


textarea {
    width: 60%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

/* signup.php */

.signup-up {
    width: 300px;
    margin: 0 Auto;
    padding-top: 30px;

}

.signup-up input {
    width: 90%;
    height: 40px;
    padding: 0px 5%;
    margin-bottom: 4px; 
    border: none;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 40px;

}

.signup-up button {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 40px;
    border: none;
    background-color: #72A0C1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    

}

.signup-up button:hover {
    background-color: #0048BA;
    
}

.signup-up select {
    width: 100%;
    height: 40px;
    padding: 0px 5%;
    margin-bottom: 4px; 
    border: none;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 40px;
}

.footer p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    color: #000080;
    text-align: center;
}


form.rt-meas {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    color: #000080;
    text-align: right;
    margin-right: 10%;
}

form.final {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    color: #000080;
    text-align: right;
    margin-right: 10%;
}


    
}

input[type='radio'] { 
    transform: scale(1.5); 
}

input[type='submit']:hover {
     background-color: #024978;
}

 a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    padding: 10px 25px 9px;
     color: #fff;
     background-color: #0067ab;
     text-shadow: rgba(0,0,0,0.24) 0 1px 0;
     font-size: 16px;
     box-shadow: rgba(255,255,255,0.24) 0 2px 0 0 inset,#fff 0 1px 0 0;
     border: 1px solid #0164a5;
     border-radius: 2px;
     margin-top: 10px;
     cursor:pointer;
     font-family: Arial, Helvetica, sans-serif;
     width: 15em;

 }
 a.button:hover {
    background-color: #024978;
 }
button.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

     padding: 10px 25px 8px;
     color: #fff;
     background-color: #0067ab;
     text-shadow: rgba(0,0,0,0.24) 0 1px 0;
     font-size: 16px;
     box-shadow: rgba(255,255,255,0.24) 0 2px 0 0 inset,#fff 0 1px 0 0;
     border: 1px solid #0164a5;
     border-radius: 1px;
     margin-top: 10px;
     cursor:pointer;
     float: right;
     margin-right: 15%;
 }

 button.button:hover {
    background-color: #024978;
 }

 button.button2 {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

     padding: 10px 25px 8px;
     color: #fff;
     background-color: #0067ab;
     text-shadow: rgba(0,0,0,0.24) 0 1px 0;
     font-size: 16px;
     box-shadow: rgba(255,255,255,0.24) 0 2px 0 0 inset,#fff 0 1px 0 0;
     border: 1px solid #0164a5;
     border-radius: 1px;
     margin-top: 10px;
     cursor:pointer;
 }

button.button2:hover {
    background-color: #024978;
 }

button.back {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

     padding: 10px 25px 8px;
     color: #fff;
     background-color: #0067ab;
     text-shadow: rgba(0,0,0,0.24) 0 1px 0;
     font-size: 16px;
     box-shadow: rgba(255,255,255,0.24) 0 2px 0 0 inset,#fff 0 1px 0 0;
     border: 1px solid #0164a5;
     border-radius: 1px;
     margin-top: 10px;
     cursor:pointer;
     float: left;
     margin-left: 25%;
 }
button.back:hover {
    background-color: #024978;
 }
 
 #customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 90%;
    margin-left: 5%;
    font-size: 14px;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #72A0C1;;
    color: white;
}

#number {
  width: 15em;
  margin-right: 15%;
}

.image {
    position: relative;
    max-width: 100%;

}

.shop-name {
    position: absolute;
    top: 50px;
    left: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-align: left;
    line-height: 1.3;
}

.mech {
    position: absolute;
    top: 275px;
    left: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-align: left;
    line-height: 1.4;
}

.date {
    position: absolute;
    top: 13px;
    left: 845px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    text-align: left;
}

.vehicle {
    position: absolute;
    top: 98px;
    left: 530px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    text-align: left;
    line-height: 1.8;
}

.vin {
    position: absolute;
    top: 140px;
    left: 530px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    text-align: left;
    line-height: 1.8;
}

.mileage {
    position: absolute;
    top: 178px;
    left: 530px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    text-align: left;
    line-height: 1.8;
}

.body {
    position: absolute;
    top: 178px;
    left: 750px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    text-align: left;
    line-height: 1.8;
}

.customer {
    position: absolute;
    top: 250px;
    left: 530px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    text-align: left;
}

.type {
    position: absolute;
    top: 303px;
    left: 689px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: left;
}
.result {
    position: absolute;
    top: 330px;
    left: 860px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-align: left;
}

.ssc {
    position: absolute;
    top: 50px;
    left: 845px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    text-align: left;
}

.lf-meas {
    position: absolute;
    top: 410px;
    left: 248px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: right;
    line-height: 1.8;
}

.rf-meas {
    position: absolute;
    top: 410px;
    left: 678px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: left;
    line-height: 1.8;
}

.rr-meas {
    position: absolute;
    top: 798px;
    left: 678px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: left;
    line-height: 1.8;
}

.lr-meas {
    position: absolute;
    top: 798px;
    left: 248px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: right;
    line-height: 1.8;
}

.fuel {
    position: absolute;
    top: 900px;
    left: 476px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-align: left;
}

.tell {
    position: absolute;
    top: 1145px;
    left: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
}