@import url('https://fonts.googleapis.com/css?family=PT+Sans');

body {
	font-family: "PT Sans";
	margin: 0px;
	font-size: 1.1em;
}

body input {
	font-size: 1em;
}

a:link, a:active, a:visited, a:hover {
	color: black;
}

.bordered {
	border: 1px solid #eaeaea;
    border-radius: 2px;
	/* box-shadow: 1px 1px 1px -1px rgb(0 0 0 / 10%); */
    background: white;
	padding: 0.3em 0.5em;
	margin: 0.5em;
}
.bottom_menu {
	display: flex;
    justify-content: center;
}
.bottom_menu_item {
	font-size: .7em;
	font-style: italic;
	text-transform: lowercase;
	margin: 1em;
}

.button {
	border: 1px solid #eaeaea;
    border-radius: 3px;
	box-shadow: 2px 2px 2px -1px rgb(0 0 0 / 15%);
    background: white;
    cursor: pointer;
    display: inline-block;
    text-align: center;
	white-space: nowrap;
	padding: 0.3em 0.5em;
	margin: 0.5em;
}

.image_button {
	border: 1px solid #eaeaea;
    border-radius: 3px;
	box-shadow: 2px 2px 2px -1px rgb(0 0 0 / 15%);
	background-color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
	width: 2em;
    height: 2em;
}

.image_button img {
	max-width: 90%;
}

.block_delimiter {
	margin: 2em auto;
    height: 1px;
    width: 80%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.33), rgba(255, 255, 255, 0));
}

.text_tip {
	color: rgba(0, 0, 0, 0.5);
    font-style: italic;
	font-size: 0.9em;
}

.text_notice {
    font-style: italic;
	font-size: 0.9em;
}
