﻿/*
.slarge_predd {
	height: 150px;
	overflow: auto;
	width: 250px !important;
}

#sspreddict {
	position: absolute;
	overflow: none;
	z-index: 1000;
	border: 1px solid black;
	background-color: white;
	padding: 0;
	display: none;
	width: 250px !important;
}

#sspreddict {
	font-size: 1.5em;
}

#sspreddict .opt_sel, #preddict .opt_unsel {
	width: 177px !important;
	width: 178px;
}

#sspreddict.large_predd .opt_sel, #preddict.large_predd .opt_unsel {
	width: 161px !important;
	width: 100%;
}

#sspreddict div {
	font-size: 0.7em ;
	font-family: Arial, Helvetica, sans-serif !important;
	cursor: pointer;
}

.sopt_sel, .sopt_unsel {
	padding: 1px 0 1px 3px;
	font-family: Tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em !important;
}

.sopt_sel {
	color: white;
	background-color: #207808;
}

.sopt_unsel {
	color: black;
	background-color: white;
}

.slarge_predd table {
	padding:0 3px;
}

stable td {
	text-decoration:none !important;
}

.actb_pred {
	border: 1px solid #9d9d9d;
	width: 305px;
	text-align:left;
	z-index: 1000;
	position: absolute; line-height:140%;
}*/

/* Edit by puran 28-09-2017 */
.actb_pred {
	border: 1px solid #dfdfdf;
	width: auto;
	text-align: left;
	z-index: 1000;
	position: absolute;
	line-height: 24px;
}

	.actb_pred td {
		padding: 5px;
		color: #fff;
	}

		.actb_pred td:hover {
			color: #fff;
		}
/* Edit by puran 28-09-2017 End */
