table.style1 th {
  text-align: center;
}

table.style1 td {
  text-align: right;
}

input {
  width: 100%;
  text-align: right;
}

span {
  vertical-align:middle;
}

span.selected {
  color:#FFFF00;
  font-weight:bold;
}

span.spotselected {
  color:#FFFF00;
  font-weight:bold;
}

.pointer {
  cursor: pointer;
}

.fa-li {
  color:rgb(213,153,72);
}

table.style1 {
    width: 100%;
    border-collapse:collapse;
    font-size: 15px;
  }
      table.style1 tbody tr {
        border: solid 1px #fff;
      }

      table.style1 td {
        padding: 0.3em 0em 0.3em 0em;
        background-color: #f2f2f2;
        text-align:center;
        border: solid 2px #fff;
      }

      table.style1 th {
        font-weight: 600;
        font-size:1.1em;
        padding: 0.4em 0.4em 0.4em 0.4em;
        background-color: #e44044;
        text-align:center;
        border: solid 2px #fff; 
        color: #fff;
      }

      table.style1 thead {
        background-color: #555555;
        background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
        background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
        background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
        color: #fff;
      }