/**** NFL CSS ****/
.cfb-content-wrapper {
        margin:         auto;
}
.cfb-container {
        min-width:      1450px;
        max-width:      1590px;
}
.cfb-home-left { float:left;    width: 70%; }
.cfb-home-right { float:left;   width: 30%; }
.cfb-team-buttons {
        padding: 10px;
        background-color:       #fff;
        color:                  #000;
        border:                 1px solid #c0c0c0;
}
.cfb-depth-chart table {
        border:         1px solid #333;
}

.cfb-depth-chart th {
        background-color:       #333;
        color:          #fff;
        border:         1px solid #c0c0c0;
        padding:        10px;
}
.cfb-depth-chart tr {
        border:         1px solid #c0c0c0;
        padding:        10px;
}
.cfb-depth-chart td {
        border:         1px solid #c0c0c0;
        padding:        10px;
        font-size:      12px;
}
/* CSS */
.cfb-team-buttons {
  background-color: #e1ecf4;
  border-radius: 3px;
  border: 1px solid #7aa7c7;
  box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #39739d;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.cfb-team-buttons:hover,
.cfb-team-buttons:focus {
  background-color: #b3d3ea;
  color: #2c5777;
}

.cfb-team-buttons:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.cfb-team-buttons:active {
  background-color: #a0c7e4;
  box-shadow: none;
  color: #2c5777;
}

.playerimage {
        width: 75px;
        height: 75px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 70px;
        border-radius: 180px;
        transform: scale(1.00);
        object-fit: cover;
        object-position: 70% 100%;
}
