#acesContactsContainer {
	width: auto;
}
#acesContactsContainer .personContainer {
	margin-bottom: 1em;
}

#acesContactsContainer>button, #acesContactsContainer>button:focus { 
	width: 90%;
	margin: auto;
    outline: 0;     
    outline-style: none;     
    outline-width: 0; 
    background: rgb(91, 57, 22);
    padding: 10px;
    border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    color: #FFF;
    font-weight: bold;
}

@media only screen and (max-width:960px) {
	#acesContactsContainer .programArea {
		display:none;
	}
	.personContainer:nth-of-type(2), .personContainer:nth-of-type(3) {
		display: block;
	}
}
@media only screen and (max-width:725px) {
	#acesContactsContainer .programArea {
		display:none;
	}
	.personContainer:nth-of-type(2) {
		display: block;
	}
	.personContainer:nth-of-type(3) {
		display:none;
	}
}
@media only screen and (max-width:400px) {
	#acesContactsContainer .programArea, .personContainer:nth-of-type(2), .personContainer:nth-of-type(3) {
		display:none;
	}
}
