.jsalcenter {
   text-align: center!important;
}
.jsalleft {
   text-align: left!important;
}
.jsalright {
   text-align: right!important;
}

.jstable-module table tr > th, .jstable-module table tr > td {
   vertical-align: middle!important;
   white-space: nowrap;
}
.jstable-module .jsObjectCell span:last-child:not(:first-child) {
   display: inline-block;
   margin-left: 10px;
}
.jstable-module .jsObjectCell img {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.jsform_none {
   display: inline-block;
   width: 17px;
   height:17px;
   margin: 0px 3px;
   border-radius: 2px;
   line-height: 17px;
   text-align: center;
   font-size:10px;
   font-weight: bold;
   text-decoration: none;
   color: #ffffff!important;
}
.match_quest {
   background-color: #888;
}
.match_win {
   background-color: #01a252;
}
.match_draw {
   background-color: #FBDE2D;
}
.match_loose {
   background-color: #E83737;
}