.rndbx {
	font-size: .8em;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top:15px;
	
}
.bxtitle {
	font-weight: bold;
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border: 0px solid #000000;
	color: white;
	padding: 3px;
	text-align:center;
}
.bkgray {
	background-color: #555555;
}


.bkgreen {background-color:#693 ;}



.bkltgray {background-color: #eeeeee;border: 1px solid #555}

.lnkbx {border:1px solid #ccc;}
.lnkbx a {color:#777;display:block;margin-left:3px}
.lnkbox a:before { 
    content: "\00b7\a0\a0\a0";
}

.bkltgreen {background-color:#C6E2A9;}

/* for content search dropdown -- to allow for content to be wider than select box itself */

#stext {width:130px;text-overflow:ellipsis; font-family:'open sans', sans-serif}


@media screen and (max-width:768px) {
	
.ltcl {display:none}	
	
}