.installer-toolbar tr > th
{
	width: 150px;
	padding: 0;
}
.installer-item
{
	margin-bottom: 10px;
}
.installer-item img
{
	width: 80px;
	height: 80px;
}
.installer-item > a,
.installer-item > a:hover,
.installer-item > a:active
{
	text-decoration: none;
	color: black;
}
.jumbotron
{
	padding-top: 5px;
	border: 1px solid black;
	background-color: #eaf8ed;
}
.jumbotron > h3
{
	margin-bottom: 20px;
}
.jumbotron > p
{
	font-size: 14px;
	text-align: justify;
}
.jumbotron > p:first-letter
{
	margin-left: 50px;
}
.jumbotron .form-control
{
	border-color: #888;
}
.form-group > p
{
	font-size: 14px;
}
.alert.alert-warning
{
	border: 1px solid red;
}
.alert.alert-warning > p
{
	text-align: center;
	margin: 0;
}