

        body {
            
            padding:10px;
    font-family: Arial, Helvetica, sans-serif;
        }

        h1 {
            margin-left: 10px;
            opacity: 0.7;

        }
        
        
        /*the white box all the content is in*/
        #container {
            
            background-color:rgb(255, 255, 255);
            
            padding:10px;
        
        }
        
        /*padding for the fieldset*/
        fieldset {
            
            padding:6px;
            
        }
        
        /*padding for the fieldset around the list of dates*/
        #container-for-list-of-dates {
        
            padding:20px 6px 6px 6px;
            
        }
        
        /*height of the container the list of dates is in, and overflow control*/
        #list-of-dates {

            height:320px;
            
            overflow:auto;
            
        }
        
        /*width of the container the list of dates is in*/
        #dates-list {
            
            width:300px;
            
        }
        
        /*bolding the "title"s*/
        legend {
            
            font-weight:bold;
            
        }



    .article {
        padding: 6% 15% 0 0;
    }


