/* Copyright (c) 2023 POTI Inc. All rights reserved. */

@font-face {
    font-family: mono;
    src: url(DroidSansMono.woff);
}

#front{
	position: relative;
}
div.tool.prime {
    background-color: rgba(245, 163, 81,1);
}
#header {
    height: 30vw;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#header img{
	display: block;
	margin-left: auto;
    margin-right: auto;
}

div.tool.ancil {
    color: rgba(66, 41, 16,1);
    border: 0.1em solid rgba(245, 163, 81,1);
}

#moapp input, #moapp select, #moapp textarea {
    border: 1px solid rgb(245, 163, 81,1);
}

#moapp div.consent span.check {
    font-size: 85%;
    border: 0.1em solid rgba(245, 163, 81,1);
}

#moapp div.consent span.check.checked {
    background-color: rgba(245, 163, 81,1);
}

#footer {
    margin-top: 1px;
    padding: 1em 0;
    text-align: center;
    font-size: 90%;
    color: rgba(255, 255, 255,1);
    background-color: rgba(245, 163, 81,1);
}

a.address img {
    height: 1.3em;
    vertical-align: middle;
    background-color: rgba(255, 209, 163, 1);
    border-radius: 50%;
}

body {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    font-family: sans-serif;
    color: #303030;
    box-shadow: 0 0 20px rgba(241, 186, 124,.3);
    background-color: white;
    overflow: auto;
}

html {
    height: 100%;
    text-size-adjust: none;
    background-color: rgba(241, 186, 124,.1);
}