.text-center { text-align: center; }

.list-standard { margin-top: 1em; margin-bottom: 1em; padding-left: 2em; }
.list-standard > li { list-style: disc; }

.list-lower-alpha > li { list-style: lower-alpha; }

.list-item-gap > li { margin-bottom: 1em; }

.button-1 { display: inline-block; border: 1px solid #dadada; text-decoration: none; padding: .5em 1.5em; font-weight: bold; border-radius: .3em; color: #e33c12;
background: rgb(217,217,217);
background: linear-gradient(0deg, rgba(217,217,217,1) 0%, rgba(254,254,254,1) 100%);
}
.button-1:link, .button-1:visited { text-decoration: none; color: #e33c12; }
.button-1:hover, .button-1:focus { color: #b8310f; }

.margin-bottom-2x { margin-bottom: 2em; }