            .event-panel img {
                max-height: 60px;
            }
            .event-panel-body {
                min-height: 180px;
            }
            .event-panel-footer {
              padding: 10px 15px;
              border-top: 0px;
            }
            .year-div {
                color: grey;
                padding: 10px;
                margin-bottom: 20px;
                margin-top: 10px;
            }
            .year-div h2 {
                font-size: 64px;
            }

            .month-div {
                color: #0f0f0f;
                padding: 7px;
                border-top: 5px solid grey;
                margin-bottom: 10px;
            }
            .month-div h2 {
                font-size: 48px;
            }
            .rr-headerimage {
                margin-bottom: 20px;
            }
  .bg-1 {
      background: #000000;
      color: #bdbdbd;
	  position: relative;
	  bottom: 0;
  }
  .bg-1 h3 {color: #fff;}
.imageAndText {position: relative;} 
.imageAndText .col {position: absolute; z-index: 1; top: 0; left: 0;}
@media print {
    .noprint {
        display: none;
    }
}


/*
    Bootflat 1.0.1
    Designed & Built by flathemes, http://www.flathemes.com
    Licensed under MIT License, http://opensource.org/licenses/mit-license.html
    Thanks for supporting our website and enjoy!
*/
/*------------------------------------*\
    $default
\*------------------------------------*/
.img-thumbnail,
.btn,
.btn-group .btn,
.btn-group .dropdown-menu,
.btn-group .btn,
.btn-group .btn:first-child:not(:last-child),
.btn-group .btn:last-child:not(:first-child),
.table-bordered,
.table-bordered tr:first-child th:first-child,
.table-bordered tr:first-child th:last-child,
.table-bordered tr:last-child td:first-child,
.table-bordered tr:last-child td:last-child,
.input-group .btn,
.input-group .dropdown-menu,
.input-group .form-control,
.input-group .input-group-addon,
.dropdown-menu,
.dropdown-menu .dropdown-submenu .dropdown-menu,
.form .form-control,
.form .btn,
.form-control,
.label,

.alert,
.alert .btn,
.progress,
.breadcrumb,
.tooltip .tooltip-inner,
.popover,
.nav-list-panel,
.nav-tabs li > a,
.tabs-below .nav-tabs li > a,
.tabs-right .nav-tabs li > a,
.tabs-left .nav-tabs li > a,
.nav-tabs .dropdown-menu,
.tabs-below .nav-tabs .dropdown-menu,
.nav-pills li a,
.nav-pills .dropdown-menu,
.navbar,
.navbar .dropdown-menu,
.pagination,
.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a, 
.pagination li:last-child span,
.pager li a,
.pager li a:hover,
.pager li a:focus,
.panel,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-body,
/*------------------------------------*\
    $extend
\*------------------------------------*/
.breadcrumb-arrow li:first-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


thead
{ background-color:#9933CC; }


.panel-info > .panel-heading{
     background-color: #9933CC;
		 border-color: #9933CC;
}
.panel-info {
    border-color: #9933CC;
}

.panel-heading .accordion-toggle h4:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  
    content: "\e113";    
    float: right;        
    color: white;        
    overflow: no-display;
}
.panel-heading .accordion-toggle.collapsed h4:after {
    /* symbol for "collapsed" panels */
    content: "\e114";    
}
a.accordion-toggle{
    text-decoration: none;
    color: white;
}

a{
	color: #FF8800;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px; */
  margin-bottom: 20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  background-color: #777;
}

.carousel-inner > .item > img {
  min-width: 100%;
/*
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
*/
}

/* End of Carousel base class */

td {padding: 3px !important;}

@media print {
	.table-condensed thead > tr > th,
	.table-condensed tbody > tr > th,
	.table-condensed tfoot > tr > th,
	.table-condensed thead > tr > td,
	.table-condensed tbody > tr > td,
	.table-condensed tfoot > tr > td {
	  padding: 3px;
	}
	.table thead > tr > th,
	.table tbody > tr > th,
	.table tfoot > tr > th,
	.table thead > tr > td,
	.table tbody > tr > td,
	.table tfoot > tr > td {
	  padding: 3px;
	}
	.a {
		border-bottom: none;
	}
table a:not(.btn), .table a:not(.btn) {
    text-decoration: none;
}
}
