div.MobileClient {
  padding: 2px 0;
}

span.MobileClientBalance {
  float: right;
  width: 40px;
  font-weight: bold;
  text-align: right;
}

span.MobileClientFIO {
  margin-right: 30px;
}.MobileForm {
    width: 400px;
    position: relative;
}


.MobileForm span {
    margin-right: 20px;
}

.MobileForm input {
    width: 200px;
    position: absolute;
    right: 0;
}.MobileCompany {
  border: double gray 3px;
  padding: 3px 7px;
  background-color: lightyellow;
}

.MobileCompanyName {
  font-weight: bold;
}

.MobileCompanyClients {
  padding-top: 5px;
  background-color: white;
  border-spacing: 7px 11px;
  padding: 10px;
  border-collapse: separate;
}

.MobileCompanyClients tr {
  font-weight: normal;
  border: 2px solid #039;
}

.MobileCompanyClients td {
  text-align: center;
  padding: 0 50px;
}

.Filter {
  padding-top: 30px;
}

.MobileCompanyClients thead{
  background-color: rgb(220, 220, 245);
}

.MobileCompanyClients tbody {
  background-color: beige;
}
/*# sourceMappingURL=bundle.css.map*/