body{
margin:0px;
padding:0px;
}

#page{
width:1200px;
margin:0px auto;
}
#my_container{
width:1100px;
margin:0px auto 15px;
text-align:center;
}
#button_container{
width:1200px;
height:50px;
float:left;
text-align: center;
margin: 20px 0px 0px 0px;
}
#team_a_players,
#team_b_players{
width:580px;
float:left;
margin:0px 10px;
}

.player_name{
width: 285px;
float: left;
text-align: left;
text-indent: 10px;
}
.player_info{
width:285px;
float:left;
}

.team_a_selected,
.team_b_selected{
color:red;
}
.team_a,
.team_b{
float: left;
cursor:pointer;
border:1px solid #000;
border-radius:8px;
padding: 1px 3px;
text-align:center;
margin:1px 0px;
line-height: 29px;
}

.pl_goals_home_text,
.pl_goals_matches_home_text,
.pl_goals_away_text,
.pl_goals_matches_away_text{
width: 50px;
text-align:center;
}
