/* Give - Donations and hall of fame */

div.give-hall-of-fame {
	text-align: center;
}

div.give-hall-of-fame .padding-fix {
	padding-left: 0px;
	padding-right: 0px;
}

div.give-hall-of-fame img.give-avatars {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 60px;
	height: 60px;
}

div.give-hall-of-fame img.big {
	width: 80px;
	height: 80px;
}

div.give-hall-of-fame div.panel-gold {
	border-color: #b8a933;
}
div.give-hall-of-fame div.panel-gold > .panel-heading {
	color: #ffffff;
    background-color: #b8a933;
    border-color: #b8a933;
}

div.give-hall-of-fame div.panel-silver {
	border-color: #b2b2b2;
}
div.give-hall-of-fame div.panel-silver > .panel-heading {
	color: #ffffff;
    background-color: #b2b2b2;
    border-color: #b2b2b2;
}

div.give-hall-of-fame div.panel-bronze {
	border-color: #cd7f32;
}
div.give-hall-of-fame div.panel-bronze > .panel-heading {
	color: #ffffff;
    background-color: #cd7f32;
    border-color: #cd7f32;
}

/* Comparatif Premium */
/* Ça devrait faire comme : http://codepen.io/SitePoint/full/jPXjJK/ */

table#comparatif-premium {
  width: 100%;
}

table#comparatif-premium td,
table#comparatif-premium th {
  text-align: center;
  border: solid 1px #ccc;
  padding: 6px;
  word-wrap: break-word;
}

table#comparatif-premium td {
  color: red;
}

table#comparatif-premium .check {
  color: limegreen;
  font-size: 30px;
}

table#comparatif-premium th:first-child,
table#comparatif-premium td:first-child {
  color: black;
}

@media screen and (max-width: 767px) {
  table#comparatif-premium tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  table#comparatif-premium td, table#comparatif-premium th {
    display: block;
    width: 40%;
  }

  table#comparatif-premium th:first-child,
  table#comparatif-premium td:first-child {
    text-align: center;
    background: #efefef;
    width: 100%;
  }

  table#comparatif-premium th:first-child {
    display: none;
  }
  
}

/* Style de l'annuaire des entreprises */

div.annuaire-entreprises-intro {
	margin-bottom: 20px !important;
}
img.annuaire-entreprises-logo {
	width: 90px;
	max-height: 100px;
}
li.annuaire-entreprises-li {
	margin-left: 110px;
}
p.annuaire-entreprises-detail {
	margin-top: -5px;
}

/* Non catégorisé */

div.last-users-item img {
	border-radius: 100%;
}

div.last-users-item {
	text-align: center;
	margin-top: 15px;
}

div.last-users-panel {
	margin-bottom: 10px;
	text-align: center;
}

.member_status {
	font-weight: bold;
}

p.member_status_p {
	font-size: 1.2em;
	text-align: center;
}

span.freemium {
	color: #c88a17;
}

span.premium {
	color: #1a601a;
}

button.quijesuis-offres-button {
	margin-left: 18px;
}

img.lastentreprises-logo {
	
}

td.profile {
	vertical-align: middle;
}

button.profile-button {
	font-size: 1em;
	padding: 5px;
	float: right;
	margin-left: 20px;
}

p.lastusers-widget-title {
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	color: black;
}