.podium-icon {
    width: 26px;
    height: 26px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.icon {
    max-width: 16px;
    max-height: 16px;
}

.is-imp {
    background-color: #ff8e8e !important;
}

.is-crew {
    background-color: #c3c3ef !important;
}

.is-neutral {
    background-color: #f7f7ac !important;
}

.goodCrew {
    background-color: #9fec9f !important;
}

.badCrew {
    background-color: #ec8b8b !important;
}

.murder {
    background-color: #ff0018 !important;
}

.image-wrapper {
    width: 32px;
    height: 32px;
    background-color: #000;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}

.image-round {
    width: 32px;
    height: 32px;
    background-color: #000;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}
img .image-wrapper {
	display: block;
}