.nwss_share a, .nwss_share a:hover {
	box-shadow: 0 0 0 0!important;
	text-decoration:none!important;
}

.nwss_share p.err {
	background: lightgray;
	color:red;
	padding:15px;
}
.nwss_share p.err a {
	text-decoration:underline!important;
	color:red;
}

.nwss-float .nwss_share .title{
	font-size: 11px;
    margin-bottom: 5px;
	text-shadow: 1px 1px 2px white;
	line-height: 120%;
}

.nwss_share .title{
	font-size: 16px;
    margin-bottom: 8px;
}
.nwss-after-title .nwss_share .title{
	font-size: 16px;
    margin-bottom: 8px;
}

.nwss-float{
	position:fixed;
	padding:10px;
	left:0px;
	top:40%;
	max-width: 48px;
}
.nwss-float a {
    float: left;
    width: 100%;
}
.nwss-float a:focus {
    outline:0;
}
.nwss-featured{
	position: absolute;
    z-index: 9999;
    /* top: 0; */
    margin: 0 auto;
    width: 100%;
    text-align: center;
    /* bottom: 0; */
    margin-top: -140px;
}
.nwss-featured .nwss_share{
	width: 45%;
    margin: 0 auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.3);
}
.nwss-featured .title{
	color:white;
}