@charset "UTF-8";
.update {
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
}
tr.edition {
	font-family: AllerBold;
	font-size: 18px;
	color: #003876;
	font-weight: normal;
	white-space: nowrap;
	border-left-width: 0px;
}


tr	 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;	
}
tr.last	 {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;	
}
tr.white	 {
	background-color: #FFF;	
}

td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b5bfca;
	padding: 12px;
	valign: top;
	vertical-align: top;
	text-align: left;
	width: 293px;
	line-height: 20px;
}
td img {
	vertical-align: middle;
	margin-bottom: 5px;
}

td strong {
	font-family: AllerBold;
	font-weight: normal;
	font-size: 15px;
}
td.first {
	padding-bottom: 10px;
	padding-top: 12px;
	padding-right: 12px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #999;
	text-align: left;
	padding-left: 0px;
	line-height: 20px;
	width: 293px;
}
td.first strong {
	font-family: AllerBold;
	font-weight: normal;
	font-size: 16px;
}
.note {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
}

i {
	font-size: 20px;
}
td i[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin-right: 2px;
	color: #677263;
}
td.no i[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin-right: 2px;
	color: #845d62;
}
