 body { background: none !important; } 

table, th, td
{
    border: 1px solid black;
}
.btn-circle {
    width: 20px;
    height: 20px;
    border-radius: 12px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border: 1px solid transparent;
}


/*бегунок*/
.modal {
  background: #333;  
  padding: 0px;
  width: 100%;
  height: 100%;
  position: relative; 
  float: left;
  opacity: 0.3;
  margin: 5px;
}

.modal_preloader {
  display: none;
  opacity: 0.8;
  position: absolute; 
  left: 0; 
  top: 0; 
  z-index: 999; 
  width: 100%; 
  height: 100%;
  overflow: visible; 
  background: url('/wiget/img/ajax_loader_gray_48.gif') no-repeat center center; 
}



/*end*/