body {
	background-color: #87CEFA;
/*	background-color: #47422B;*/
}
.panel {
	min-width: 400px !important;
	margin-top:200px;
	margin-left: auto !important;
	margin-right: auto !important;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.5);
			box-shadow: 0 0 30px rgba(0,0,0,.5);
}
.panel-body {
	color:#47422B;
}
.panel .dl-horizontal dt {
	display:none;
}
.panel .dl-horizontal dd {
	margin-left:0;
}
@media (min-width:400px){
	.panel {
		width: 400px;
	}
	.panel .dl-horizontal dt {
		display: block;
		float:left;
		clear:left;
		text-align:right;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
		width:3em;
	}
	.panel .dl-horizontal dd {
		margin-left:4em;
	}
}
@media (min-width:768px){
	.panel .dl-horizontal dt {
		width:3em;
	}
	.panel .dl-horizontal dd {
		margin-left:4em;
	}
}
a span.glyphicon {
	font-size:8px;
	vertical-align:super;
}
