/* John L. Kotos Chapter 8 Assignment MIS 241-200 Fall 2016 Semester Advanced Web Page Authoring Instructor: Dr. Jean Kotsiovos Date: 10/23/2016 Filename: chapter08.css */ html, body, div, span, object, strong, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; } fieldset { padding: 10px; border: 1px solid #888; margin: 25px 0; } form#order div { padding-bottom: 10px; } form#contact div { padding-bottom: 10px; } form#order .label { display: block; clear: left; float: left; width: 150px; text-align: right; padding: 7px 15px 0 0; text-transform: uppercase; font-weight: bold; } form#contact .label { display: block; clear: left; float: left; width: 150px; text-align: right; padding: 7px 15px 0 0; text-transform: uppercase; font-weight: bold; } input { font-size: 20px; } p , li, legend , form { font-size: 18px; color: rgb(100,100,100); font-family: 'ColaborateLightRegular', Arial, sans-serif; line-height: 125%; margin-bottom: 10px; } span { font-size: 20px; } #buttons { text-align: center; } #events tr, #events td { border: 1px solid black; } #item1, #item2, #item3, #item4, #item5 { width: 50px; text-align: right; } #name, #name_c, #name_s, #address, #address_c, #address_s, #city, #city_c, #city_s, #email, #email_c, #email_s { width: 350px; } #total { width: 100px; text-align: right; } #shipping { margin-left: 175px; } .content { max-width: 700px; margin: 0 auto; position: relative; } .main { padding-bottom: 1em; border-bottom: solid 1px rgba(255,255,255,.5); } .main h1 { font-size: 32px; color: rgb(100,100,100); text-shadow: 1px 1px 1px rgb(255,255,255); border-bottom: solid 1px rgb(100,100,100); margin-bottom: 0.5em; } .wrapper { margin-top: 100px; }