
body {
    margin: 0;
    border-top: #C14145 solid 3px;
    background-color: #F2F2F2;
    color: #444444;
    font-size: 14px;
    font-family: Arial,sans-serif;
}

a {
    color: #C14145;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

label {
    margin-top: 1em;
    margin-bottom: 2px;
    font-weight: bold;
    display: block;
}

.form-style {
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
}

.connect {
    color: WhiteSmoke;
    background-color: #C14145;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	padding: 4px 6px 4px 6px;
	margin: 0px 0px 0px 4px;
}

div#body {
    min-width: 500px;
    max-width: 800px;
    margin: 0 auto;
    background-color: #FFF;
    padding: 2em;
    border-left: #DBDBDB solid 2px;
    border-right: #DBDBDB solid 2px;
    border-bottom: #DBDBDB solid 2px;
}

div#header {
    padding-bottom: 1em;
}

div#content {
    margin-bottom: 1em;
    min-height: 300px;
}

div#footer {
    padding-top: 1em;
    border-top: #DBDBDB solid 4px;
    font-size: 12px;
    color: #777777;
}

div.phone {
    float: right;
    color: #000000;
}

div.polling {
    padding-top: 2em;
    text-align: center;
}

.big {
    font-size: larger;
}

.success {
    color: green;
}

.failure {
    color: red;
}

#applogo {
	width: 300px;
}

.content_box {
    outline-style: solid;
    outline-width: 0.5px;
    padding: 0.5em;
    margin: 0.5em;
}

#api_key_form {
    margin: 1em;
}

#result_display {
    margin: 1em;
}

.box-title {
    font-style: normal;
    background-color: WhiteSmoke;
    padding: 1px;
}

#interested_party_links {
  display: grid;
  grid-template-columns: 5fr 4fr;
}

#information_request_link {
    margin: 1em;
}

#terms_and_conditions_link {
    margin: 1em;
    text-align: right;
}

#logos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.logo_img {
    display: block;
    margin: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: 30px;
}

.smaller {
  height: 20px;
}

.intacct {
    height: 25px;
}
