.clear{
	clear:both;	
}
.proofnow_popup {
	position:fixed;
	bottom:10px;
	width:100%;
	z-index:9999;
	font-family:arial;
	display:none;
	max-width: 350px;
}
.proofnow_popup.bottom-left{
	left:10px !important;	
}
.proofnow_popup.bottom-right{
	right:10px !important;	
}

.proofnow_popup > div {
	margin: 0px;
	border: 1px solid #dadada;
	padding: 3px;
	box-shadow: 0px 0px 10px #d6d6d6;
	font-size: 12px;
	background:#fff;
	position:relative;
}
.proofnow_popup > div > img {
	width:60px;
	box-shadow: 0px 0px 2px #333;
	float:left;
	margin-right:10px;
}
.proofnow_popup > div .txt {
	float:left;
	width:250px;
	padding-bottom:5px;
}
.proofnow_popup > div .txt .big {
	font-size:14px;
	font-weight:bold;
}
.proofnow_popup > div .txt .small {
	font-size:11px;
	color:#999;
}
.proofnow_popup > div .powered{
	position:absolute;
	bottom:3px;
	right:3px;
}

.proofnow_popup > div .stop{
	display:none;
	height:0px;
}
.proofnow_popup > div:hover .stop{
	display:block;	
	text-align:center;
	position:absolute;	
	line-height:12px;
	font-size:9px;
	width:12px;
	height:12px;
	background:#ddd;
	color:#777;
	border-radius:50%;
	top:5px;
	right:5px;
	text-decoration:none;
}
.proofnow_popup.rounded > div{
	border-radius: 40px;
}
.proofnow_popup.rounded > div > img {
	border-radius:50%;
}

.proofnow_popup.rounded  > div .powered{
	right:20px !important;	
}

ul {
	border:0;
	margin:0;
	padding:0;
}

table.proofnow_tbl {
	border-spacing:0px;
	border-collapse:collapse;
}
table.proofnow_tbl tr th {
	text-align:left;
	background-color:#015196;
	color:#fff;
	padding:3px 10px;
	font-size:16px
}
table.proofnow_tbl tr td {
	font-size:14px;
	padding:3px 10px;
	background-color:#ccc;
	margin-top:3px;
}



/*

PAGINATION

*/

.proofnow_pagination a, .proofnow_pagination .current, .proofnow_pagination .disabled {
	display: inline-block;
    min-width: 17px;
    border: 1px solid #ccc;
    padding: 0px 5px;
    background: #e5e5e5;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    margin: 0px 2px;
	text-decoration:none;
}
.proofnow_pagination a:hover{
	background:#0073aa !important;	
	color:#fff !important;
}
.proofnow_pagination .current{
	background:#fff !important;	
}
.proofnow_pagination .disabled{
    border-color: #ddd !important;
    background: #f7f7f7 !important;
    color: #a0a5aa !important;
}
