body {
    background-color:#EEF3F6;
    color:#4F5256;
    font-weight:400;
    font-family:"Open Sans", "DejaVu Sans", source-sans-pro,
		"Helvetica Neue", Helvetica, Arial, sans-serif ;
    text-align: left;
    margin: 0px;
    line-height: 1.85rem;
}

code {
    font-family:"Open Sans", "DejaVu Sans", source-sans-pro,
		"Helvetica Neue", Helvetica, Arial, sans-serif ;
    background-color: #DFEAF2;
    border-radius: 6px;
}

#text a {
    text-decoration: none;
}

#text a:link {
    color: #21719C;
}

#text a:visited {
    color: #81B7D6;
}

#text a:hover {
    color: #0098ED;
}

.separator {
}

.nav {
    background-color: #00509F;
    height: 50px;
    color: #FFFFFF;
    font-size: 105%;
}

.nav span {
    padding: 0 8px;
}

.leftfl {
    float: left;
    height: 50px;
    color: #FFFFFF;
    padding: 8px 10px 0 10px;
    font-weight:600;
}

.leftfl a {
    color:#FFFFFF;
    text-decoration:none;
    font-weight: 600;
}

.leftfl a:hover {
    color:#98C3DB;
    text-decoration:none;
    font-weight: 600;
}

.rightfl-do {
    float:right;
	  height: 50px;
		font-weight:600
}

.rightfl-dl {
    float:right;
 	  height: 50px;
    font-weight:600;
}

.button-dl {
    background-color: #98C3DB;
    color: #00509F;
    height: 42px;
    width: 150px;
    text-align: center;
    text-decoration:none;
    padding: 8px 0px 0px 0px;
    display: block;
    font-weight: 600;
}

.button-dl:hover {
    background-color: #C2DFF0;
    color: #007CC2;
    height: 42px;
    width: 150px;
    text-align: center;
    text-decoration: none;
    padding: 8px 0px 0px 0px;
    display: block;
    font-weight: 600;
}

.button-do {
    background-color: #21719C;
    color: #FFFFFF;
    height: 42px;
    width: 150px;
    text-align: center;
    text-decoration:none;
    padding: 8px 8px 0 8px;
    display: block;
    font-weight: 600;
}

.button-do:hover {
    background-color: #C2DFF0;
    color: #007CC2;
    height: 42px;
    width: 150px;
    text-align: center;
    text-decoration: none;
    padding: 8px 8px 0 8px;
    display: block;
    font-weight: 600;
}

#titleblock {
    text-align: left;
    margin-left: 100px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

#title {
}

#guide {
    margin-bottom: 0.5rem;
}

#guide a {
    text-decoration: none;
}

#guide a:link {
    color: #21719C;
}

#guide a:visited {
    color: #81B7D6;
}

#guide a:hover {
    color: #0098ED;
}

#policyform {
}

#policyform form {
    display: inline-block;
}

#selector {
    display: inline-block;
    cursor: grab;
}

#selector select:focus {
    outline: none;
}

#selector select {
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    background-image: none; background-clip: unset; background-color: unset;
    box-sizing: unset; text-rendering: unset; text-indent: unset; font: unset;
    box-shadow: none; border: none; border-radius: 6px;
    color: #000; color: rgba(0,0,0,0); text-shadow: 0 0 0 #564f4f;
    text-align: center;
    padding-right: 2px;
    cursor: pointer;
}

#policyform form input {
    border-shadow: none;
    border-radius: 6px;
    border: 1px dotted black;
    margin-left: 2px;
    margin-right: 6px;
}

#pushenter {
    display: inline-block;
    white-space: pre;
}

.result {
    font-size: 1.2em;
    margin-top: 12px;
    margin-bottom: 4px;
    margin-left: 100px;
    margin-right: 100px;
}
.query {
    border: 1px solid black;
    padding: 2px 0 2px 8px;
    margin-bottom: 6px;
}
.query given {
    text-decoration: underline;
}

/* FOOTER */

.foot {
    text-align: center;
    background-color: #00509F;
    color: #ffffff;
    padding: 15px 25px 20px 25px;
    margin: 0;
    padding: 8px;
}

p #copyright {
    font-size: 0.7rem;
    text-align: center;
    line-height: 7rem;
    margin-top: -3rem;
    margin-bottom: -3.5rem;
}

p #copyright:before {
    content: "";
    display: table;
    clear: both;
}

p .trademarks {
    text-align: center;	
    line-height: 0.8rem;
    font-size: .7rem;
}

p .trademarks:before {
    content: "";
    display: table;
    clear: both;
}

#copyright a[data-rel="fiscal sponsor"] {
    background: transparent url(dyne.org.png) left 4px no-repeat;
    padding-left: 4rem;
    padding-bottom: 1.2rem;
    margin-left: 0.1rem;
    margin-right: 1rem;
}

#copyright a[data-rel="fiscal sponsor"]:before {
    content: ""
}

#copyright a[data-rel="fiscal sponsor"] span {
    display: none;
}

.foot a:link {
    color: #98C3DB;
    text-decoration: none;
    font-weight: 400;
}

.foot a:visited {
    color: #98C3DB;
    text-decoration: none;
    font-weight: 400;
}

.foot a:hover {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400;
}

