/* posted */
.posted{
    float:right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 0 40px 0 0;
}

.cap-font {/*captain font*/
   color: orange;
   font-size: 15px;
   font-weight: bold;
   font-family: Arial, sans-serif; 
}

/*table teams*/
.table th {
   background-color: #66b3ff;
   padding: 0 5px 0 5px;
   border-bottom: 2px ridge gray;
}

.table th:nth-child(1) {
   text-align: center;
   white-space: nowrap;
}

.table td {
    padding: 0 5px 0 5px;
}

.table td:nth-child(1) {
   text-align: center;
}

.table {
   font-size: 15px; 
   font-family: Arial, sans-serif; 
   border-collapse: collapse; 
   border-style: ridge;
   border-width: 2px;
   border-color: gray;
   background: #f5f5f0;
}

.container_1 {
  width: auto;
  height: 425px;
}

.container_2 {
  width: auto;
  height: 425px;
}

.box_t1 { /* box 1 5 */
  float: left;
  height: auto;
  text-align: left;
  margin: 0 0 0 50px;
}

.box_t2 { /* box 2 3 4 6 7 8*/
  float: left; 
  height: auto;
  margin: 0 0 0 20px;
  text-align: left;
}

.num {/*subscript player number*/
    font-size: 15px;
    text-align: center;
    color: red;
}

.center {
    text-align: center;
}
