@charset "iso-8859-1";
/* CSS Document */

body {background-image:none;}
form {display:none !important}
#navcontainer {display:none;}
.pagebrk {page-break-before:always;}

.div[id*='title'] {-webkit-print-color-adjust:exact; background-color:white; color:white !important}

div[id*='-graph-id0-title-t'] {-webkit-print-color-adjust:exact; background-color:white; color:white !important}


h2 {
	background:none;
	padding:inherit;
	margin-left:auto;
	max-width:inherit;
	box-shadow:none;
	text-shadow:none;
}

#container {
    background: none;
    color: black;
    border: 0px solid #F0F0F0;
    margin: auto;
    padding-bottom: inherit;
    margin-bottom: auto;
    border-radius:none; 
}

.arrow {display:none;}

.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 0px;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.panel-border {
    border: black solid 1px !important;
    font-size: 15px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-shadow:none !important;
}