@CHARSET "UTF-8";

.CompList {
	margin-bottom:1.5em;
	display:flex;
	cursor: pointer;
}

.CompList div {text-align: left;}

.CompList img[alt="flag-nation"] {
	flex:0 0 auto;height:3em; width:auto;margin-right:1em;
}

.CompList img[alt="flag-imp"] {
	margin-left:1em;
}

.CompList span {
	color:#4e4e4e;
}

.CompList strong {color:#c52d2f}

dd {margin-bottom:1em;}

.right {
	text-align: right;
	padding-right: 1vh;
}

.totals {
	text-align: right;
	padding-right: 1vh;
	font-weight: 400;
}

.bold {
	font-weight: bold;
}

.utc-time {
	color: #ccc;
	font-size: 75%;
}

.paybutton {
	padding: 0.25em;
	border-radius: 1.5em;
	font-weight: bold;
	margin:0 0.5em;
	width:8em;
	display:inline-block;
	border:0;
}

.paypal {
	background-color: #d0d000;
	color:black;
}
.stripe {
	background-color: #0000d0;
}

.stripe a {
	color:white;
}