.calculated-value {
	font-size: 17px;
}
.calculated-value p {
	font-size: 15px;
	margin: 5px 0 10px 0 !important;
	color: #000;
}

.error {
	color: red;
}

#data {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}


#data h2 {
	color: #fff;
	font-size: 12px;
}

.lrfd-data-table th,
.lrfd-data-table td {
	border-bottom: 1px solid #45687e;
}

.asd-data-table th,
.asd-data-table td {
	border-bottom: 1px solid #28644b;
}

.lrfd-data-table *,
.asd-data-table * {
	color: #fff !important;
}

table#results {
	width: 570px;
	border: 1px solid #000;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

table#results th {
	border: 1px solid #000;
	background: #36f;
	color: #fff;
	padding: 3px;
	text-align: center;
}

table#results td {
	border: 1px solid #000;
	background: #fff;
	height: 20px;
	padding: 0 3px;
	font-weight: normal;
}

/* LRFD match */
table#results tr.lrfd-match td {
	background: #dadada;
	padding: 3px;
	height: 30px;
}

table#results tr.lrfd-match td.lrfd {
	font-weight: bold;
	font-size: 12px;
}


/* ASD match */
table#results tr.asd-match td {
	background: pink;
	padding: 3px;
	height: 30px;
}

table#results tr.asd-match td.asd {
	font-weight: bold;
	font-size: 12px;
}


/* ASD *and* LRFD match */
table#results tr.lrfd-asd-match td {
	background-color: #a3d1a3;
	padding: 3px;
	height: 30px;
}

table#results tr.lrfd-asd-match td.lrfd,
table#results tr.lrfd-asd-match td.asd {
	font-weight: bold;
	font-size: 12px;
}

table#results tr.lrfd-asd-match td.joist,
table#results tr.asd-match td.joist,
table#results tr.lrfd-match td.joist {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}



table.key {
	border-collapse: collapse;
}
table.key td {
	padding: 3px 3px 3px 0;
	width: 60px;
	border: 1px solid #999;
}
table.key td.key {
	border: none;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
table.key td.lrfd {
	background-color:#CCC;
	text-align: center;
}
table.key td.asd {				background-color:pink; text-align: center; }
table.key td.both { 			background-color:#a3d1a3; text-align: center; }
