#results{text-align:center;}

.message {text-align:center;}

.bg-fff {background:#fff; border:none;}

.footer{	
    position: fixed;
    bottom: 0;
	padding: 15px 0;
	text-align:center;
    width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
color:#fff;
}

.padding-b-100{
	padding-bottom: 100px;
}

    table.result td{
	  border:1px solid;
	  padding:2px 5px;
	  text-align:center;
	}
	
.popover {    
    max-width: 370px;	
}


.info-icon{
	font-size: 26px;
    margin: 0 0 0 5px;
}