#matchSchedule h1 {
    padding-left:                   8px;
    margin-bottom:                  30px;
}

#matchSchedule h2 {
    text-align:                     right;
    font-weight:                    bold;
}

#matchSchedule table {
    margin-top:                     10px;
    width:                          100%;
}

#matchSchedule .deleteLink {
    text-align:                     right;
}

#matchSchedule table .matchScheduleDay {
    background-color:               #348ACA;
}

#matchSchedule table .information {
    color:                          white;
}

#matchSchedule table .date {
    text-align:                     right;
}

#matchSchedule table .spacer {
    height:                         50px;
}

#matchSchedule table .match{
    color:                          #A52A2A
}


#removeMatchScheduleLeagueSelection h1 {
    padding-left:                   8px;
    margin-bottom:                  30px;    
}

#removeMatchScheduleLeagueSelection .leagueList {
    background-color:               maroon;
    padding-left:                   8px;
}

#createAutoMatchSchedule {
    margin-bottom:                  30px;
    padding-left:                   8px;
}

#createAutoMatchSchedule table {
    margin-top:                     30px;
    width:                          100%;
}

#createAutoMatchSchedule .spacer {
    height:                         40px;
}

#createAutoMatchSchedule .leagueName {
    vertical-align:                 top;
}

#createAutoMatchSchedule .actions {
    text-align:                     right;
}

#createAutoMatchSchedule .leagueLink {
    color:                          white;
}

#deleteMatchScheduleSection h1 {
    padding-left:                   8px;
    margin-bottom:                  30px;
}

#deleteMatchScheduleSection table {
    margin-top:                     30px;
    width:                          100%;
}

#deleteMatchScheduleSection .leagueName {
    color:                          white;
    padding-left:                   8px;
}

#deleteMatchScheduleSection .action {
    text-align:                     right;
}

#deleteMatchScheduleSection .action a {
    padding-right:                  8px;
    margin-left:                    3px;
    text-decoration:                none;
}

#deleteMatchScheduleSection .spacer {
    height:                         50px;
}

#manualMatchScheduleSection h1 {
    padding-left:                   8px;
    margin-bottom:                  30px;
}

#manualMatchScheduleSection table {
    width:                          90%;
}

#manualMatchScheduleSection .action {
    text-align:                     right;
}

#manualMatchScheduleSection .teamList {
    height:                         40px;
}

#manualMatchScheduleSection .teamList select {
    width:                          90%;
}

#manualMatchScheduleSection .matchScheduleNumber,
#manualMatchScheduleSection .teamA, 
#manualMatchScheduleSection .teamB{
    width:                          100%;
}