#leagues_show #substitutes {
  float:left;
  margin-left:5em;
  width:40%;
}  

  #leagues_show #substitutes h3 {
    margin-bottom:0;
  }

#leagues_show #gameday {
  float:left;
  width:40%;
}

#home_show #content {
  margin-left:15px;
}

#home_show #content #text {
  float:left;
  width:60%;
}

  #home_show h1, #home_show h3 {
    margin:0;
  }

#gamedays_edit table#games {
  width:100%;
  float:left;
}

#gamedays_edit table#teams {
  float:left;
  width:100%;  
}

#gamedays_edit div#teams {
  float:left;
  width:50%;
  margin-left:5em;
}

#gamedays_edit div#games {
  float:left;
  width:40%;
}


#gamedays_edit table#new_game {
  width:100%;
}

#gamedays_edit p#nbr_rows {
  margin-top:0;
}
#gamedays_edit p#nbr_rows, #gamedays_edit p#nbr_rows *{
  font-size:90%;
}

#gamedays_edit #new_game_message {
  margin:0.5em 0 0.5em 0;
  font-weight:bold;
}

#gamedays_edit #new_game_message span.error {
  color:red;
}

#gamedays_edit #new_game_message span.success {
  color:blue;
}
