.theme {
  background-image: url("../images/podium1.jpg");
    background-repeat: no-repeat;
    /*background-size: 640px 457px;*/
  margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.theme-table, .theme {
  /*height: 457px;*/
  /*width: 640px;  */
    
}

.theme-table {
  border: 0px solid black;
  table-layout: fixed;
}

.theme-table-td {
  position: relative;
  /*border: 1px solid blue;*/
}

.theme-table-td img {
  position: absolute;
}

body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  background-color: whites;
}

.statstable table, .statstable tr, .statstable td {
    border: 0px solid black;
    margin: 0;
    padding: 0;

}

/*td {
  width: 50%;
  border: 1px solid green;
}*/

.statstable {
    width: 99%;
    margin: auto;
    border: 0px solid black !important;
}

.legendTitle {
  width: 90px; !imporatnt;
  text-align: right;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  padding-right: 5px !important;
  border-bottom: 0px dotted #ccc !important;
}

.percentage {
    background-color: mediumturquoise;
    /*background-color: transparent;*/
  /*background-image: url("{% static 'pt/images/shoes.png' %}");*/
  /*background-size: 20px 10px;*/
  /*background-position: bottom left;*/
  /*background-repeat: repeat-x;*/
    color: black;
    text-align: right;
    height: 30px;
    padding-top: 0.1em;
    vertical-align: center;
    border-radius: 10px;
    padding-bottom: 2px;
    padding-right: 3px;
    /*border-bottom: 1px dotted #999;*/
}

.p1 {
  background-color: gold !important;
}

.imgr {
  width: 35px;
  height: 35px;
  border: 0px solid #999;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.spd {
  display: block;
  border: 0px solid green;
  text-align: right;
  
  position: absolute;
    
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.divspd {
  position: relative !important;
  width: 80px;
}

.divspd:after {
  content: "";
  display: table;
  clear: both;
}

.pos1, .pos3, .pos5, .pos7, .pos9 {
  top: 0px !important;
}

.pos2, .pos4, .pos6, .pos8, .pos10 {
  top: 60px !important;
}

.tdline {
  /*border-bottom: 1px dotted #ccc;*/
}
.tdd {
  width: 50px;
  text-align: right;
    font-weight: bold;
  /*border-right: 1px dotted #ccc;*/
  /*border-bottom: 1px dotted #ccc;*/
  padding-right: 8px !important;
}

.tde {
  width: 40px;
  text-align: right;
    font-size: 12px;
  border-right: 1px dotted #ccc !important;
  border-left: 1px dotted #ccc !important;
  padding-right: 8px !important;
}

.tdavatar {
  width: 40px;
  text-align: center;
}
