.toolbar {
    width: 960px;
    margin: 0 auto;
}
.toolbar>* {
    text-align: center;
    display: inline-block;
}

.toolbar input {
    width: 30px;
}

.google-search {
    text-align: initial;
}

.google-search table {
	background-color: initial;
}

.toolbar>.nav {
    /*margin-left: 20px;*/
}

.toolbar>.nav>* {
    display: inline-block;
}

.toolbar>.nav>form>* {
    display: inline-block;
}

.toolbar .btn.go {
    width: 50px\9; /* IE 8 and below */
    width: 50px;
}

.toolbar .border-button {
    display: inline-block;
    border: #989699 solid 1px;
    color: #989699;
    padding: 3px 5px;
    font-size: 12px;
    margin: 2px;
}

.toolbar .views-control {
    position: relative;
    left: 20px;
    margin: 10px; 
}

.pages {
    width: 100%;
    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    /* W3C */
    display:box;
    box-pack:center;
}

.pages>div.left, .pages>div.right {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pages .introduction,
.pages .contents
{
    width: 650px;
    min-height: 500px;
    text-align: justify;
    text-justify: newspaper;
}

.pages img {
    min-height: 800px;
    display: block; /* so background image shows */
    padding: 0px; /* padding needs to be set so background image shows */
    background:url("../img/loading.ca3a046ce5a5.gif") no-repeat center;
    /* Firefox 
    max-height: -moz-calc(100% - 120px);  */
    /* WebKit 
    max-height: -webkit-calc(100% - 120px); */
    /* Opera 
    max-height: -o-calc(100% - 120px); */
    /* Standard 
    max-height: calc(100% - 120px); */
}

.pages>div {
    vertical-align: top;
}

.pages .pagetext {
    min-height: 400px;
}

.pages .edit {
    bottom: 0;
    padding-bottom: 15px;
    margin-left: 60px;
}

.pages .edit .border-button {
    display: inline-block;
    border: #989699 solid 1px;
    color: #989699;
    padding: 3px 5px;
    font-size: 12px;
    margin: 2px;
}

.pg-img.loading {
    visibility: hidden;
}

.notes {
    display: none;
}

.notes-container {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
    padding: 30px;
}

.notes-container .notes{
    display: inline;
}

.notes-container ol {
    font-size: 11pt;
    padding-right: 20px;
}

.notes-container li {
    margin-bottom: 20px;
}

.notes-container strong {
    font-style: normal;
    font-weight: bold;
}


/*.document {
    display: none;
}*/

.text {
    display: none;
}

.ui-dialog {
    padding:0;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: none;
}

.ui-dialog .ui-dialog-title {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
    font-size: 11pt;
}

.ui-widget-header {
    border:none;
    background-image:none;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;    
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  /*! border-top-left-radius:0px */
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  /*! border-top-right-radius:0px */
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  /*! border-bottom-left-radius:0px */
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  /*! border-bottom-right-radius:0px; */
}



@media print {

body {background-image: none;}
#headerwrapper {display:none;}
div.toolbar {display:none;}
#footer {display:none;}
.pages {display:block;}
div.pg-img {font-size:9pt; line-height:12pt; page-break-before: always;}
span.l {font-size:9pt; line-height:12pt;}
div.pg-img .l:after {font-size:8pt;}

}