

// RSS Feed are the support questions on the page.
.support.tiles {
		display: flex;

		> div {
		///	height: 50px;
			background-color: #0073aa;
			margin: 0 25px 0 0;
			padding: 16px;
			a {
				color: #fff;
				text-align: center;
				font-size: 20px;
				text-decoration: none;
			}
		}

}

.system_info {
	width: 90%;
	background-color: #fff;
	border: 1px solid #000;
	padding: 15px;
	.info {
		margin: 5px 0;

		label {
			width: 250px;
			display: inline-block;
			clear: both;
		}

	}

}
