body {
	background:#323232;
}

.main {background: #f2f6f5;}

.ombre {
	-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,.8);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,.8);
}

.bg-gris {background: #ddd;}

.text-muted-dark {color: #495057}
.text-logistef {color: #09b0a5}
.text-logistef-dark {color: #0c7f78}
.bg-logistef {background: #09b0a5}
.bg-logistef-dark {background: #0c7f78}

.carb{border-radius: 0}

#pwnedSites .pwnedSearchResult {
	background-color: #343a40;
	margin: 10px 0 25px;
}
#pwnedSites .pwnedSearchResult .col-sm-2 {
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}
#pwnedSites .pwnedSearchResult .col-sm-10 {
	background-color: #f8f9fa;
	padding-top: .9rem;
	padding-bottom: .9rem;
}
#pwnedSites .pwnedSearchResult .col-sm-10 p {
	padding-right: .4rem;
	padding-left: .4rem;
}
#pwnedSites .pwnedSearchResult img {
	padding: 0 .5rem;
}
#pwnedSites .pwnedSearchResult .dataClasses {
	color: #dc3545;
	font-weight: 700;
}
#pwnedSites .pwnedSearchResult .dataClasses strong {
	color: indigo;
	font-weight: 500;
}

#pwnedSites .pwnedSearchResult .pwnedCompanyTitle {
	display: block;
	color: indigo;
	font-weight: 500;
	margin-bottom: 15px;
}

.pwnLogo{
	display:inline!important;
	visibility:visible!important;
	max-width: 100%;
    height: auto;
}