.znc-table{font-size: 16px;margin: 0 auto;}
.znc-table td {
	text-align: center;
}
.deco{
background:#252525;
}
.myclas {
	    display: block;
	    margin: 0 auto;
	    text-align: center;
}
.myclas .col-md-2 {
	width: 25.666667%;
	border: 1px solid;
}
.myclas button {
	width: 18% !important;
}
.link a {
	color: #fff;
}

.znc-table td,tr {
	border: 1px solid #47a6db;
	line-height: 15px;
	min-height: 15px;
	height: 15px;
	padding: 0px;
	width: 1%;
}
.znc-table th {
	border: 1px solid #47a6db;
	border-bottom: 1px solid #47a6db !important;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.znc-td i {
	    display: inline-block !important;
    float: none;
     margin-right: 0px;
     margin-bottom: 0px;
}
.table-responsive {
	margin-top:10px;
}
.table > tbody > tr > td {
	padding: 0px;
	min-height: 10px;
	font-size: 20px;
}
.znc-td p {
	margin:0px;
}
.table-scroll {
	display: block;
	height: 620px;       /* Just for the demo          */
	overflow-y: auto;    /* Trigger vertical scroll    */
	overflow-x: hidden;  /* Hide the horizontal scroll */
	width: 100%;
}

.znc-scroll tr {
	border: 1px solid #47a6db;
	line-height: 15px;
	min-height: 15px;
	height: 15px;
	padding: 0px;
}
#hide2:focus {
 background: #555 !important;
}

#hide:focus {
 background: #555 !important;
}
.znc-table .first {
	width: 75px !important;
}
@media (min-width: 555px) and(max-width: 767px) {
	.table-responsive {

	    width: 100%;
	    margin-bottom: 15px;
	     overflow-x;
	     overflow-y;

	     border:none;

	 }
	.table > tbody > tr > td {

	    font-size: 12px !important;
	}
	.table-scroll {

	    width:107% !important;
	}
}
@media (max-width: 554px) {
	.table > tbody > tr > td {
    font-size: 8px !important;
	}
	.myclas button {
    width: 30% !important;
	}
	.table-scroll {
		height: 300px !important;
	}
	#ip4 {
		height: 300px;       /* Just for the demo          */
	overflow-y: auto;    /* Trigger vertical scroll    */
	overflow-x: hidden;  /* Hide the horizontal scroll */
	width: 105%;
	display: block;
	}
	.myclas {
		    padding-left: 20px;
	}
	.body {
		    width: 400px !important;
	}
}

