#player-list div .ui-state-disabled input{
	font-weight: 900;
	color: black;
}

#info-content .ui-input-text {
	opacity: 0.9;
}

#player-teams .team-row {
  position: relative;
  padding-left: 75px;
  font-size: 0.85rem;
}

#player-teams .team-row .team-logo IMG {
  position: absolute;
  top: 10px;
  left: 10px;
  zwidth: 50px;
  height: 50px;
  max-width: none;
}
#Player .ui-collapsible-heading, .ui-collapsible-heading>.ui-btn {
	font-size: .85rem;
}
#player-teams .team-row .team-details .team-name {
  font-weight: 900;
}
#player-teams .team-row .team-details .player-details .header {
  font-weight: bold;
}

#weather-list .day-row .summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  padding-top: 10px;
  text-align: center;
}
#weather-list .day-row .summary .weekday {
  font-weight: normal;
  display: block;
  float: none;
}
#weather-list .day-row .summary .date {
  display: block;
  float: none;
  padding: 5px 0;
}
#weather-list .day-row .summary .temps {
  display: block;
  float: none;
  margin-right: 0;
}
#weather-list .day-row .summary .temps .high {
  color: #D5202A;
}
#weather-list .day-row .summary .temps  .low {
  color: #0053AE;
}
#weather-list .day-row .night, #weather-list .day-row .day {
  clear: both;
  position: relative;
  padding: 0px 5px 0px 30px;
}
#weather-list .day-row .night .title, #weather-list .day-row .day .title {
  width: 150px;
  font-weight: bold;
  float: none;
  }
#weather-list .day-row .night IMG, #weather-list .day-row .day IMG{
  position: absolute;
  top: -10px;
  left: -25px;
  width: 50px;
  height: 50px;
  max-width: none;
}
#weather-list .day-row .forecast {
  white-space: normal !important;
  overflow: visible;
  }
  
#weather-list .games {
  font-size: .75rem;
  font-style: italic;
}
