.footer-style
{
	background:#555555;
}
.footerstyle>div:nth-child(2)>ul>li{
	
	    display: inline;
    border-right: 1px solid #fff;
    padding: 5px;
    text-align: center;
    margin: 0px;
    float: left;
}

.footerstyle>div:nth-child(2)>ul>li:last-child{
	border-right:none;
}

.footerstyle>div:nth-child(2)
{
	margin-top:1%;
	text-align:center;
}
.footerstyle>div:nth-child(2)>ul
{
	text-align: center;
    display: inline-block;
}
.footerstyle>div:nth-child(2)>ul>li>a{
	color:#fff;
}
.footerstyle>div:nth-child(3)
{
	color:#fff;
	margin-top:1%;
}
footer {
    background: #555555;
    
    display: block
}