/* remotefilename=/style/shopping.css
 *
 *	Copyright © 2025 by The Race To Space Project.  All rights reserved.
 *
 *	$Id: /style/shopping.css,v $
 */
/**
*	CSS rulesets for the Shopping section of the site
*
*	Author:			Fred Koschara
*	Creation Date:	July thirty-first, 2025
*	Last Modified:	August 1, 2025 @ 11:03 am
*
*	Revision History:
*	   Date		  by		Description
*	2025/08/01	wfredk	add .shopBorder* rulesets
*	2025/07/31	wfredk	original development, pull rulesets from existing code
*/

div#rapper
{	margin-top:2em;
	max-width:640px;
	text-align:justify;
}
h3#theExplainer
{	margin-top:3em;
}
hr#theLimiter
{	margin-top:50px;
}

.shopBookFormat
{	font-size:1.5em;
	padding:0 36px;
	text-align:left;
}

.shopBorderInner
{	border:5px solid #ffff66;
	padding:1.5em;
	text-align:center;
}
.shopBorderOuter
{	border:3px solid #66cc66;
	display:inline-block;
	margin-top:2em;
}

.orderThankYou
{	color:#ccccff;
}
.thanksSqueeze
{	margin:2em;
}
.thanksAccount
{	margin:3em 0 1em;
}

/* EOF: shopping.css */
