﻿/* parks.css
 * Park's site only
 * ===================================
 * =================================== */
 
/* CSS Document */

/* Hide titles of XHTML boxes within accordions */ 
#x64670 div div h2, 
#x57982 div div h2,
#x64894 div div h2,
#x64866 div div h2 {
	display: none;
}
#x162423 .paginationContainer {
	display: none;
}
div.BeachLocation,
div.OffLeashLocation,
div.SprayParkLocation
 {
	display: none;
}
#x64894 div.BeachLocation,
#x64866 div.OffLeashLocation,
#x64670 div.SprayParkLocation {
	display: block;
}

.dataTable caption {
	color: #000;
	font-family: "Seattle Text",Arial;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 20px;
} 
form fieldset legend {
	font-weight: bold;
	font-size:16px;
	border:0;	
}
/*Show Feature Maps --- Activity Pages --- Change markup instead once finalized*/
button.btn-link[data-target="#mapCollapse"]{display:none}
#mapCollapse.collapse{display:block}
@media(min-width:992px){
    #mapCollapse.collapse{ max-width:580px}
}

/*display fax*/
#featuredTileContainer .contactTile .fax {display:block; font-weight:bold; text-decoration:underline;}
#deptFootContactWrapper { text-align: right; font-weight: bold;}

/*09/20/2024 moving paginationInput css from Bodycopy to here*/
.paginationInput {
    display: none;
}

@media screen and (max-width: 767px){
    .table-responsive>.table>tbody>tr>td{
        white-space: normal;
    }
    .table-responsive>.table {
        width: 100% !important;
    }
}