.buttonA1 {
                    display: inline-block;
                    outline: 0;
                    text-align: center;
                    cursor: pointer;
                    padding: 0px 16px;
                    border-radius: 2px;
	margin-bottom: 4px;
                    min-width: 80px;
                    height: 32px;
                    background-color: rgb(255, 255, 255);
                    color: rgb(50, 49, 48);
                    font-size: 14px;
                    font-weight: 400;
                    box-sizing: border-box;
                    border: 1px solid rgb(138, 136, 134);
}
.buttonA1:hover {
                    background-color: rgb(243, 242, 241);
                    color: rgb(32, 31, 30);
					text-decoration: none;
                    }

a.footer-links, .footer-links:active, .footer-links:visited {
	color: dimgrey;
	text-decoration: none;
	padding: 6px;
}

a.footer-links:hover {
	color: lightgrey;
	text-decoration: none;
}

.column-list {
  column-count: 2;
}
