.teams-table {
  padding: 50px 0px;
}
.teams-table table {
    width: 100%!important;
    position: relative;
    display: block;
}


.teams-table tbody {
  width: 100%!important;
  display: block;
}
.teams-table tbody:before, .teams-table tbody:after, .teams-table tr:before, .teams-table tr:after  {
    content: "";
    display: table;
    clear: both;
}
.teams-table tr {
  width: 25%!important;
      float: left;
      margin-bottom: 30px;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      height: auto!important;
          min-height: 352px;
}
.teams-table td {
  float: left;
  padding: 8px;
      background: #eaeaea;
}
.teams-table td:nth-child(1) {
    width: 100%!important;
    display: block;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 8px;
    height: auto!important;
        border-left: 1px solid #333333;
            border-top: 1px solid #333333;
                border-right: 1px solid #333333;
}
.teams-table td:nth-child(2),.teams-table td:nth-child(4),.teams-table td:nth-child(6),.teams-table td:nth-child(8),.teams-table td:nth-child(10),.teams-table td:nth-child(12),.teams-table td:nth-child(14),.teams-table td:nth-child(16) {
  width:70%!important;
  display: block;
      border-left: 1px solid #333333;
}
.teams-table td:nth-child(3),.teams-table td:nth-child(5),.teams-table td:nth-child(7),.teams-table td:nth-child(9),.teams-table td:nth-child(11),.teams-table td:nth-child(13),.teams-table td:nth-child(15),.teams-table td:nth-child(17) {
  width:30%!important;
  display: block;
  text-align: right;
  border-right: 1px solid #333;
}
.teams-table td:nth-child(18) {
  width:100%!important;
  display: block;
}

.teams-table td:nth-child(2), .teams-table td:nth-child(3), .teams-table td:nth-child(6), .teams-table td:nth-child(7), .teams-table td:nth-child(10), .teams-table td:nth-child(11), .teams-table td:nth-child(14), .teams-table td:nth-child(15), .teams-table td:nth-child(18) {
    background: #eee;
}
.teams-table td:nth-child(18) {
  border-left: 1px solid #333333;
      border-bottom: 1px solid #333333;
          border-right: 1px solid #333333;
          text-align: right;
}

.teams-search-criteria {
  position: relative;
max-width: 250px;
margin: 0 auto;
}
.teams-search-criteria i {
  position: absolute;
  top: 9px;
  right: 8px;
  color: #7d7d7d;
}
#teams-search {
  padding: 8px;
margin: 0 auto;
display: block;
margin-bottom: 30px;
min-width: 250px;
}

@media only screen and (max-width: 768px) {
  .teams-table tr {
    width: 50%!important;
  }
}

@media only screen and (max-width: 500px) {
  .teams-table tr {
    width: 100%!important;
  }
}
