.zbpLinks{
	height: 100%;
	margin:0px auto;
}
.zbpLinks::before,.but::before{
	clear: both;
	content:'';
}	
.zbpLinks::after,.but::after{
	clear: both;
	content:'';
}	  	
.zbpLinks p{
	margin:20px 0;
}

.zbpLinks .Link{
	margin:15px 0;
	height: 40px;
	line-height: 40px;
	width:100%;
}
.zbpLinks .Link-msg{display: none;text-align: center;color: red;margin:0px;padding:5px 0;background: #c5f5ee;}
.zbpLinks .Link>label{
	width: 15%;
	background: #ddd;
	/*border:1px solid #ddd;*/
	color:#555;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
}
.zbpLinks .Link>input{
	margin:0 0 0 1.2%;
	border:1px solid #ddd;
	height: 35px;
	line-height: 35px;
	max-width: 100%;
	padding-left:1%; 
	width: 83.4%;
	box-sizing: border-box;
}
.zbpLinks #bform{
	width: 100%;
	height: 40px;
	display: inline-block;
	cursor:pointer;
	background: #eeeeee;
	text-align: center;
	line-height: 40px;
}
@media(max-width: 630px){
	.zbpLinks{
	width:100%;
	}
	.zbpLinks .Link>label{
	width: 30%;
	}
	.zbpLinks .Link>input{
	margin:0px;
	padding: 0px 0px 0px 4%;
	width: 70%;
	}
	.zbpLinks #bform{
	width: 100%;
}
}
.info-links{clear:both;    display: table;}
.info-links li{
    padding:4px 10px;
    width:100px;
    border:1px dashed #ddd;
    margin:5px 5px 5px 0px;
    float:left;
    overflow:hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.info-links li:first-child{
    margin-left:0px;
}
.info-links li:last-child{
    margin-right:0px;
}
.info-links>li>img{
    width:16px!important;
    margin-top:0px!important;
    margin-bottom:0px!important;
}