/*
 * @copyright	Copyright (C) 2011 Simplify Your Web, Inc. All rights reserved.
 * @author 		Olivier Buisard <olivier.buisard@simplifyyourweb.com>
 * @author 		Ratmil Torres (Pay Per Download)
 * @license		GNU General Public License version 3 or later; see LICENSE.txt
 */

.front_title {
	margin-bottom: 10px;
}

.field-label {
	font-weight: bold;
	font-size: 1em;
}

.field-value {
	font-size: 1em;
}

.front_input_label {
	font-size: 1em;
	width: 100px;
}

ul.front_list {
	margin-left: 20px;
}

ul.front_list.licenses > li {
	margin-bottom: 20px;
}

.front_fieldset {
	margin: 5px;
	padding: 15px;
	border: solid 1px;
}

.gateways {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	align-items: center;
	margin-top: 20px;
}

.gateways form {
	text-align: center;
	margin: 0;
	padding: 0;
}

.gateway {
	margin: 20px;
}
