/*
* Copyright (c) ArSysOp 2020-2026
* 
* ArSysOp and its affiliates make no warranty of any kind
* with regard to this material. 
* 
* ArSysOp expressly disclaims all warranties as to the material, express, 
* and implied, including but not limited to the implied warranties of 
* merchantability, fitness for a particular purpose and non-infringement of third 
* party rights. 
* 
* In no event shall ArSysOp be liable to you or any other person for any damages, 
* including, without limitation, any direct, indirect, incidental or consequential 
* damages, expenses, lost profits, lost data or other damages arising out of the use, 
* misuse or inability to use the material and any derived software, even if ArSysOp, 
* its affiliate or an authorized dealer has been advised of the possibility of such damages. 
*
*/

section.realeases {
	margin-left: auto;
	margin-right: auto;
}

span.version {
	color: #00FFEE;
	background-color: #1A090D;
	padding: 0 .25rem;
}

.downloads {
	display: flex;
	flex-flow: column nowrap;
	line-height: 2;
	margin-top: .5rem;
}

.downloads div {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr;
}

.downloads a {
	padding: 0 1rem;
}

.downloads a[href$="sha512"] {
	text-align: right;
}

.downloads a[href="./license.html"] {
	grid-column: 1 / 3;
}

.downloads a:hover {
	background-color: black;
	color: white;
}

.downloads a.app:hover {
	color: #94FF00;
}