
table.score-board-title {
  margin: 0;
  border: 0 none;
}

table.score-board-title td {
  padding: 3px 0 0;
  vertical-align: middle;
}

table.score-board-title td.game-title {
  color: #F9C611;
  font-size: 12px;
  padding-left: 12px;
  padding-right: 5px;
}

table.score-board-title td.game-date {
  font-size: 11px;
  padding-right: 5px;
}

table.score-board-title td.game-location {
  color: #F9C611;
  padding-right: 5px;
  font-size: 11px;
}

table.score-board-title td.game-stadium {
  padding-right: 12px;
  text-align: right;
  font-size: 11px;
}

/*	Schedule page
---------------------------------------------------------------------------	*/
.view-schedule .view-content {
  background-color: #FFFFFF;
  padding: 6px 10px 10px 5px;
}

.view-schedule .views-field-title {
  background: #203731;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 26px;
  margin: 0;
  /*
-moz-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.75);
*/
}

.view-schedule .views-field-field-team-logo {
  float: left;
  margin: 16px 10px 0px 12px;
}

.view-schedule .views-field-field-team-logo .team {
  float: left;
  width: 116px;
}

.view-schedule .views-field-field-team-logo .team-logo {
  border: 2px solid #C59C6C;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 3px 2px 8px #444444;
  height: 110px;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  width: 110px;
}

.view-schedule .views-field-field-team-logo .team-name {
  color: #192A1C;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 8px;
  text-align: center;
  text-transform: uppercase;
}

.view-schedule .views-field-field-team-logo .team-vs {
  float: left;
  color: #666666;
  font-size: 29px;
  margin: 30px 18px 10px;
  font-weight: 600;
}

.view-schedule .views-field-php-1 {
/*   box-shadow: 2px 0 11px rgba(0, 0, 0, 0.75); */
  float: right;
  text-align: center;
  min-width: 271px;
  padding-bottom: 40px;
  min-height: 185px;
}

.view-schedule .views-field-php-1 a.buy-tickets-link {
  margin: 31px 0 20px;
}

.view-schedule .views-field-php-1 .score-board {
  margin: 16px 0;
  font-weight: 700;
}

.view-schedule .views-field-php-1 .packers-link {
  background-position: -17px -19px;
  margin-left: 20px;
  margin-right: 20px;
}



/*	Mini Game Board
---------------------------------------------------------------------------	*/
.mini-game-board {
  background: none repeat scroll 0 0 #FFFFFF;
}

.mini-game-board .views-field-title {
  background: #203731;
/*   box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.75); */
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  height: 22px;
  margin: 0;
}

.mini-game-board table.score-board-title td.game-title {
  font-size: 12px;
  padding: 3px 0 0 7px;
}

.mini-game-board table.score-board-title td.game-date {
  font-size: 12px;
  letter-spacing: -0.2px;
  padding: 3px 5px 0 0;
  text-align: right;
}

.mini-game-board .views-field-field-team-logo {
  display: flex;
  margin: 16px 10px 0 12px;
}

.mini-game-board .views-field-field-team-logo .team {
  float: left;
  width: 120px;
}

.mini-game-board .views-field-field-team-logo .team-logo {
  border: 2px solid #C59C6C;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 3px 2px 8px #444444;
  height: 100px;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}

.mini-game-board .views-field-field-team-logo .team-name {
  color: #192A1C;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 8px;
  text-align: center;
  text-transform: uppercase;
}

.mini-game-board .views-field-field-team-logo .team-vs {
  color: #666666;
  float: left;
  font-size: 25px;
  font-weight: 600;
  margin: 30px 14px 10px;
}

.mini-game-board .views-field-php-1 {
  text-align: center;
}

.mini-game-board a.buy-tickets-link {
  margin-top: 10px;
}

/*	Buy Tickets link
---------------------------------------------------------------------------	*/
a.buy-tickets-link {
  background: url("../images/graphics2.png") no-repeat scroll -2px -336px transparent;;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  height: auto;
  padding: 20px 83px 27px 30px;
  text-align: center;
  text-decoration: none !important;
  width: 261px;
}

/*	Score Board
---------------------------------------------------------------------------	*/
.score-board {
  margin: 0 auto;
  width: inherit;
  max-width: 100% !important;
}

.score-board tr td {
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  vertical-align: middle;
  text-align: center;
  padding: 0 3px;
  color: #666666;
  font-size: 14px;
  width: 27px;
  line-height: 1;
}

.score-board tr td:last-child {
  border-right: 0 none;
}

.score-board tr.score-header td {
  background-color: #314233;
  color: #F9C611;
  border-color: #314233;
  border-top: 0 none;
  font-size: 12px;
  line-height: 1.5;
}

.score-board tr td.none {
  background-color: transparent !important;
  border: 0 none;
  border-right: 1px solid #314233;
}

.score-board tr.home td {
  border-top: 0 none;
}

.score-board tr td.logo {
  padding: 0 15px;
}

