*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #52545c;
	/* background: linear-gradient(-60deg, #f7f8fa, #f5f6f9 70%, #f7f8fa 98%); */
	background-color: #f7f8fa;
	margin: 0;
}

b {
	font-weight: 600;
}

h1 {
	color: #005f9d;
	font-weight: 600;
	font-size: 2em;
}

h1 > span {
	color: #d85f0f;
	font-size: 15px;
}

.indexof > h2 {
	text-align: left;
	margin-left: 5%;
}

hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 33%, rgba(255, 255, 255, 0.75) 66%, rgba(255, 255, 255, 0) 100%);
}

img#pslogo {
	margin: 1em;
}

a {
	cursor: pointer;
	color: #005f9d;
	text-decoration: underline;
}

a:hover {
	color: #61c2f2;
	text-decoration: none;
}

table {
	width: 90%;
	max-width: 90%;
	/* margin: 20px 15px; */
	margin: 20px auto;
	font-size: 14px;
}

thead th {
	font-size: 15px;
	text-align: left;
	padding-bottom: 10px;
}

th, td {
	text-align: left;
	padding: 1px 20px 1px 5px;
}

tbody > tr > td:first-child {
	padding: 0;
	line-height: 2;
}

tbody > tr:nth-child(odd) {
	background-color: #f0f0f0;
}

tbody > tr:nth-child(even) {
	background-color: #f7f7f7;
}

tbody > tr:hover {
	background-color: #66a3cc;
}

tbody > tr a {
	display: block;
	padding: 1px 20px 1px 5px;
	text-decoration: none;
	color: #005e9c;
}

tbody > tr a:hover {
	color: #fff;
}

tbody > tr:hover a {
	color: #004d80;
}

tbody > tr:hover a:hover {
	color: #fff;
}

.home {
	max-width: 735px;
    margin: 0 auto;
    padding: 4em 1em;
    text-align: center;
	font-size: 18px;
}

.indexof {
	max-width: 735px;
    margin: 0 auto;
    padding: 4em 1em;
    text-align: center;
	font-size: 18px;
}

.downloadbutton {
	display: block;
	margin: .6em;
	padding: .8em .6em;
	background-color: #005F9D;
	color: #fff;
	border-radius: 2px;
	font-size: 24px;
	text-decoration: none;
	-webkit-transition: .2s background-color ease-in-out;
	transition: .2s background-color ease-in-out;
	width: 275px;
}

.downloadbutton > span {
	font-size: 13px;
	font-style: italic;
	word-wrap: break-word;
	padding-left: 10px;
	padding-right: 10px;
}

.downloadbutton > p {
	line-height: .5em;
	margin: 0;
	padding: 0;
}

.downloadblock {
    display: inline-block;
    margin: 0 8px;
}

.downloadblock > a:hover {
	color: #FFF;
	background-color: #007ED0;
	text-decoration: none;
}

.downloadblock > p.beta {
	display: block;
	margin: 0 0 1em 1em;
	font-size: 18px;
	float: left;
	color: #52545c;
	text-decoration: none;
	-webkit-transition: .2s background-color ease-in-out;
	transition: .2s background-color ease-in-out;
	width: 275px;
}

.downloadblock > p.beta > a {
	font-style: italic;
	font-size: 14px;
	line-height: 1.8em;
}

.text-center {
    text-align: center;
}

#changelog {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.profitap-footer{
	width: 8em;
	margin-bottom: 0;
}

.footer {
    color: #acb6bf;
    margin: 0 auto;
    font-size: 12px;
    bottom: 0;
    width: 100%;
}

.footer ul {
    list-style: none;
    display: block;
    padding-inline-start: 0;
}

.footer ul > li {
	line-height: 1.5;
}

.footer ul > li:first-child {
	padding-bottom: 5px;
}

.footer > div {
	color: #acb6bf;
}

@media (min-height: 731px) {
	.footer {
		position: absolute;
		padding: 5rem 1em 2rem 1em;
	}
}

@media (min-width: 631px) {
	img#pslogo {
		width: 50%;
	}
	.footer {
		position: absolute;
		padding: 5rem 1em 2rem 1em;
	}
}

@media (max-height: 730px) {
	.footer {
		position: relative;
		padding: 0 1em;
	}
}

@media (max-width: 630px) {
	h1 {
		font-size: 1.8em;
	}
	img#pslogo {
		width: 70%;
	}
	.footer {
		position: relative;
		padding: 0 1rem 2rem;
	}
}
