.counter .title {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.counter .sq {
    color: #fff;
    display: inline-block;
    text-align: center;
	 font-size:41px;
	 vertical-align:top;
	 margin:0 10px;
}

.counter .sq .bord {
    text-indent: 0px;
    font-family: 'Helvetica';
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5px;
}

.counter .sq .bord string{
	background:#f5f5f5;
	margin:0 5px;
	width:64px;
	height:69px;
	line-height:69px;
	font-size:41px;
	display:inline-block;
}

.counter .sq span {
    clear: both;
    display: block;
    text-indent: -15px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Helvetica";
}

.counter .sq .smalltext{
	color:#000;
	font-size:25px;
}

.well {
  text-align: center;
  max-width: 400px;
}