body {
  background-color: #F0F0F0;
  font-size: 13px;
}
.navbar-inverse .navbar-inner {
background-color: #1b1b1b;
background-image: -moz-linear-gradient(top,#222,#111);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
background-image: -webkit-linear-gradient(top,#025186,#094F77);
background-image: -o-linear-gradient(top,#222,#111);
background-repeat: repeat-x;
border-color: #B1ADAD;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);
}
.main {
  min-height: 400px;
  padding-top: 19px;
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.title{
  text-align:center;
  font-weight:bold;
  font-size:12pt;
}

.title2{
  text-align:center;
  font-weight:bold;
  font-size:11pt;
}

.title3{
  font-size: 11pt;
}

.content{
  font-size: 10.5pt;
  line-height: 30px;
}

table.table td {
color: #000;
background-color: #fff;
}

.table th {
color: #fff;
background-color: #0067AC;
}

.table-striped tbody>tr:nth-child(odd)>th {
background-color: #08c;
color: #fff;
}

th.th2 {
color: #000;
background-color: #f0f0f0;
}

a {
color: #08c;
text-decoration: none;
font-size: 12px;
}

.label-success, .badge-success {
background-color: #08c;
}
.well {
min-height: 20px;
padding: 9px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
