.text-center {
	text-align: center;
}

.col-md-4 {
    border-right: 1px solid black;

}

.col-md-4:first-of-type {
    border-left: 1px solid black;
    
}

.poll:after {
display: block;
content: "";
height: 1px;
width: 100%;
background: -moz-linear-gradient(to right, #f7f7f7 0%, #e1e1e1 50%, #f7f7f7 100%);
background: -webkit-linear-gradient(to right, #f7f7f7 0%, #e1e1e1 50%, #f7f7f7 100%);
background: -o-linear-gradient(to right, #f7f7f7 0%, #e1e1e1 50%, #f7f7f7 100%);
background: -ms-linear-gradient(to right, #f7f7f7 0%, #e1e1e1 50%, #f7f7f7 100%);
background: linear-gradient(to right, #f7f7f7 0%,#e1e1e1 50%,#f7f7f7 100%);
border-top: 1px solid #e1e1e1 \0/IE9;
margin-bottom: 0.75em;
}

@media (max-width: 768px){ 

.col-md-4 {
    border: none;

}

.col-md-4:first-of-type {
    border: none;
    
}