/* stylesheet.css */
body {
  font-family: ProximaNova;
  font-size: 25px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  margin: 0;
}
.header {
  align-items: center;
  text-align: center;
}
.menu {
  align-items: left;
  text-align: left;
}
table {
  width: 100%;
}
.table_debug {
  width: 200px;
  border-collapse: collapse;;
  font-size:10pt;
  font-family: courier;
  border: 1px black solid;
}
.login_table {
  padding: 25px;
}
caption.caption_debug {
  text-align: left;
  font-weight: bolder;
}
td.td_debug_key{
  width: 50%;
  text-align: right;
  font-weight: bolder;
}
.td_debug_value{
  width: 50%;
}
div {
  justify-content: space-around;
}
.content {
  border: none; /*solid 2px #f1f1f1;*/
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.debug_section {
  margin: 10px;
  font-size:10pt;
  font-family: courier;
}
.debug_title {
  padding-left: 15px;
  font-weight: bold;  
}
.debug {
  display: flex;
  justify-content: flex-start;
  padding-left: 20px;
  font-size: 10pt;
}
.debug_key {
  padding-left: 20px;
  font-size: 10pt;  
}
.debug_value {
  padding-left: 20px;
  font-size: 10pt;  
}
.player {
  padding-top: 30px;
  border: none; /*solid 2px #f1f1f1;*/
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: space-around;
  width: 100%;
}
.playerdetail {
  white-space: no-wrap;
}
.playernumber {
  white-space: no-wrap;
  width: 25px;
  justify-content: space-around;
  width: 20%;
}
.playername {
  white-space: no-wrap;
  width: 150px;
  justify-content: space-around;
  width: 30%;
}
.playeryears {
  white-space: no-wrap;
  width: 100px;
  justify-content: space-around;
  width: 25%;
}
p {}
.header {
  font-size:300%
}
