.coa-voter-notification {
    text-align: center;
    background-color: #28B497;
    color: #ffffff;
    padding: 10px 0;
    box-shadow: 3px 3px 6px #201F1F;
}
.coa-voter-notification .close-x, .coa-voter-notification .back-button {
	font-weight:700;
	font-size:20px;
	color:#333333;
}
.coa-voter-notification .close-x {

}
.coa-voter-notification .back-button {
	margin-right:2%;
	cursor:pointer;
}
.coa-voter-notification .back-button .label {
	font-weight:400;
	font-size:16px;
}
.coa-voter-notification a {
    color: #ffffff;
    text-decoration: underline;
}

.coa-voter-notification .voter-address {
    display:inline-block;
}

.coa-voter-notification input[type="text"] {
    width: 75%;
    display:inline-block;
    margin-left: 0.5%;
    padding: 0.25em 0.5em;
    border-width: 0.05em;
    margin-bottom: 0;
    color:#686161;
}

.coa-voter-notification input[type="text"]:focus {
    box-shadow:none;
    border:0.05em solid #b0b0b0;
}

.coa-voter-notification input[type="button"] {
    margin-left: 0.5%;
    padding: 0.5em 0.75em;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .coa-voter-notification {
        padding: 10px 20px 20px;
        text-align: left;
		line-height:1.7;
    }
    .coa-voter-notification .voter-address {
        display: flex;
        padding: 0;
        flex-direction: row;
		margin-bottom:10px;
    }
    .coa-voter-notification input[type="text"] {
        margin-top: 10px;
        flex: auto;
    }
    .coa-voter-notification input[type="button"] {
        margin-left: 2.5%;
        margin-top: 15px;
        flex: auto;
    }
	.coa-voter-notification .lookup-form .label {
		/*display: block;*/
	}
	.coa-voter-notification .lookup-caveat {
		margin-top:20px;
	}
}

@media screen and (max-width: 468px) {
	.coa-voter-notification .lookup-caveat .voter-caveat-ok {
		margin-left:0;
	}
}