#modal_statepicker {
}

#modal_statepicker ul {
    list-style-type: none;
    padding-left: 0;
}

#modal_statepicker a {
    color: black;
    text-decoration: none;
}

#modal_statepicker a:hover {
    color: black;
    text-decoration: underline;
}

/*override this style. The default 500px forces some state names to two lines in our 4-column layout*/
@media (min-width: 576px) {
	.modal-dialog {
	    max-width: 560px;
	}
}