﻿body {
    padding:0;
    margin:0;
}

.list-items {
    width: 80%;
    margin-bottom: 10px;
    border-bottom: 1px solid silver;
    border-left: 10px solid silver;
    text-indent: 5px;
    padding: 10px;
}

    .list-items:hover {
        border-left-color: dodgerblue;
    }

.anchor:hover {
    text-decoration: none;
    color: orangered;
}


.label {
    font-weight: 100;
    font-size:unset;
    color: black;
    text-align: center;
    width: 100%;
    text-align: left;
    margin-top: 50px;
}

#Download_partial {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1.1px;
    border-bottom-color: chocolate;
    border-top-color: orangered;
    margin-top: -40px;
}

#Download_Heading {
    width:100%;
    height:auto;
    text-align:center;
}

#download h2 {
    text-align: center;
}


