td:first-child{
	font-weight: bold;
}

td:nth-child(n+2) {
	text-align: right;
	border: solid 1px;
	padding-right: 10px;
	margin: 0;
}

.output {
	background-color: yellow;
	font-weight: bold;
}


.tool {
	border: solid 1px;
	padding: 20px;
	min-width: 400px;
	max-width: 700px;
	min-height: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-flex;

}

.carrier {
	border: solid 1px;
	padding: 20px;
	min-width: 250px;
	max-width: 400px;
	min-height: 100px;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	padding-top: 5px;
	margin-top: 5px;
}