	.ash3d-container {
		display: none;
	}
	.syn {
		max-width: 100%;
		overflow: unset;
		word-break: break-word;
	}
 /*
	.ash3d-flex {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}
	.ashcloud-flex {
		text-align: center;
		justify-content: space-between;
		border: 1px solid black;
		margin: 0.5em;
		box-shadow: 5px 5px 5px #888888;
	}
	.ashcloud-flex h4 {
		margin-bottom: 0;
	}
	.ashcloudload-forecast {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 1em;
	}
	.ashcloudheight-forecast {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 1em;
	}
	.ashfall-forecast {
		display: flex;
		flex-direction: column;
		gap: 1em;
		justify-content: space-between;
		text-align: center;
		border: 1px solid black;
		margin: 0.5em;
		box-shadow: 5px 5px 5px #888888;
	}

	.traj-forecast {
		display: flex;
		flex-direction: column;
		gap: 1em;
		justify-content: space-between;
		text-align: center;
		border: 1px solid black;
		margin: 0.5em;
		box-shadow: 5px 5px 5px #888888;
	}
	.ashfall-forecast h4 {
		margin-bottom: 0;
	}
	.ashmap-title {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 1em;
	}
	.ashmap-title h5 {
		margin: 0;

	}
*/
/* disabled for rollout */
	.ash3d-flex {

	}
	.ashcloud-flex {

	}

	.ashcloudload-forecast {
		padding: 2em;
	}
	.ashcloudheight-forecast {
		padding: 2em;

	}
	.ashfall-forecast {
		padding: 2em;

	}

	.traj-forecast {
		padding: 2em;

	}



	.updates-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 1em;
	}

	.notice-synopsis {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}

	.notice-synopsis-with-icon {
		border: 1px solid black;
		margin: 0.5em;
		max-width: 25em;
		padding: 0.5em;
		box-shadow: 5px 5px 5px #888888;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	.notice-synopsis-with-icon a {
		text-decoration: none;
		color: black;
		display: flex;
	}

	.alert-icon {
		padding: 1em;
	}

	.notice-time {
		font-size: small;
		text-align: right;
	}

	.ash3d-map-container {
		display: flex;
		min-width: 250px;
		height: 600px;
	}
	.trajectory-map-container{
		width: 300px;
		height: 300px;
	}

	.webcam-container {
		border: 1px solid black;
		margin: 0.5em;
		max-width: 25em;
		padding: 0.5em;
		box-shadow: 5px 5px 5px #888888;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.webcam-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 1em;
	}
	.webicorder-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 1em;
	}
	.webicorder-container {
		border: 1px solid black;
		margin: 0.5em;
		max-width: 25em;
		padding: 0.5em;
		box-shadow: 5px 5px 5px #888888;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.rsam-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 1em;
	}

	.rsam-container {
		border: 1px solid black;
		margin: 0.5em;
		max-width: 25em;
		padding: 0.5em;
		box-shadow: 5px 5px 5px #888888;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.link-group {
		margin: 0.5em;
		max-width: 25em;
		padding: 0.5em;
		min-width: initial;
		max-width: initial;
	}
	.link-group ul {
		list-style-type: none;
		margin: 0;
		min-width: fit-content;
	}
	.outer-group {
		margin: 0.5em;
		max-width: 25em;
		padding: 0.5em;
		min-width: fit-content;
	}
	.outer-group ul {
		list-style-type: none;
		margin: 0;
	}
	h4 {
		margin: 0;
	}
