@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 20px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: small;
}

h1 {
	margin-bottom: 20px;
}

h2.section-head {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
}

h1.page-head {
	text-align: center;
	font-size: xx-large;
}

tr {
	cursor: default;
}

.footer {
	text-align: center;
	margin-top: 1rem;
	font-size: 0.8rem;
}

.machine {
	display: flex;
	flex-flow: column nowrap;
	margin: auto;
	margin-top: 15px;
	width: 800px;
	background: #e0f0ff;
}

.machine-head {
	flex: 0 0 22px;
	padding: 3px 5px;
	font-size: 15px;
	border: 1px solid #ccc;
	border-bottom: none;
	background-color: #0a3863;
	color: #fff;
}

.machine-head a {
	color: #fff;
	text-decoration: none;
}

.machine-head a:hover {
	text-decoration: underline;
}

.machine-content {
	flex: 1 0 auto;
	display: flex;
	flex-flow: row nowrap;
	border: 1px solid #ccc;
	border-top: none;
}

.machine-side {
	flex: 0 0 160px;
	text-align: center;
	padding: 15px 0;
}

.machine-side p {
	font-size: 14px;
	margin-bottom: 5px;
}

.machine-side p.subtitle {
	font-size: 0.9em;
	margin-bottom: 0;
}

.machine-thumbnail {
	height: 100px;
	width: 100px;
	margin: auto;
	margin-bottom: 10px;
}

.machine-detail {
	flex: 1 0 auto;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #fff;
}

.machine-detail table {
	width: 100%;
	height: 100%;
}

.machine-detail tr:nth-of-type(even) {
	background: #eee;
}

.machine-detail th {
	text-align: right;
	padding: 2px 5px;
	font-weight: normal;
	border-right: 1px solid #ccc;
	width: 95px;
}

.machine-detail td {
	padding: 2px 5px;
	text-align: left;
	padding-left: 5px;
}
