#hlf-table a:hover {
	text-decoration: none;
	-moz-text-decoration-line: none;
}
#hlf-table a.link-with-details:hover {
	text-decoration: underline;
	-moz-text-decoration-line: underline;
}
.hlf-table-box {
	display: none;
	width: 500px;
	height: auto;
	background-color: white;
	left: 0;
	border: 1px solid #7F7F7F;
}

#iframemodal {
	display: none;
	width: 700px;
	height: 600px;
	left: 0;
	border: 1px solid #7F7F7F;
}

#lean_overlay {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}

.ssTitle {
	background-color: #4C6C91;
	color: white;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0.5em 1em;
}

.ssTitle a {
	color: white;
}

.ssP {
	padding: 0.5em;
	clear: both;
}

.ssTime {
	width: 15%;
	float: left;
	padding:0 1.5em;
	font-weight: bold;
}

.ssText {
	float: right;
	width: 84%;
	padding-right: 2em;
}

.ssText a {
	text-decoration: none;
	color: black;
}

.ssTextNoTime {
	float: none !important;
	width: 100% !important;
	padding: 0 2em !important;
}

.ssText p{
	font-size: 0.97em;
	line-height: 1.9em;
	padding-bottom: 1em;
}

.modal_close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 22px;
	height: 22px;
	background: transparent url('../icons/close.png') top center;
	cursor: pointer;
	z-index: 1103;
}

@media only screen and (max-width: 500px) {
	.hlf-table-box, #iframemodal {
		width: 320px;
	}
	.ssText {
		width: 80%;
	}
}
@media only screen and (max-width: 350px) {
	.hlf-table-box, #iframemodal {
		width: 250px;
	}
	.ssTime {
		padding: 0;
	}
}
