.norwester{
  /* font-family: norwester; */
}
.inred{
  color: #b71e22;
}
.mobileplayerrow_type1{
  >div{
    display: flex;
    border-bottom:1px solid #f0f0f0;
    padding-top:12px;
    >div:nth-child(1){
      padding:0px 12px;
      flex: 0 0 50%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column;
      >div:nth-child(1){
        flex: 1 1 0;
        font-size: 14px;
        font-weight: bold;
        color:#b71e22;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      >div:nth-child(2){
        margin-top:8px;
        font-size: 12px;
      }
      >div:nth-child(3){
        margin-top:4px;
        font-size: 12px;
        margin-bottom:8px;
      }
      >div:nth-child(4){
        font-size: 12px;
      }
      >div:nth-child(5){
        flex: 1 1 0;
        font-size: 14px;
        font-weight: bold;
        padding-bottom:6px;
        color:#b71e22;
      }
    }
    >div:nth-child(2){
      flex: 0 0 50%;
      .playericon{
        width: 100%;
        aspect-ratio:1/1;
        background-size:90%;
        background-position: center bottom;
        background-repeat: no-repeat;
      }
    }
  }
}
.mobileplayerrow_type2{
  >div{
    border-bottom:1px solid #f0f0f0;
    padding:24px 0px;
    display: flex;
    >div:nth-child(1){
      flex: 0 0 42px;
      padding-right:12px;
      padding-left:8px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size:12px;
    }
    >div:nth-child(2){
      flex: 1 1 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      >div:nth-child(1){
        font-size:12px;
        padding:3px 0px;
      }
      >div:nth-child(2){
        padding:3px 0px;
      }
    }
    >div:nth-child(3){
      flex: 0 0 30%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size:14px;
      font-weight: bold;
      color:#b71e22;
    }
  }
}


.desktopplayerrow{
  >div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    padding-top:8px;
    >div:nth-child(1){
      flex: 0 0 72px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      font-weight: bold;
    }
    >div:nth-child(2){
      flex: 0 0 88px;
      aspect-ratio: 1/1;
      background-position: center bottom;
      background-size: 90%;
      background-repeat: no-repeat;
    }
    >div:nth-child(3){
      flex: 1 1 0;
      padding:0px 12px;
      >div:nth-child(1){
        margin-bottom:2px;
        font-size:14px;
        font-weight: bold;
      }
      >div:nth-child(2){
        margin-bottom:2px;
        font-size:12px;
      }
      >div:nth-child(3){
        font-size:12px;
      }
    }
    >div:nth-child(4){
      padding:0px 24px;
      font-size:14px;
      font-weight: bold;
    }
  }
}

.mobileplayerrow{
  display: block;
}
.desktopplayerrow{
  display: none;
}
@media only screen and (min-width: 588px) {
  .mobileplayerrow{
    display: none;
  }
  .desktopplayerrow{
    display: block;
  }
}
