.box table{
    margin: 40px auto 0;
    text-align: center;
    width: 100%;
    max-width: 1024px;
    border-collapse: collapse;
    line-height: 1.5;
    font-size: 15px;
}

.box table caption{
    font-size: 25px;
    color: #4B4A61;
    font-weight: bold;
    padding-bottom: 20px;
}

.box table tr ,.box td ,.box th{
    border: 1px solid black;
}

.box table tr td:first-child, .box thead tr{
    font-weight: bold;
    font-size: 17px;
    background: #C1AA6A;
    color: white;
}
.box table:last-child{
    margin-bottom: 40px;
}

.PageTitle {
    margin: 0px auto;/* #20241017 */
}

h2 {
    font-size: 25px;
    color: #4B4A61;
    font-weight: bold;
    padding-top: 20px;
    margin: 0;
    text-align: center;
}

select {
    height: 35px;
    font-size: 20px;
    margin-right: 10px;
}

button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #C1AA6A;
		border-radius: 4px;
		border: 0;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		font-family: "Montserrat", sans-serif;
		height: 2.5em;
		line-height: 2.5em;
		padding: 0 2.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
	}

		button:hover,
		.button:hover {
			background-color: #C1AA00;
		}