/*h1, h2, h3, h4, h5, h6, h7 {font-size:80%}*/
#map_canvas {
 /*width:90%; */ height:400px; margin:0 auto; /*top:10px*/;	
}
/*Bootstrap 3->4*/
.btn-default {
    background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    text-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
.dl-horizontal dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}
dt {
    font-weight: 700;
}

.dl-horizontal dd {
    margin-left: 200px;
}