.score-board tr td.total {
  color: #4D4D4D;
  font-size: 29px;
  padding: 0 7px;
  text-align: left;
}

.score-board tr td .outcome {
  font-size: 10px;
  color: #FF0000;
  text-transform: uppercase;
  margin-left: 5px;
  vertical-align: super;
}

.packers-link {
/*   background: #ffb612; */
/*   transition:background 250ms; */
}

.packers-link:hover {
  /* background: #ffd012; */
 
}
/*
.packers-link a {
  color: black;
  padding: 10px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
*/

.packers-link a {
    color: black;
    padding: 10px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    background: #ffb612;
    margin-top: 54px;
}

.packers-link span {
  display: none;
}
.view-schedule.view-display-id-page_2 .views-field-php-1 .packers-link {
  background: none;
}

.view-schedule.view-display-id-page_2 .views-field-php-1 .packers-link a {
  font-weight: normal;
}

.show-ad-mobile {
  display: none;
  margin-bottom: .75rem;
}

.view-schedule .logo img {
  width: 30px;
}

@media only screen and (max-width: 350px) {
  .view-schedule .views-field-field-team-logo .team-vs {
    margin: 30px 0px 10px;
    font-size: 25px;
  }

  .view-schedule .views-field-field-team-logo .team-log0 {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 675px) {
  .show-ad-mobile {
    display: block;
  }
  .view-schedule .views-field-title {
    width: 100%;
    flex: 1;
    display: -webkit-inline-box;
    justify-content: center;
    box-shadow: none;
    background: none;
    margin-top: .75rem;
    padding: 0 .75rem;
  }

  .view-schedule .view-content {
    background: none;
    padding: 0px;
  }

  .view-schedule table.score-board-title tr {
    display: flex;
    flex-wrap: wrap;
  }

  .view-schedule table.score-board-title tr td {
    width: 50%;
    flex: none;
    color: #000;
    font-weight: 700;
    font-size: 12px;
  }
  .view-schedule table.score-board-title tr td.game-title {
    width: 70%;
  }
  .view-schedule table.score-board-title tr td.game-date {
    width: 30%;
  }
  .view-schedule table.score-board-title tr td.game-date, .view-schedule table.score-board-title tr td.game-stadium {
    text-align: right;
  }

  .view-schedule table.score-board-title tr td.game-location {
    padding-left: 12px;
  }

  .view-schedule table.score-board-title tr td.game-date {
    padding-right: 12px;
  }
  .view-schedule.view-display-id-page_1 .views-row, 
  .view-schedule.view-display-id-page_2 .views-row, 
  .view-schedule.view-display-id-page_3 .views-row, 
  .view-schedule.view-display-id-page_4 .views-row {
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-bottom: .75rem;
  }
  .view-schedule .views-field-field-team-logo {
    display: flex;
    flex:1;
    margin: 20px auto;
    float: none;
  }
  .view-schedule .views-field-php-1 {
    box-shadow: none;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 1215px) and (min-width: 1024px) {
  .view-schedule .views-field-title {
    width: 100%;
    flex: 1;
    display: -webkit-inline-box;
    justify-content: center;
    box-shadow: none;
    background: none;
    margin-top: .75rem;
    padding: 0 .75rem;
  }
  .view-schedule .view-content {
    background: none;
    padding: 0px;
  }
  .view-schedule table.score-board-title tr {
    display: flex;
    flex-wrap: wrap;
  }
  .view-schedule table.score-board-title tr td {
    width: 50%;
    flex: none;
    color: #000;
    font-weight: 650;
    font-size: 12px;
  }
  .view-schedule table.score-board-title tr td.game-title {
    width: 70%;
  }
  .view-schedule table.score-board-title tr td.game-date {
    width: 30%;
  }
  .view-schedule table.score-board-title tr td.game-date, .view-schedule table.score-board-title tr td.game-stadium {
    text-align: right;
  }
  .view-schedule table.score-board-title tr td.game-location {
    padding-left: 12px;
  }
  .view-schedule table.score-board-title tr td.game-date {
    padding-right: 12px;
  }
  .view-schedule.view-display-id-page_1 .views-row, 
  .view-schedule.view-display-id-page_2 .views-row, 
  .view-schedule.view-display-id-page_3 .views-row, 
  .view-schedule.view-display-id-page_4 .views-row {
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-bottom: .75rem;
  }

  .view-schedule .views-field-field-team-logo {
    flex:1;
    margin: 20px auto;
  }

  .view-schedule .views-field-php-1 {
    box-shadow: none;
    padding-bottom: 0px;
  }
  .mini-game-board .views-field-field-team-logo .team-vs {
    margin: 30px 0px 10px;
  }
}



.page-schedule .item-list .pager {margin: 40px 0px;}

.page-schedule  .item-list .pager li 
{ padding: 0em;
font-weight: 700;
 font-size: .9em;
}


.view-schedule .views-row {background: #fff;}

@media only screen and (max-width: 675px){
	
	.view-schedule .views-field-php-1 {float: none;}
}


