/*
*/

.teamroster table {
  border-collapse: collapse;
  border: solid #000080 2px;
  overflow: scroll;
}
.teamroster tr {
  border: solid black 1px;
}
.teamroster th {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.1em;
  text-align: center;
  white-space: nowrap;
  border: solid black 0px;
  background-color: #000080;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}
.teamroster th#name{
  text-align: left;
}
.teamroster td {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  /* line-height: 1.1em; */
  white-space: nowrap;
  vertical-align: middle;
  border: solid #000080 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.teamroster td#name{
  text-align: left;
}
.teamroster td#jersey{
  font-size: 1.5em;
  font-weight: bold;
}
.teamroster td#photo{
  padding: 0px;
}

/*-- table for team roster without thumbname pictire */
.teampage table {
  border-collapse: collapse;
  border: solid #000080 2px;
  overflow: scroll;
}
.teampage tr {
  border: solid black 1px;
}
.teampage th {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  white-space: nowrap;
  border: solid black 0px;
  background-color: #000080;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}
.teampage th#name{
  text-align: left;
}
.teampage td {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  text-align: center;
  /* line-height: 1.1em; */
  white-space: nowrap;
  vertical-align: middle;
  border: solid #000080 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.teampage td#name{
  text-align: left;
}
