html {
    /*color: #222;
    font-size: 1em;
    line-height: 1.4;*/
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #000; 
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

    a,
    a:visited {
        text-decoration: underline;
		background: transparent;
		font-weight: bold;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    /*img {
        max-width: 100% !important;
    }*/

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	small {
		font-size:12pt;
	}

	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background: white;
  color:#000;
  font: 13pt/18pt Arial, Helvetica, sans-serif;
}
a.print-button {
	background:#000 !important;
	display:inline-block;
	padding:10px 12px;
	margin:25px 10px 20px 0;
	color:#fff !important;
	text-decoration:none !important;
}
div.prints-button {
	display:none;
	}
.more-photo-block.clearfix {
	display:none;
}
a.go-back {
	background:#ddd !important;
	display:inline-block;
	padding:10px 12px;
	margin:25px 0 20px 0;
	text-decoration:none !important;
}
.wrapper {
	width: auto;
	margin: 0 5%;
	padding: 0;
	background: transparent;
}
.header {
	border-bottom:5px double #000;
	margin:20px 0;
	padding-bottom:10px;
}
.url {
    background: #ddd !important;
    width: auto;
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 12px;
}
.header, .content, .footer {
	background: transparent;
	width: auto;
}
.footer {
	padding:12px 10px;
	margin:40px 0;
	border-top:5px double #000;
	font-size:11pt;
	line-height:14pt;
}
.copyright {
	float:left;
}
.site-link {
	float:right;
}
.content img {
	display:none;
}
a:link, a:visited {
  color: #000;
}
.page-header {
  padding-bottom: 9px;
  margin: 2em 0;
  border-bottom: 2px solid #000;
}
h1 {
	line-height: 20pt;
	color: inherit;
	font-size: 20pt;
}
h3 {
	line-height: 20pt;
	color: inherit;
	font-size: 18pt;
}
h4 {
	line-height: 18pt;
	color: inherit;
	font-size: 17pt;
}
.text-justify {
  text-align: justify;
}
.pagerss {
	display:none;
}
.bordered li {
	padding:15px 0;
	border-bottom:1px solid #000;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table td, .table th {
	background-color: #fff !important;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #000 !important;
}
.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: 8px;
  vertical-align: top;
}
th {
  text-align: left;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 0;
}
.lead {
	font-size:15pt;
	line-height:22pt;
	font-weight:bold;
}
.back {
	display:none;
}
/*** news-list ***/
.news-list {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #000;
}
.news-list h4 {
			font-size:17px;
			font-weight:normal;
		}
				
@media print {
	a.print-button {
		display:none;
	}
	div.prints-button {
		display:none;
	}
	a.go-back {
		display:none;
	}
	body {
		font-size:15pt;
		line-height:22pt;
	}
	.lead {
		font-weight:bold;
	}
	
}