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

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

html {
	background-color: rgba(127,51,00,.1);
}

#footer {
	color: rgba(127,51,00,1);
	background-color: rgba(127,51,00,.2);
}

a.address img {
	background-color: rgba(127,51,00,1);
}

#power {
	color: rgba(127,51,00,1);
	background-color: rgba(127,51,00,.2);
}

#moapp div.consent span.check {
	border: 0.1em solid rgba(127,51,00,1);
}
#moapp div.consent span.check.checked {
	background-color: rgba(127,51,00,1);
}

#moapp div.line div.field {
    background-color: rgba(127,51,00,.1);
}

#moapp input, #moapp select, #moapp textarea {
	border: 1px solid rgba(127,51,00,1);
}

div.tool.prime {
	background-color: rgba(127,51,00,1);
}

div.tool.ancil {
	color: rgba(127,51,00,1);
	border: 0.1em solid rgba(127,51,00,1);
}

table.date tr.nav span.button {
	background-color: rgba(127,51,00,1);
}

#moapp div.entry div.close {
	background-color: rgba(127,51,00,.2);
}

#moapp div.plus>div, #moapp div.minus>div {
	background-color: rgba(127,51,00,.2);
}
