.counter-box {
    padding: 10px 0 !important;
    border: 2px solid #ccc;
    border-top: 0px;
    text-align: center;
    position: relative;
}
.counter-box .counter {
	margin: 30px 0 !important;
}
.counter-box:before {
	content: "";
    position: absolute;
    width: 30%;
    right: 0;
    top: 0;
    height: 2px;
    background: #ccc;
}
.counter-box:after {
	content: "";
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
    height: 2px;
    background: #ccc;
}
.counter-box span {
	margin: -30px 0 0 0;
	display: block;
}
