/* GLOBAL CHANGES */
#lamplighter {
	padding:0 !important;
}
#lamplighter h5 {
	display:none;
}
/* END GLOBAL CHANGES */

#lamplighter a {
	text-decoration:underline;
}
#lamplighter a:hover {
	text-decoration:none;
}
/* name */
#lamplighter table td.addon-name {
	font-weight:bold;
}
#lamplighter table td.addon-name span a {
	visibility:hidden;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	margin-left:10px;
	color:#516475; !important;
	position:relative;
}
#lamplighter table td.addon-name:hover span a {
	visibility:visible;
	color:#516475;
}
#lamplighter table td.addon-name span a:hover {
	color:#667F93;
}
#lamplighter table tr.hidden_addon td.addon-name {
	color:#c4c4c4;
}
#lamplighter span.commercial_designation {
	color: #516475;
	font-weight: normal;
	font-size: xx-small;
	vertical-align: top;
}
/* notes */
#lamplighter table .notes .link-present {
	/* background: url(../images/addon-link-present.png) right top repeat-y #fff; */
	border-right: inset 5px #ff9c00;
}
#lamplighter table .addon-link:not(.link-present):not(th) {
	border-right: inset 5px #25394b;
}
#lamplighter table .notes td {
	/* background:#1f2a33; */
}
#lamplighter table .addon-notes {
	width:16px;
}
#lamplighter table .notes td.notes {
	display:none;
	padding:10px 10px 10px 46px;
}
#lamplighter table .open-notes td.notes {
	display:table-cell;
}
#lamplighter table .open-notes td.notes ul {
	margin:0 0 0 20px;
}
#lamplighter table .open-notes td.notes ul li {
	list-style:disc;
	font-size:12px;
	padding:1px 0;
	line-height:1.3;
	color:#bdbdbd;
}
#lamplighter table h6 {
	font-size:14px;
	/* color:#4fc5f1; */
}
#lamplighter a.toggle {
	display:block;
	width:16px;
	height:16px;
	line-height:16px;
	overflow:hidden;
	color: #1f80bd;
	text-decoration: none;
	text-align: center;
	border: 1px solid #1f80bd;
}
/* type */
#lamplighter table tbody tr:nth-child(2n) td {
	background: #fff;
}
#lamplighter table td.addon-type {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
#lamplighter table td.addon-type ul {
	list-style:none;
	margin:0;
	padding:0;
	white-space:nowrap;
}
#lamplighter table td.addon-type ul li {
	color:#516475;
	display:inline;
	margin-right:5px;
}
#lamplighter table td.addon-type ul li.highlight {
	color:#fff;
	background: transparent;
}
/* status */
#lamplighter table .addon-status a, #lamplighter table .addon-status span {
	display:block;
	padding:0 0 0 24px;
	line-height:1.2;
}
#lamplighter table .warning {
	color:#25394b !important;
	background:url(../images/icon-warning.png) no-repeat;
}
#lamplighter table .warning a {
	display:inline;
	color:#ff9c00 !important;
	padding:0;
}
#lamplighter table .update {
	background:url(../images/icon-update.png) no-repeat 1px 0;
}
#lamplighter table .check {
	color:#92c27b !important;
	background:url(../images/icon-check.png) no-repeat;
}
/* updates */
#lamplighter table .addon-status {
	width:235px;
}
#lamplighter table .addon-link {
	width:10px;
}

#lamplighter .available {
	color:#ff9c00 !important;
}
#lamplighter table a.available {
	display:block;
	position:relative;
	line-height:1.2;
	font-size:12px;
}
#lamplighter table a.available span {
	display:block;
	width:21px;
	height:17px;
	overflow:hidden;
	background:url(../images/icon-available.png) no-repeat;
	position:absolute;
	top:-7px;
	right:-4px;
}
#lamplighter table .link-present a.available span {
	background-position:0 -17px;
}
#lamplighter img.monitor-loading {
	visibility: hidden;
}
/* footer */
#lamplighter-footer {
	padding:20px 25px 0;
	position:relative;
}
#lamplighter-footer .hidden_addons {
	/* position:absolute; */
	/* top:20px; */
	margin-top: 0px;
	right:25px;
}
#lamplighter-footer .hidden_addons a {
	color:#ff9c00 !important;
}
#lamplighter-footer .logos {
	width:200px;
	height:50px;
	margin:20px auto 0;
}
#lamplighter-footer .logos a {
	display:block;
	float:left;
	width:200px;
	height:50px;
	text-indent:-9999px;
	background:url(../images/logos.png?v=1.1.0) no-repeat;
	background-size: contain;
}
#lamplighter-footer .Check { margin-right: -24px}
#lamplighter-footer p, #lamplighter-footer p small, p.last-check, p.error-message {
	font-size:12px;
	line-height:20px;
	text-align:center;
	color:#9ab3c2;
}
p.last-check {
	margin: 0 0px;
	padding: 10px 0 20px;
}
p.error-message {
	padding: 10px 0 20px;
	text-align: left;
}
#lamplighter-footer p small {
	color:#5e7082;
}
#lamplighter-footer p small a {
	text-decoration:none;
}
