body{
  background-image: url('https://fullfreegameplay.fr/img/background-cosmonade-classement-w.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1130px) {
  body{
    background-image: url('https://fullfreegameplay.fr/img/background-cosmonade-classement-h.png');
  }  
}
.backCosGr{
  background-color: rgba(90, 90, 90, 0.23);
  border: solid;
  border-radius: 6px;
  border-width: 1px;
  border-color: rgba(90, 90, 90, 0.70);
  margin-bottom: 20px;
}
.backCos{
  background-color: rgba(0, 200, 255, 0.23);
  border: solid;
  border-radius: 6px;
  border-width: 1px;
  border-color: rgba(0, 200, 255, 0.70);
  margin-bottom: 20px;
}
#payment-status{
  display: flex;
  flex-direction: column;
  padding: 38px;
  margin-bottom: 82px;
  border: solid;
  border-width: 1px;
  border-color: rgba(90, 90, 90, 0.70);
}
#status-title{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
#status-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hidden {
  display: none;
}
#details-table td {
  padding: 0.25rem 0.5rem;
  border-top: solid;
  border-width: 1px;
}
.comp-text{
    font-family: 'policeCosmonade';
    font-size: 200%;
    text-align: center;
    width: 75%;
}
