.bg-green-win {
  background-color: rgba( 0, 145, 71, .6 )!important
}

.bg-red-loose {
  background-color: rgb( 255, 76, 59, .6 )!important
}
.contestTable__opacity{
	opacity:.55
}

td.contestTable__stat_red {
    color: #f24141;
}

.contestTable__status {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.contestTable__status._up {
    background-image: url('img/svg/form_up.svg');
}

.contestTable__status._down {
    background-image: url('img/svg/form_down.svg');
}

.island-sidebar__content ul li {
  margin-bottom: 15px!important
}


.form-feedback.is-invalid {
  color: #ff4c3b
}

.emojione {
    display: inline-block;
    max-width: 15px;
    padding-bottom: 0.25em;
}

.this-cursor-pointer {
    cursor: pointer;
}

._is-new {
    font-weight: bold;
}

.bg-green-60 {
  background-color: rgba(0,145,71, 0.6)!important
}
.bg-red-60 {
  background-color: rgba(255,76,59, 0.6)!important
}

.bg-green-100 {
  background-color: rgba(0,145,71, 1)!important
}
.bg-red-100 {
  background-color: rgba(255,76,59, 1)!important
}

.popuop_preload_img {
  margin: auto;
}

.img-maxw-70 {
  max-width: 70px;
}

.img-maxw-90 {
  max-width: 90px;
}
