.oghatsharee {
    background: #f0f0f0;
    width: 100%;
    float: right;
    padding-bottom: 2%;
	border-radius: 5px;
}
.titr img {
    margin: 0 auto 1%;
}
.titr h3 {
    font-size: 20px;
    margin-bottom: 10px;
	text-align:center;
	color:#277fc3;
}
.Element{
	text-align:center;
}
.Element ul {
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 10px 20px;
	webkit-box-shadow: 1px 1px 5px 0 rgba(109,109,109,.3);
-moz-box-shadow: 1px 1px 5px 0 rgba(109,109,109,.3);
box-shadow: 1px 1px 5px 0 rgba(109,109,109,.3);
background:#fff;
border-radius: 5px;
}
.Element ul li {
    line-height: 28px;
	font-size: 13px;
font-weight: 500;
text-align:center;
}
.Element ul li  span{
		color:#277fc3;
}

