.clear{

	clear: both;

}

#trust-badge{

	width: 100%;

	min-height: 100px;

	    background: #fff;

    box-shadow: 1px 1px 1px 1px #ccc;

    /*border: solid 1px #ddd;*/

    padding: 10px;

    padding-top: 15px;



    position: relative;

    border-top:solid 6px #3b5998;

    margin-bottom: 20px;

}

#trust-badge .avarta,#trust-badge .content{

	float: left;

}

#trust-badge .avarta{

	margin-right: 10px;

	width: 30%;

}

#trust-badge .content {

width: 65%;

}

#trust-badge .content h2{

	color: #000;

    font-size: 17px;

    text-transform: capitalize;

    font-weight: bold;





}

#trust-badge .content p.subtitle{

	font-size: 13px;

    color: #8f98a4;
    margin-top: 5px;

}

#trust-badge .content h2,#trust-badge .content p{

	padding: 0;

	margin: 0;

}

#trust-badge .content p.starsnumb{

	color: #5080F7;

	float: left;

	font-size: 28px;

	margin-right: 10px;

}

.starslist{

	float: left;

}

.starslist  li{

	list-style: none;

	float: left;

	font-size:25px;

	color: #5080F7;

	padding: 2px  !important;

	border: none;

	border-top: none !important;

	border-bottom: none !important;

}
.starslist  li img {
	width: 23px;
}
.viewall{

	color: #5080F7;

	text-decoration: underline;

	box-shadow: none !important;

}

.viewall:hover{

	color: #5080F7 !important;

	box-shadow: none !important;

	text-decoration: underline;

}