:root {
	--standard-width: 60%;
	--standard-smallscreen-width: 90%;
	
}

.prebox {
	position: relative;
	max-width: var(--standard-width);

	margin: 1em auto;
	padding: 0.5em;
}

@media only screen and (max-width : 780px) {
	.prebox {
		max-width: 95%;
	}
}

/* *************** */
#imgL {
	position: relative;
	float: left;
	margin-right: 2em;
}

/* * */

#loginSuccess {
	display: none;
	
	position: relative;
	padding-bottom: 0 !important;
}

#loginSuccess .container {
	display: flex;
	justify-content: space-around;
}

#loginSuccess .successText {
	position: relative;
	flex-grow: 1;
}

#loginSuccess h1 {
	position: relative;
	
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.3em;
}

#loginSuccess p {
	position: relative;
	display: block;
	
	font-size: 0.9em;
}

#loginSuccess p:nth-child(3) {
	font-size: 0.85em;
	margin-left: 0.75em;
}

/* *************** */	

#boxYouShouldRegister {
	font-weight: bold;
	text-align: center;
}

/* *** */

#boxLoginError {
	display: none;
}

#boxLoginError h1 {
	font-size: 1.25em;
	margin-bottom: 0.25em;
}

#boxLoginError p {}

/* *** */

/* ******* */	
#boxUserLogin {
	position: relative;
}
/* * */	

/* .boxLoginPrompt moved to common.css */

/* * */	
#boxBottomText {
	position: relative;
	
	font-size: 0.8em;
	text-align: center;
	
	font-weight: bold;

	border-top: 1px solid #CCC;
	
	margin-top: 1em;
	padding-top: 0.5em;
	
	display: flex;
	justify-content: space-around;
}

#boxBottomText li {
	list-style-type: none;
}

/* * */
#boxXSite {
	position: relative;
	
	margin: 1em auto;
	
	font-weight: bold;
	text-align: center;
	
	font-size: 0.8em;
	font-variant: small-caps;
}

#boxXSite .sitesAvail {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}

#boxXSite .sitesAvail > * {
	margin: 0.5em;
	padding: 0.25em;
	border: 2px solid transparent;
}

#boxXSite .sitesAvail img {
	max-height: 45px;
	max-width: 200px;
}

#boxXSite .sitesAvail > a:hover {
	border: 2px solid blue;
	border-radius: 0.8em;
}