html, body{
  color: #222;
  background: #f0f2f5;
  -webkit-font-smoothing: antialiased;
}
body{
  font-family: "Microsoft YaHei", "museo_sans700", sans-serif;
}

a {
  color: #3BA1FF;
}


.panel {
  margin-top: 15px;
  margin-bottom: 15px;
}

.panel-heading {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #f1f1f1;
}


.table-responsive {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    border: none;
  }
  .table-responsive table,
  .table-responsive .table{
    min-width: 900px;
  }
}
.table-responsive>.table>tbody>tr>th, 
.table-responsive>.table>tfoot>tr>th, 
.table-responsive>.table>thead>tr>th {
  white-space: nowrap;
}

.table-responsive>.table>tbody>tr>td, 
.table-responsive>.table>tfoot>tr>td, 
.table-responsive>.table>thead>tr>td {
  white-space: normal;
}

table thead th {
  background: #fafafa;
}

.table {
  margin-bottom: 0px;
}

.table-title {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

.table th, 
.table td {
  text-align: center;
}

.table tr th:first-child,
.table tr td:first-child {
  text-align: left;
}

.table td {
  color: #444;
}
.table>thead>tr>th {
  border-bottom: 1px solid #ddd;
}

.table tbody tr:hover {
  background: #e6f7ff;
}

table a {
  text-decoration: underline;
}


/* Panel legend base style */
.case {
  display: inline-block;
  margin: auto 15px;
}
.case span {
  display: inline-block;
  padding: 0px 20px;
  height: 16px;
  font-weight: normal;
  font-size: 13px;
  position: relative;
}
.case span {
  margin: auto 15px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) { 
  .case {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
    text-align: center;
  }
}