/* 
================================================================
  2/29/24: TrepStar publishers may copy this CSS file for their own use without limitation.
- Included with TrepStar retail order purchase.asp page.
- We always include a few key style components here. 
- Then, within the TrepStar retail order cart settings in your TrepStar dashboard, you may include links to your additional css files. 
- Click the 'retail order cart settings' button from within your TrepStar dashboard.  Then add your own css file to the 'Purchase Pages HTML HEAD SECTION' area.
================================================================== 
*/


#scrollMessage {
	display: none;
	position: fixed;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%; /* Set width to 90% */
	z-index: 9999;
}

