

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url("../assets/img/header_bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

h1 {
    font-weight: 700;
}

td {
    width: auto;
}

td.min {
    width: 1%;
    white-space: nowrap;
}

table { 
    width: inherit !important; 
}

.name {
    width: 20%;
}

.numberCircle {
    border-radius: 15%;
    width: 34px;
    height: 34px;
    padding: 2px;
    background: #fff;
    border: 3px solid;
    text-align: center;
    font-weight: 400;
}