header.jumbotron {
  background-position: center center;
/*  color: #444;  */
/*  background-color: red;  */
}
header .container {
/*  background-color: blue;  */
}
.jumbotron {
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 10px;
  background-color: #fff;
}
header.jumbotron .container h1 {
  font-size: xx-large;
}
@media screen and (max-width: 480px) {
  header.jumbotron .container h1 {
    font-size: small;
  }
}
.main-content .content-area {
  padding: 20px 15px;
}
.sidebar aside {
  background: #f0f0f0;
  padding: 20px;
  margin-bottom: 20px;
}
footer {
  text-align: center;
  padding: 10px;
  background-color: #f0f0f0;
}
.main-content .content-area {
  padding-top: 0;
/*  background-color: red;  */
}
.navbar {
  margin-bottom: 0;
}
.breadcrumb {
  padding-left: 40px;
}
.breadcrumb > li + li:before {
  content: ">";
}
.resp_image {
/*  background-color: red;  */
  margin-bottom: 15px;
}
@media screen and (max-width: 460px) {
  .resp_image {
    height: 80px;
    background: url(../images/logo2015w240.jpg), url(../images/logo_bg_h80_w240.jpg);
    background-position: top center, top left;
    background-repeat: no-repeat, repeat-x;
  }
}
@media screen and (min-width: 461px) and (max-width: 640px) {
  .resp_image {
    height: 80px;
    background: url(../images/logo2015w480.jpg), url(../images/logo_bg_h80.jpg);
    background-position: top center, top left;
    background-repeat: no-repeat, repeat-x;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .resp_image {
    height: 80px;
    background-image: url(../images/logo2015w700.jpg), url(../images/logo_bg_h80.jpg);
    background-position: top center, top left;
    background-repeat: no-repeat, repeat-x;
  }
}
@media screen and (min-width: 1025px) {
  .resp_image {
    height: 120px;
    background: url(../images/logo2015w850.jpg), url(../images/logo_bg_h120.jpg);
    background-position: top center, top left;
    background-repeat: no-repeat, repeat-x;
  }
}
.content-area h2, .content-area h3, .content-area h4 {
  font-weight: bold;
}
.content-area h2 { font-size: 20px; }
.content-area h3 { font-size: 19px; }
.content-area h4 { font-size: 18px; }
.content-area h5 { font-size: 17px; }
.content-area h6 { font-size: 16px; }
.content-area p, .content-area li, th, td, dl { font-size: 16px; }
.content-area h3 {
  color: #fff;
  padding: 8px 8px 8px 35px;
  background-image: url(../images/icons/mark_white.png), url(../images/bg_h3.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: 8px 9px, top left;
}
.content-area h4 {
  padding: 5px 5px 5px 17px;
  background-image: url("../images/icons/mark_gray.png");
  background-repeat: no-repeat;
  background-position: left 7px;
  border-bottom: 2px solid #888;
}
.content-area h5 {
  font-weight: bold;
  padding: 0 0 3px 0;
  border-bottom: 2px dotted #888;
}
.content-area p, .content-area li, th, td, aside li {
  line-height: 26px;
}
.content-area ol {
  list-style: none;
}
.content-area ol li {
  margin-left: -20px;
  padding-left: 23px;
}
.icon_li1 {
  background: url('../images/icons/icon_li1.png') left 3px no-repeat;
}
.icon_li2 {
  background: url('../images/icons/icon_li2.png') left 3px no-repeat;
}
.icon_li3 {
  background: url('../images/icons/icon_li3.png') left 3px no-repeat;
}
.icon_li4 {
  background: url('../images/icons/icon_li4.png') left 3px no-repeat;
}
.icon_li5 {
  background: url('../images/icons/icon_li5.png') left 3px no-repeat;
}
.list-unstyled .active {
  background-color: #e7e7e7;
}
#tbl-rec-100th td {
  font-size: small;
}