body {
	background-color: #fffff0;
	color: #000000;
}

body.newstyle {
	margin: 2em;
}

a:link {
	color: #0000EE;
}
a:visited {
	color: #551a8b;
}
a:active {
	color: #FF3300;
}

ul.menubar {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	border-width: 0px 0px 0px 1px;
	border-color:  black;
	border-style: solid;
}

.menubar li {
	float: left;
	margin: 0;
	padding: 0;
}

.menubar li a {
	display:block;
	float:left;
	padding:4px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
	border-width: 1px 1px 1px 0px;
	border-color:  black;
	border-style: solid;
	font-size: 95%;
	color: blue;
	background-color: #ceffff;
	text-decoration: none;
}
.menubar a:visited {
	color: purple;
}
.menubar a:hover {
	color: green;
}
.menubar a:active, .menubar a:focus {
	background-color: yellow;
}

a.downloadpage {
	background-color: blue;
	border: 1px solid #FFF;
	border-radius: 12px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: Helvetica,Arial,sans-serif;
	margin: 5px 10px;
	overflow: hidden;
	padding: 8px 13px;
	position: relative;
	text-align: center;
	font-weight: bold;
	transition: background-color 0.5s, margin 0.5s, padding 0.5s, box-shadow 1s;
}

ul.distfiles, ul.featurelist {
	list-style: none;
}
ul.distfiles > li {
	min-height: 1.2rem;
	padding: 0rem 1rem .5rem 1rem;
	position: relative;
}
ul.distfiles > li::before {
	background: blue;
	border-radius: 0.5rem;
	content: '';
	height: 0.7rem;
	width: 0.7rem;
	left: -1rem;
	overflow: hidden;
	position: absolute;
	top: 0rem;
}
ul.featurelist > li {
	min-height: 1.2rem;
	padding: 0rem 1rem .5rem 1rem;
	position: relative;
	list-style-type: none;
}
ul.featurelist > li::before {
	background: green;
	border-radius: 0.5rem;
	content: '';
	height: 0.7rem;
	width: 0.7rem;
	left: -1rem;
	overflow: hidden;
	position: absolute;
	top: 0rem;
}
ul.issuelist > li {
	min-height: 1.2rem;
	padding: 0rem 1rem .5rem 1rem;
	position: relative;
	list-style-type: none;
}
ul.issuelist > li::before {
	background: red;
	border-radius: 0.7rem;
	content: '';
	height: 0.7rem;
	width: 0.7rem;
	left: -1rem;
	overflow: hidden;
	position: absolute;
	top: 0rem;
}

body.newstyle img.wolf {
	max-width: 30%;
	float:right;
	padding-left: 1em;
}

table.changes tr td:first-child {
	min-width: 4em;
	color: green;
}
table.changes tr td.odd:first-child {
	color: blue;
}
table.changes tr td {
	padding-top: 10px;
}

table.quicklinks {
	margin: 1rem;
	border: solid 1px rgba(0,0,255,0.25);
	background: #fffba6;
}

table.quicklinks td {
	border: solid 1px rgba(0,0,255,0.25);
	padding: 0.3rem;
}

table.news td {
	padding: 0.2rem 0.2rem;
}

h3.lugarusoftware img {
	position: relative;
	bottom: -20px;
	left: -6px;
}

table.downloads td {
	vertical-align: top;
}

table.downloads td:first-child {
	padding-right: 0.6em;
}

tr.ostype-end td {
	padding-bottom: 1em;
}

a.buynow {
	background-color: #009900;
	border: 1px solid #FFF;
	border-radius: 12px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-family: Helvetica,Arial,sans-serif;
	margin: 5px 10px;
	overflow: hidden;
	padding: 8px 13px;
	position: relative;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	transition: background-color 0.5s, box-shadow 0.5s;
}

a.buynow:hover {
	background-color: green;
	box-shadow: 0 16px 32px 0 rgba(0,0,0,0.2), 0 12px 20px 0 rgba(0,0,0,0.19);
}

/* Stripe settings */
div#card-element {
	border: 1px solid lightgray;
	margin: 0.5rem;
	padding: 0.5rem;
	max-width: 30rem;
}

div.form-row {
	padding-bottom: 2rem;
}

table.orderform {
	padding: 0.5rem;
}
table.orderform td {
	padding: 0.2rem 0.5rem;
}

.maxwidth {
	max-width: 40%;
}

@media only screen and (max-width: 600px) {

	h3.lugarusoftware {
		font-size: 80%;
		margin-bottom: 2rem;
	}
	h3.lugarusoftware img {
	}
	img.luglogo {
		max-width: 40%;
	}

	table.quicklinks,
	table.quicklinks tr,
	table.quicklinks td {
		display: block;
		white-space: normal;
	}

	table.news td {
		display: block;
	}
	table.news td:first-child {
		display: none;
	}
	table.news td:nth-child(2) {
		font-weight: bold;
		margin: 0.5rem 0rem;
	}
	table.news td:nth-child(3) {
	}
}

.result-message {
  line-height: 22px;
  font-size: 16px;
}

.result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}

.hidden {
  display: none;
}

#stripe-card-error {
  color: red;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  margin-top: 12px;
}

#stripe-card-element {
  border-radius: 4px 4px 0 0 ;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  max-width: 30em;
  background: white;
}

#payment-request-button {
  margin-bottom: 32px;
}

/* Buttons and links */
button.place-order {
  background: #5469d4;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 50%;
  min-width: 100px;
}
button.place-order:hover {
  filter: contrast(115%);
}
button.place-order:disabled {
  opacity: 0.5;
  cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.currency {
	text-align: right;
}
