* {
  margin: 0;
  padding: 0;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

body {
  width: 100%;
  font-size: 8pt;
}

#print_fdm {
  width: 100%;
  padding: 0 10px;
}

th {
  text-align: end;
  padding: 0 0.5em 0 0.2em;
}
.grayline {
  background-color: lightgray;
  text-align: center;
  font-weight: bold;
  padding: 0.2em;
}
.saisie {
  width: 25em;
  height: 2em;
  border: 2px solid black;
}

p.link_back {
  margin: 2em;
  font-size: 200%;
  text-align: center;
}
p.link_back a {
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}

.teamheader {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  margin: 25px 0;
  font-size: 12pt;
  font-family: sans-serif;
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);*/
}

.teamheader td {
  border: none;
  border-spacing: 0;
  text-align: center;
}

.teamheader .teamname {
  font-family: Impact;
  font-size: 14pt;
}

.teamheader .teamname img {
  vertical-align: middle;
  height: 2.5em;
  width: 2.5em;
}

.teamtable2 {
  margin: 0 10px;
  font-size: 8pt;
  font-family: sans-serif;
}

.bold {
  font-weight: bold;
}

.teamtablesuffix {
  margin: 0 0 25px 0;
  font-size: 8pt;
  font-family: sans-serif;
}

.teamtable {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000000;
  border-spacing: 0;
  font-size: 8pt;
  font-family: sans-serif;
}

.teamtable th {
  border: 1px solid #000000;
  font-weight: bold;
  min-width: 2em;
  padding: 0 2pt 2pt 2pt;
}

.teamtable td {
  border: 1px solid #000000;
  padding: 2pt;
}

.p_name {
  text-align: left;
  text-wrap: nowrap;
  max-width: 15em;
  overflow: hidden;
}

.p_pos {
  text-align: left;
  max-height: fit-content;
  white-space: nowrap;
}

.p_comp {
  text-align: left;
}

th.p_comp {
  border-right: none;
}

.p_comp2 {
  text-align: left;
}

th.p_comp2 {
  border-left: none;
}

.p_num {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.15);
}

th.p_num,
td.p_num {
  border-width: 1px 3px 1px 3px;
}

.p_carac {
  text-align: center;
  width: 2em;
}

.p_xp {
  text-align: center;
  width: 4em;
}

.p_blessure {
  text-align: center;
  width: 6em;
}

.p_stat {
  text-align: center;
  width: 2em;
  position: relative;
}

.p_stat .value {
  position: absolute;
  bottom: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.34);
}

.maxstat {
  border: 0.1em solid rgba(0, 0, 0, 0.34);
  border-radius: 100%;
  height: 1em;
  width: 1em;
  text-align: center;
}

.bonus {
  background-color: rgb(0, 128, 0);
  font-weight: bold;
  color: white;
}

.malus {
  background-color: #8b0000;
  font-weight: bold;
  color: white;
}

.extra_comp {
  font-weight: bold;
}
