.panel-body {
    background-color: #F8F8EA;
    padding-top: 5px !important;
    padding-bottom: 0!important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.panel-body:before, .panel-body:after {
    display: table;
    content: " ";
}
.panel-body:after {
    clear: both;
}
.panel-default > .panel-heading {
    color: #000;
    background: url(images/panelhead.jpg) repeat 0 0;
    font-size: 11pt;
    font-weight: bold;
}

/* modified from bootstrap  */
.breadcrumb {
  padding: 12px 0;
  margin-bottom: : 15px;
  list-style: none;
  background-color: #fff !important;
 /* border-radius: 4px;*/
  border-bottom:1px solid #eee;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 12px !important;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
/* ENDs modified from bootstrap  */

.news {
    padding: 2em 0 !important;          /*modified from style.css*/
}

.modal-caption h2,
.modal-caption h3 {
  font-size: 3.3em;
  font-weight: 300;
  letter-spacing: 1px;
}

.modal-caption h2 span,
.modal-caption h3 span {
  font-weight: 600;
}

.modal-caption p {
    letter-spacing: 4px;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 300;
    color: #fff;
    margin: 1em auto 2em;
    width: 70%;
}
.modal-caption a {
  color: #fff;
  letter-spacing: 1px;
  padding: 11px 20px;
  background: none;
  font-size: 0.9em;
  border-radius: 0;
  border: 1px solid #fff;
}

.modal-caption a:hover {
    background: #ff4f81;
    border: 1px solid #ff4f81;
}
.modal-body {
  position: relative;
  padding: 15px;
}
h4.modal-title{
background-color: gold;
}
.modal-header{
background-color: mediumspringgreen;
}
.modal-header p{
    margin: 10px;
    font-size: 2em;
    text-align: center;
    font-weight: 900;
        color: crimson;
}
.modal-header p sub{    
    font-size: 0.4em;    
}