body {
    color: #434343;
	/* line-height: 1.8; */
	/* font-size: 18px; */
	overflow-x: hidden;
	background: #eee;
}

img {
	max-width: 100%;
	height: auto !important;
}
img[style*="float:left"],img[style*="float: left"],img[align="left"] {
  margin: 5px 15px 5px 0px;
}
img[style*="float:right"],img[style*="float: right"],img[align="right"] {
  margin: 5px 0px 5px 15px;
}

.img-responsive {
	display: inline-block;
}
@media (max-width: 450px) {
	img.img-responsive {
		float: none !important;
		/* display: block; */
		margin-left: 0 ;
		margin-right: 0;
	}
}

.wrapper {
	margin-top: 7rem;
}
.full {
	/* padding-bottom: 50px; */
}

a.no-hover:hover {
	text-decoration: none;
	color: normal;
}
.navbar .fa {
    font-size: 28px;
    color: #007bff;
    margin: 0 10px;
    vertical-align: middle;
}
	
.navbar.navbar-light{
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;

    /* the rest of your styling */
}


@media print {
	body {
		background: #fff;
		-webkit-print-color-adjust: exact;
		font-size: 16px;
	}
    .navbar {
	   display: none;
   }
   .text-nowrap {
		/* white-space: normal !important;	    */
   }
   .wrapper {
		margin-top: 20px;
	}
	.table td, .table th {
		padding: 5px;
	}
}


.card .fa {
    font-size: 28px;
}
.card .card .card-body {
    padding: 8px 6px;
    line-height: 1.4;
	font-size: 0.9rem;
	font-weight: bolder;
}
.card-body .card-body .badge-container {
    position: absolute;
    top: -13px;
    right: 5px;
}	

p.card-text {
    font-weight: normal;
    line-height: 1.5;
}
