/* CSS Document */

.popover {
	max-width: 80%
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 65px;
}
.footer {
  position: fixed;
  bottom: 0;	
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 70px;
  background-color: #F1F1F1;
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}

@media (max-width: 415px) {
	#hide {
		display: none;
	}
}

@media (min-width: 414px) {
	#show {
		display: none;
	}
}

.btn-lvm {
	background-color: #672842;
	border:none;
	color: #ffffff;
	border-radius: 0;
	padding: 8px 20px;
}

.btn-lvm:hover {
	background-color: #7F0D3D;
	text-decoration:none;
	color: #ffffff;
	border:none;
	box-shadow:none
}

.btn-lvm:focus, .btn-lvm:active:focus, .btn-lvm.active:focus, .open > .dropdown-toggle.btn-lvm{
	background-color: #7F0D3D;
	text-decoration:none;
	color: #ffffff;
	border:none;
	outline: 0;
	box-shadow:none
}

.btn-lvm:active, .btn-lvm.active {
	background-color: #7F0D3D;
	text-decoration:none;
	color: #ffffff;
	border:none;
	outline: 0;
	box-shadow:none
}