td.r-ori-vert {
	white-space: nowrap;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color:#CCF7FF;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color:#99DDFF;
}
body.function-list {
	height:100%;
	background-color:#FFFFCC;
	background-size:cover;
}
.table-bordered {
  border: 2px solid #3355FF;
}
.table-bordered > tbody > tr > td {
  border: 2px solid #3355FF;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 2px solid #3355FF;
	padding: 1px 1px;
  border-collapse: collapse;
}
.table-bordered thead th {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  background-color: #3355FF;
}
body {
 	font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  background-color: #fff;
}