.noplayers {
  color: #444;
  letter-spacing: 2px;
  padding: 100px 0;
  text-align: center; }

.newterminarz {
  padding-top: 30px; }
  @media only screen and (max-width: 1480px) {
    .newterminarz {
      padding: 0px 10px 0 10px;
      box-sizing: border-box; } }
  @media only screen and (max-width: 1480px) {
    .newterminarz .newterminarz_options {
      box-sizing: border-box; } }
  @media only screen and (max-width: 1200px) {
    .newterminarz .newterminarz_options {
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-around; }
      .newterminarz .newterminarz_options .f-1 {
        box-sizing: border-box;
        margin: 10px 0 0 0 !important;
        flex: 0 0 32%; } }
    @media only screen and (max-width: 1200px) and (max-width: 620px) {
      .newterminarz .newterminarz_options .f-1 {
        flex: 0 0 48%; } }
    @media only screen and (max-width: 1200px) and (max-width: 560px) {
      .newterminarz .newterminarz_options .f-1 {
        flex: 0 0 98%; } }

  .newterminarz .list .box {
    display: block;
    margin: 40px auto;
    box-shadow: 0 3px 3px 0 #aaa;
    border-radius: 15px;
    box-sizing: border-box;
    max-width: 900px; }
    .newterminarz .list .box .topbar {
      background: #ddd;
      padding: 10px 15px;
      border-radius: 15px 15px 0 0;
      font-size: 12px;
      letter-spacing: 2px;
      display: flex;
      align-items: center;
      min-height: 15px;
      color: #222; }
      @media only screen and (max-width: 620px) {
        .newterminarz .list .box .topbar {
          text-align: center;
          display: block; } }
      .newterminarz .list .box .topbar .left {
        flex: 1;
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 620px) {
          .newterminarz .list .box .topbar .left {
            justify-content: center; } }
      .newterminarz .list .box .topbar .right {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        @media only screen and (max-width: 620px) {
          .newterminarz .list .box .topbar .right {
            justify-content: center; } }
    .newterminarz .list .box .data {
      background: #fafafa;
      padding: 5px;
      border-top: 0;
      display: flex; }
      @media only screen and (max-width: 620px) {
        .newterminarz .list .box .data {
          flex-direction: column; } }
      .newterminarz .list .box .data .team {
        flex: 2;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .newterminarz .list .box .data .team .tlogo {
          padding: 20px;
          border-radius: 50%;
          background-color: #fff; }
          .newterminarz .list .box .data .team .tlogo .in {
            width: 100px;
            height: 100px;
            background-color: #fff;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain; }
        .newterminarz .list .box .data .team .tname {
          font-size: 22px;
          font-weight: bold;
          color: #444;
          text-align: center;
          padding: 10px 0; }
      .newterminarz .list .box .data .info {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        @media only screen and (max-width: 620px) {
          .newterminarz .list .box .data .info {
            padding: 20px 0; } }
        .newterminarz .list .box .data .info .inside {
          padding: 10px 0;
          display: flex;
          justify-content: center;
          align-items: center; }
          .newterminarz .list .box .data .info .inside span {
            display: block;
            padding: 5px 10px;
            border-radius: 25px;
            background-color: #eee;
            text-align: center; }
            .newterminarz .list .box .data .info .inside span.ms_noset {
              background-color: #222;
              color: #fff; }
            .newterminarz .list .box .data .info .inside span.ms_ask {
              background-color: #268cad;
              color: #fff; }
            .newterminarz .list .box .data .info .inside span.ms_set {
              background-color: #2c8915;
              color: #fff; }
            .newterminarz .list .box .data .info .inside span.ms_end {
              background-color: #830000;
              color: #fff; }
            .newterminarz .list .box .data .info .inside span.ms_stop {
              background-color: #f6f6f6;
              color: #444; }
        .newterminarz .list .box .data .info .inside2 {
          text-align: center;
          letter-spacing: 2px;
          font-size: 24px;
          color: #666;
          background-color: #fcfcfc; }
        .newterminarz .list .box .data .info .numbers {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          padding-bottom: 10px;
          letter-spacing: 2px;
          color: #222; }
        .newterminarz .list .box .data .info .sets {
          padding: 5px 0;
          color: #666;
          font-size: 12px;
          letter-spacing: 1px; }
        .newterminarz .list .box .data .info .score {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          .newterminarz .list .box .data .info .score .sbox {
            margin: 0 10px;
            border: 1px solid #ccc;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            border-radius: 5px;
            color: #ccc;
            font-size: 28px; }
            .newterminarz .list .box .data .info .score .sbox.win {
              background: #176a17;
              border: 1px solid #176a17;
              color: #fff; }
            .newterminarz .list .box .data .info .score .sbox.lose {
              background: #d42427;
              border: 1px solid #d42427;
              color: #fff; }
        .newterminarz .list .box .data .info .result {
          padding: 10px 5px 5px 5px;
          text-align: center; }

/*# sourceMappingURL=terminarz.css.map */
