/*  JavaScript 6th Edition
    Midterm Project

    Andrea Davis
    10/20/2017

    Filename: styles.css
*/

body {
	margin: 5%;
}

fieldset  {
    width: 130px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
}

form {
    margin-bottom: 1em;
    display: block;
    margin-top: 0em;
    border: 1px solid #ccc;
    max-width: 200px;
}