* {
	box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

/* [class*="column-"] {
	width: 100%;
}

[class*="column-"] {
    float: left;
    padding: 15px;
}

@media only screen and (min-width: 768px) {
	.column-1 {width: 8.33%;}
	.column-2 {width: 16.66%;}
	.column-3 {width: 25%;}
	.column-4 {width: 33.33%;}
	.column-5 {width: 41.66%;}
	.column-6 {width: 50%;}
	.column-7 {width: 58.33%;}
	.column-8 {width: 66.66%;}
	.column-9 {width: 75%;}
	.column-10 {width: 83.33%;}
	.column-11 {width: 91.66%;}
	.column-12 {width: 100%;}
} */

body {
    background: rgb(253, 246, 218);
    background-attachment: fixed;
    background-repeat: no-repeat;
	height: 100%;
	margin: 0;
	width: 100%;
}

html {
    min-height: 100%;
    height: 100%;
}

table, tr, td, th {
	border-collapse: collapse;
}

label {
	display: block;
	font-size: 18px;
	margin: 30px auto 0px auto;
	width: 80%;
}

.visited-different-color:visited { color: #4b2f89 !important; }

/* .button {
	background-color: #FFB64D;
    border: none;
	border-radius: 20px;
	color: rgb(76, 40, 44);
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	line-height: 34px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	outline: none;
    white-space: nowrap;
}

.button-custom {
    background-color: #FFB64D;
    border: none;
	border-radius: 20px;
	color: rgb(76, 40, 44);
	cursor: pointer;
	display: block;
	font-size: 18px;
    font-family: Arial;
	line-height: 34px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	outline: none;
    text-align: center;
    text-decoration: none;
	width: 100%;
}



.button:hover, .button-pagination:hover {
    text-decoration: none;
    color: rgb(76, 40, 44);
}

.button:active {
	background-color: #FFB64D;
    border: none;
	outline: none;
	transform: translateY(4px);
}

.text {
    color: rgb(81, 61, 0);
} */
