html {
	height: 100%;
}
  
body{
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 150%; 
	background-color:#e7e4e4; 
	display: flex;
	min-height: 100%;
	flex-direction: column;
	border: 6px solid black;
}
  
.container {
	flex:1;
}

header h1{
	background: #591e9c;
	color: #e2e4e4;
	text-align: center;
	font-size: 180%; 
	width: 98%;
	margin-left: auto;	
	margin-top: -17px;
	margin-right: auto;
	font-family: 'Times New Roman', Times, serif;
}

h2 {
	margin-top: -1%;
	text-align: center;
	font-size: 140%;
	margin-bottom: -2%;
}

h3 {
	text-align: center;
}

h3.indexpage {
	margin-top: 1%;
	margin-bottom: -2%;
	color: rgb(2, 73, 2);
}

h3.review {
	font-size: 250%;
	margin-top: -3%;
}

h4.review {
	text-align: center;
	font-size: 180%;
	margin-top: -6%;
	margin-bottom: 4%;
}

p.review {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8%;
	padding-left: 5px;
	padding-right: 5px;
	border: 3px solid black;
	font-size: 28px;
}

#date-time {
	font-size: 130%;
	font-weight: 600;
	color: black;
}

hr {
	height: 4px;
	background-color: black;
}

.form {
	display: grid;
	grid-template-columns: 100%;
	justify-content: center;
	text-align: center; 
	margin-left: 2%;
	margin-right: 2%;
	font-size: 150%;
	background: #591e9c;
	font-weight: 600;
	color: whitesmoke;
	margin-bottom: 8%; 
	margin-top: 8%; 
}


.dateform {
	display: grid;
	grid-template-columns: 100%;
	justify-content: center;
	text-align: center; 
	margin-left: 2%;
	margin-right: 2%;
	font-size: 95%;
	background: #591e9c;
	font-weight: 600;
	color: whitesmoke;
	height:max-content;
	margin-bottom: 8%; 
	margin-top: 8%; 
}

.dateform input {
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 5%;
	width: 85%;	
	font-size: 100%;
	padding-left: 4px;
	justify-content: center;
}

.form input {
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 5%; 
	width: 85%;	
	font-size: 100%;
	padding-left: 4px;
	justify-content: center;
}

div.selectdate.optiondate input {
	font-size: 110%;
}

button {
	margin-left: auto;
	margin-right: auto;
	width: 95%;	
	margin-top: 1%;
	margin-bottom: 7%;
	color: black;
	font-size: 90%;
}

.form .subjectselect {
	background-color:#e7e4e4;
	color: black;
	width: 92%;
}

select {
	width: 92%;
	font-size: 100%;
	margin-top: 5%;
	margin-bottom: -1%; 
	justify-content: center;
 	background-color: lightgray;
	color: black;
	text-align: center;
}

select.authorlist {
	width: 92%;
	font-size: 100%;
	margin-top: 5%;
	margin-bottom: 5%; 
	justify-content: center;
 	background-color: lightgray;
	color: black;
	text-align: center;
}

option {
	font-size: 85%;
	margin-top: 1%;
}

.select.option input {
	margin-left: auto;
	margin-right: auto; 
	margin-top: 4%;
	height: 60px;
	background-color: #e0e0e4;
	color: black;
	margin-bottom: 4%;
	font-size: 80%;
	text-align: center;
}

.selectdate.optiondate input {
	margin-left: auto;
	margin-right: auto; 
	margin-top: 4%;
	height: 60px;
	background-color: #e0e0e4;
	color: black;
	margin-bottom: 1%;
	font-size: 80%;
	text-align: center;
}

.selectdate.optiondate select {
	height: 70px;
}

.link {
	display:grid;
	grid-template-columns: 100%;
	font-size: 125%;
	margin-top: 8%; 
	margin-bottom: 8%;
	margin-left: 2%;
	margin-right: 2%;
	background: #591e9c;
	color: lightgray;
	width: 96%;
	text-align: center;
	font-weight: 600; 
}

.link a {
	color: beige;
	margin-top: 3%;
	margin-bottom: 5%;
	padding-left: 1%;
	padding-right: 1%;
} 

img {
	display: grid;
	grid-template-columns: 98%;
	width: 100%;
	margin-left:auto;
	margin-right: auto;
}

figcaption {
	text-align: center;
}

footer {
	text-align:center;
	font-size: 75%;
	margin-top: -10px;
	margin-bottom: 1%;
} 

p.firstline {
	margin-top: -2%;
	margin-bottom: 2%;
}

p.secondline {
	margin-top: -1%; 
	color: beige;
}

h4 {
	margin-top: 2%;
	margin-bottom: -1%;
	font-size: 90%;
}

h4.figure1 {
	margin-top: 1%;
	margin-bottom: 1%;
	font-size: 90%;
}

h4.figure2 {
	margin-top: 0%;
	margin-bottom: 6%;
	font-size: 90%;
}

img.figure {
	width: 90%;
}

/* Book Display Pages */

.headingauthor {
	display: grid;
	grid-template-columns: 98%;
	font-size: 85%;
	margin-top: -4%;
	text-align: center;
}

.headingauthor h2 {
	font-size: 140%;
	margin-bottom: 2%;
}

.headingauthor h3 {
	font-size: 140%;
	margin-top: 1%;
	margin-bottom: 0%;
	text-align: center;
}

.headingauthor h3.h3alldates {
	text-align:center;
}

.headingauthorsubject {
    display: grid;
    grid-template-columns: 98%;
    font-size: 85%;
    margin-top: -4%;
    text-align: center;
}

.headingauthorsubject h2 {
    font-size: 140%;
    margin-bottom: 2%;
}

.headingauthorsubject h3 {
    font-size: 140%;
    margin-top: 1%;
    margin-bottom: 0%;
    text-align: center;
}

.headingauthorsubject h3.h3alldates {
    text-align:center;
}

.authorpagereturn {
	height: 3px;
	margin-bottom: 0%;
}

.recordtitleheadingreturn {
	display: none;
}

.recordtitlereturn {
	display: none;
}

.recordheading {
	display: none;
}

.recordheadingreturn {
	display: none;
}

.recordheadingreturnlink {
	display: none;
}

.recordheadingdvd {
	display: none;
}

.recordfulldisplaydvd {
	display: none;
}

.recorddisplay {
	display: grid;
	grid-template-columns: 100%;
	text-align: center;
	justify-content: center;	
	height: 100%; 	
}

.recordnum {
	display: none;
}

.recorddivh {
	border: 3px solid black;
	margin-bottom: 0%; 
	height:fit-content; 
	font-size: 105%;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	background-color: #b0b7d0;
}

.recorddivhdvd {
	display: none;
} 

.recorddivnum {
	border: 3px solid black;
	border-right: 0px;
	border-left: 0px;
	margin-bottom: 0%;
	height:fit-content; 
	font-size:88%;
	font-style:italic;
	background-color: #e1e1f0;
}

.recorddiv {
	border: 3px solid black;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	margin-bottom: 0%;
	height:fit-content; 
	font-size: 120%; 
	font-weight:bold;
	background-color: #e1e1f0;
}

.blankline {
	border-top: 0px;
	margin-bottom: 0%;
	border-right: 0px;
}

.recordfulldisplay {
	display: none;
}

/* Stylesheet for Login Page */

h2.h2loginpage {
	margin-top: -1%;
	text-align: center;
	font-size: 140%;
	margin-bottom: 1%;
}

/* Stylesheet for Login Page UserID */

.loginpage {
	display: grid;
	grid-template-columns: 100%;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 150%;
	background: #591e9c;
	font-weight: 600;
	color: whitesmoke;
	height:fit-content;
	margin-bottom: 9%; 
	margin-top: 8%; 
}

.loginpage p {
	color: beige;
	font-style: italic;
	font-size: 95%;
	margin-top: 3%;
	margin-bottom: 1%;
	text-align: center;
}

.loginpage input {
	margin-left: auto;
	margin-right: auto; 
	margin-top: 3%;
	width: 80%;	
	height: 76%;
	font-size: 95%;
	justify-content: center;
}

.loginpage input::placeholder {
	font-size: 85%;
	font-style: italic;
}

.loginpage .loginrequired {
	font-size: 70%;
	color:#e1e6e8;
	margin-top: 5%;
	font-style: normal;
	text-align: center;
	margin-bottom: 3%;
}

/* Stylesheet for Login Page Password */

.loginpagepass {
	display: grid;
	grid-template-columns: 100%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 150%;
	background: #591e9c;
	font-weight: 600;
	color: whitesmoke;
	height:fit-content; 
	margin-bottom: 4%; 
	margin-top: -3%; 
}

.loginpagepass p {
	color: beige;
	font-style: italic;
	font-size: 95%;
	margin-top: 3%;
	margin-bottom: 3%;
	text-align: center;
}

.loginpagepass input {
	margin-left: 7%; 
	margin-bottom: 0%;
	width: 78%;	
	height: 80%;
	font-size: 85%;
	justify-content: center;
}

.loginpagepass input::placeholder {
	font-size: 85%;
	font-style: italic;
}

.loginpagepass .loginrequired {
	font-size: 70%;
	color:#e1e6e8;
	font-style: normal;
}

/* End Login Page Password */

loginbutton {
	margin-left: auto;
	margin-right: auto;
	width: 95%;	
	margin-top: 1%;
	margin-bottom: 8%;
	color: black;
	font-size: 90%;
}

h4.h4loginpage {
	margin-top: 2%;
	margin-bottom: -7%;
	font-size: 95%;
	font-style: italic;
	color: #d2e6ec;
}

p.ploginpage {
	margin-bottom: -6%;
	margin-top: 8%;
	font-size: 50%;
	font-variant: small-caps;
}

.loginpagebutton {
	margin-left: 5%;
	margin-right: auto;
	width: 90%;	
	height: 50px;
	margin-top: 1%;
	margin-bottom: 2%;
	color: black;
	font-size: 110%;
	font-weight:bold;
	background-color: #b4b1b1;
}

/* Style Sheets for Update Page */

h2.updatepage {
	margin-bottom: 2%;
}

h3.updatepage {
	margin-top: 2%;
	padding-left: 1%;
	padding-right: 1%;
}

.updateurl {
	display:grid;
	grid-template-columns: 90%; 
	justify-content: center; 
	margin-bottom: 4%;
}

.updateurl div {
	background-color: #b0b7d0;
	border: 2px solid black;
	padding-left: 2%; 
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 95%;
}

a.aupdatepage {
	font-weight:600; 
	color: #b8471a; 
}

/* Stylesheets for Adding titles */

.addtitleinfo {
	display:grid;
	grid-template-columns: 90%; 
	background: #591e9c;
	color: white;
	width: 98%; 
	text-align: center;
	margin-top: 4%;
	margin-left: 1%;
	justify-content:center;
	margin-bottom: 1%;
}

div.addtitleinfo p {
	font-size: 120%;
	margin-top: 4%;
	margin-left: 1%;
	text-align: center;
	color:ivory;
	font-style:italic;
} 

div.addtitleinfo input {
	font-size: 120%;
	margin-top: -1%;
	margin-left: 2%;
	margin-bottom: 8%;
}

div.addtitleinfo input::placeholder{
	font-size: 70%;	
}

.addtitlename {
	display:grid;
	grid-template-columns: 90%;
	background-color: #591e9c;
	color: ivory;
	width: 98%;
	text-align: center;
	margin-top: 8%;
	margin-left: 1%;
	justify-content:center;
	margin-bottom: 4%;
}

div.addtitlename p {
	font-size: 120%;
	margin-top: 4%;
	color:ivory;
	font-style:italic;
}

div.addtitlename input {
	font-size: 120%;
	margin-top: 2%;
	margin-left: 1%;
	margin-bottom: 8%;
}

div.addtitlename input::placeholder{
	font-size: 70%;
	
}

.formsubject {
	display: grid;
	grid-template-columns: 90%; 
	justify-content: center;
	text-align: center;
	font-size: 120%;
	font-weight: 600;
	color: black;
	margin-bottom: 8%; 
	margin-top: 8%; 
}

div.formsubject select {
	background-color:#98999c;
	color: black;
	margin-left: 4%; 
	text-align: center;
	font-size: larger;
}

div.formsubject select option {
	text-align: center;
} 

.formsubject p {
	margin-top: -6%;
	font-size:75%;
	font-style:normal;
	text-align: center;
	font-weight: 400;
	font-variant: small-caps;
}

.formsubject button {
	margin-top: 1%;
	margin-bottom: 3%;
	height: 80px;
	color: black;
	font-size: larger;
	background-color:#b7bac0;
}

h3.differentupdate {
	font-size: 95%;
}

h3.addtitlepage {
	margin-top: -2%;
}

h3.alreadyexists {
	margin-top: -2%;
	font-size: 200%;
}

.recorddisplaynew {
	display: grid;
	grid-template-columns: 100%;
	text-align: center;
	width: 90%;
	justify-content: center;	
	margin-left: 4%; 
	height:max-content; 
	border:3px solid black;	
	margin-bottom: 4%;
}

.recorddivhnew {
	border: 2px solid black;
	border-bottom: 1px solid black;
	font-size: 115%;
	text-align: left;
	font-variant:small-caps;
	background: #b0b7d0;
	padding-left: 10px;
}

.recorddivnew { 
	font-weight: 500; 
	font-size: 115%; 
	font-style:normal;
	font-weight: 600;
	border: 2px solid black;
	border-bottom: 1px solid black;
	background: #e1e1f0;
	text-align: left;
	padding-left: 5px;
}

/* Page for Checking in Books */

.checkbox {
	vertical-align: middle;
	text-align: center;
	font-size: 30px; 
	height: 25px; 
	width: 7%;
	border: 2px solid black;
    border-collapse: collapse;
	cursor: pointer; 
	display: inline-block;
}

.bookcheckin {
	height: 3px;
	margin-bottom: -8%;
}

.recorddisplayreturn {
	display: grid;
	grid-template-columns: 100%;
	text-align: center;
	justify-content: center;	
	height: 100%; 	
}

.recorddivhreturnauthor {
	border: 3px solid black;
	margin-bottom: 0%;  
	height:fit-content; 
	font-size: 105%;
	border-right: 0px;
	border-left: 0px;
	background-color: #b0b7d0;
}

.recorddivhreturntitle {
	border: 3px solid black;
	margin-bottom: 0%;  
	height:fit-content; 
	font-size: 105%;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	background-color: #b0b7d0;
}

.recorddivhreturncheckin {
	border: 3px solid black;
	margin-bottom: 0%; 
	height:fit-content; 
	font-size: 105%;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	background-color: #b0b7d0;
}

.recorddivhreturncheckinlink {
	display:none;
} 

.recorddivreturnauthor {
	border: 3px solid black;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	margin-bottom: 0%;
	height:fit-content; 
	font-size: 120%; 
	background-color: #e1e1f0;
}

.recorddivreturntitle {
	border: 3px solid black;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	margin-bottom: 0%;
	height:fit-content; 
	font-size: 120%; 
	background-color: #e1e1f0;
}

.recorddivreturncheckin {
	border: 3px solid black;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	margin-bottom: 0%;
	height:fit-content; 
	font-size: 120%; 
	background-color: #b0b7d0;
}

.recorddivreturncheckinlink {
	border: 3px solid black;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	margin-bottom: 0%;
	height:fit-content; 
	font-size: 105%; 
	background-color: #b0b7d0;
	text-align: center;
	padding-left: 5px;
}

.recorddivreturncheckinlink a {
	text-decoration: none;
	font-style: italic;
	color:#591e9c;
	font-size: 105%;
	font-weight: 600;
}

.recordheadingreturn {
	display: none;
} 

.returnbutton {
	margin-left: 2%;
	margin-top: 8%;
	background-color:#b7bac0;
	height: 100px;
	font-size: 150%;
	font-weight: 600;
}

.returnbuttondelete {
	margin-left: 2%;
	margin-top: 8%;
	background-color:#b7bac0;
	height: 90px;
	font-size: 150%;
	font-weight: 600;
}

/* Stylesheet for Checkin Page */

.recordheadingcheckin {
	display: none;
}

.recordfulldisplaycheckin {
	display: none;
}

.recorddivcheckinauthor {
	border: 3px solid black;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	margin-bottom: 0%;
	height:fit-content; 
	font-weight: bold; 
	font-size: 120%; 
	background-color: #e1e1f0;
}

.markcheckinpage {
	margin-top: 1%;
}

.checkinpage {
	margin-top: 3%;
}

.selectsubjectchange.optionsubjectchange {
	display:grid;
	grid-template-columns: 98%;
	justify-content: center;
	margin-bottom: -1%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 3%;
	font-size: 95%;
}

.selectsubjectchange.optionsubjectchange input {
	margin-top: 1%;
	height: 100%;
	background-color: #bfbfbd;
	color: black;
	margin-left: 8%;
	margin-bottom: 1%;
}

.optionsubjectchange {
	margin-top: 3%; 
	width: 100%;
	height: 60%;
	margin-left: 8%;
}

select.subjectchange {
	height: 95%;
	margin-left: 5%;
	margin-top: 3%;
}

/* Stylesheets for Subject Search to Change Subject */

.recordheadingsubjectsearch {
	display:none;
}

.recordfullsubjectsearch {
	display:none;
}

.checkboxsubject {
	margin-top:2%;
	margin-bottom: 2%;
	margin-left: 34%;
	height:calc(3vh); 
	width: 150px; 
	cursor:context-menu;
	text-align: center;
	border: 0px solid black;
	accent-color: black;
	font-size: 50px;
}

.recorddivhsubjectsearch {
	border: 3px solid black;
	margin-bottom: 0%; 
	height:fit-content; 
	font-size: 105%;
	border-right: 0px;
	border-left: 0px;
	background-color: #b0b7d0;
}

.recorddivsubjectsearch {
	border: 3px solid black;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-bottom: 0%;
	height:fit-content; 
	font-size: 120%; 
	background-color: #e1e1f0;
}

.changesubject {
	display: grid;
	grid-template-columns: 90%;
	justify-content: center; 
	margin-top: 5%;
}

.changesubject select {
	font-size:xx-large;
	height:85%;
	margin-left: 4%;
	font-weight: bold;
}

.changesubject button {
	height:85%;
	margin-top: -1%;
	font-weight: bold;
	font-size: xx-large;
	background-color: #b0b7d0;
}

.recorddisplaysubjectsearch {
	display: grid;
	grid-template-columns: 100%;
	text-align: center;
	justify-content: center;	
	height: 100%; 	
}

.recordfulldisplayreturn {
	display: none;
} */

.delinput.delbutton {
	display: grid;
	grid-template-columns: 60%;
	font-size: 90%;
	margin-bottom: 3%;
	margin-left: 2%;
	justify-content: center;
	height: max-content;
}

.deletebutton {
	margin-bottom: 2%;
	margin-top: -1%;
	width: 80%;
	margin-left: 10%; 
	justify-content: center; 
	font-size: 120%;
	background-color: #b0b7d0; 
	height: 160%;
}

a {
	color:#591e9c;
	font-weight: 600;
}

textarea.adddescription {
	width: 80%;
	margin-left: 5%;
	font-size: 120%;
	min-height: 200px;	
}

.adddescriptionbutton {
	width: 80%;
	margin-left: 10%;
	margin-top: 4%;
	font-size: 130%;
	background-color:#b0b7d0;
}

.displayreview {
	width: 80%;
	margin-left: 6%;
	font-size: 130%;
	border: 8px ridge gray;
	background-color:#cdd0dc;
	padding: 3px;
	margin-bottom: 12%;
}

.updateurldate {
	display:grid;
	grid-template-columns: 90%; 
	justify-content: center; 
	margin-bottom: 5%;
	font-size: 98%;
}

.updateurldate div {
	background-color: #b1b1d1; 
	border: 2px solid black;
	padding-left: 2%; 
	padding-top: 3px;
	padding-bottom: 3px;
}

.recordheadingdelete {
	display: none;
}

.recordfulldeletedetail {
	display: none;
}

.checkboxdelete {
	margin-top:2%;
	margin-bottom: 2%;
	margin-left: 12%; 
	height:35px;
	width: 100px; 
	cursor:context-menu;
	text-align: center;
	border: 0px solid black;
	accent-color: black;
	font-size: 50px;
}

/* Stylesheets for pages showing lists of totals including by subjects and authors */

h2.lists {
	margin-bottom: 1%;
	font-size: 98%;
}

h2.authorlists {
	margin-bottom: 1%;
	font-size: 110%;
}

.recordheadinglists {
	display: grid;
	grid-template-columns: 14% 60% 26%;
	margin-bottom: -7px;
	margin-left: 0%;
	font-size: 100%;
/*	justify-content: center; */
	padding: 3px; 
/*	border: 10px solid purple; */
}

.recordheadinglists div {
	border: 2px solid black;
/*	border-left: 0px; */
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}

.recordfulldisplaylists {
	display: grid;
	grid-template-columns: 14% 60% 26%;
	margin-left: 0%;
	padding: 3px;
/*	justify-content: center; */
	margin-bottom: -10px;
	word-wrap:break-word;
	word-break:normal;
}

.recordfulldivlists {
	border: 2px solid black; 
/*	border-left: 0px; */	
	margin-bottom: 0%;
	justify-content: center;
	padding-left: 5px; 
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
/*	max-height: fit-content; */
	font-size: 95%;
	background-color: #e1e1f0;
}

.recordheadinglistsauthor {
	display: grid;
	grid-template-columns: 13% 53% 30%;
	margin-bottom: -6px;
	margin-left: 3%;
	font-size: 95%;
/*	justify-content: center; */
	padding: 3px; 
/*	border: 10px solid purple; */
}

.recordheadinglistsauthor div {
	border: 2px solid black;
/*	border-left: 0px; */
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}

.recordfulldisplaylistsauthor {
	display: grid;
	grid-template-columns: 13% 53% 30%;
	margin-left: 3%;
	padding: 3px;
/*	justify-content: center; */
	margin-bottom: -10px;
	word-wrap:break-word;
	word-break:normal;
}

.recordfulldivlistsauthor {
	border: 2px solid black; 
/*	border-left: 0px; */	
	margin-bottom: 0%;
	justify-content: center;
	padding-left: 5px; 
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
/*	max-height: fit-content; */
	font-size: 95%;
	background-color: #e1e1f0;
}

.blanklinelistsauthor {
	border-top: 0px;
	margin-bottom: 3%;
	border-right: 0px;
}

.blanklinelistsauthorbottom {
	border-top: 0px;
	margin-bottom: 8%;
	border-right: 0px;
}

.headinginventoryremoval p {
	margin-top: 1%;
	font-size: 105%;
	text-align: center;
}

@media screen and (min-width: 840px) {

.recorddisplay {
	display: none;
}

hr {
	height: 3px;
	margin-top: 3%;
}

.form {
	margin-top: 5%;
	margin-bottom: 5%;
}

.form input {
	margin-left: auto;
	margin-right: auto; 
}

.dateform {
	margin-top: 3%;
	width: 83%;
	font-size: 125%;
	margin-left: auto;
	margin-right: auto; 
	margin-bottom: 3%;
}

h2 {
	font-size: 190%;
}

.input.button {
	display: grid;
	grid-template-columns: 48% 48%;
	font-size: 90%;
	margin-bottom: 3%;
	margin-left: 2%;
	justify-content: center;
} 

button {
	margin-bottom: 0%;
	margin-top: 5%;
	margin: top 50%;
	font-size: 120%;
	height: 76%;
}

select {
	height: 71%;
	margin-bottom: 8%;
	margin-left: 5%;
	margin-top: 1%;
}

.select.option {
	display:grid;
	grid-template-columns: 48% 48%;
	justify-content: center;
	margin-bottom: 3%;
	margin-top: 4%;
}

.selectdate.optiondate {
	display:grid;
	grid-template-columns: 48% 48%;
	justify-content: center;
	margin-bottom: 3%;
	height: 80%;
	margin-top: 3%;
}

.selectdate.optiondate input {
	margin-top: 1%;
	height: 71%;
	background-color: #e0e0e4;
	color: black;
}

.select.option input {
	margin-top: 0%;
	height: 71%;
	background-color: #e0e0e4;
	color: black;
}

.option {
	margin-top: 4%; 
	height: 71%;
}

.link {
	font-size: 160%;
	font-weight: 500;
	width: 60%;
	margin-top: 5%;
	margin-left: 20%;
	margin-right: 20%; 
	margin-bottom: 5%;
}

p.firstline {
	margin-top: -5%;
	margin-bottom: 2%;
}

p.secondline {
	margin-top: -2%; 
	margin-bottom: 2%;
	color: beige;
}

figcaption {
	font-size: 120%;
}

img.figure {
	width: 50%;
}

h3.review {
	font-size: 250%;
	margin-top: -3%;
}

h4.review {
	text-align: center;
	font-size: 180%;
	margin-top: -3%;
	margin-bottom: 4%;
}

p.review {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8%;
	padding-left: 5px;
	padding-right: 5px;
	border: 3px solid black;
	font-size: 28px;
}
	
img {
	width: 60%;
}
	
	/*  Book Display Pages  */

.recordheading {
	display: grid;
	grid-template-columns: 6% 26% 48% 16%;
	margin-bottom: -7px;
	font-size: 110%;
	justify-content: center;
	padding: 3px;
}
	
.recordheading div {
	border: 2px solid black;
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}	

.recordfulldisplay {
	display: grid;
	grid-template-columns: 6% 26% 48% 16%;
	padding: 3px;
	justify-content: center;
	margin-bottom: -1%;
	word-wrap:break-word;
	word-break:normal;
}

.recordfulldiv {
	border: 2px solid black;
	justify-content: center;
	padding-left: 5px; 
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
/*	max-height: fit-content; */
	font-size: 125%;
	background-color: #e1e1f0;
}

.headingauthor {
	font-size: 95%;
	margin-top: -3%;	
	text-align: center;
}

.headingauthor p {
	margin-top: 3%;
}

.headingauthor h2 {
	font-size: 180%;
	margin-top: -4px;
	margin-bottom: 2%;
}

.headingauthor h3 {
	margin-top: 0%;
	margin-bottom: 1%;
}

.recordnum { 
	display:list-item; 
	border-top: 3px solid black;
	border-bottom: 0px solid black;
	border-right: 0px solid black;
	background-color: #b0b7d0;		
	margin-bottom: 0px;
	font-size: 105%;
	text-align: center;
	padding-left: 20px;
} 

.blankline {
	display: none;
	border-top: 0px;
	margin-bottom: 0%;
	border-left: 2px;
}

/* Stylesheet for Login Page */

h2.h2loginpage {
	margin-top: -1%;
	text-align: center;
	font-size: 140%;
	margin-bottom: 1%;
}

.loginpage {
	grid-template-columns: 80%;
	width: 60%;
	margin-left: 20%;
	background: #591e9c;
	font-weight: 600;
	color: whitesmoke;
	margin-bottom: 7%; 
	margin-top: 8%; 
	justify-content:center;
}

.loginpage input {
	margin-left: -1%; 
	margin-right: 0%; 
	margin-top: 1%;
	margin-bottom: 0%;
	width: 100%;	
	height: 100%;
	font-size: 85%;
	justify-content: center;
}

.loginpage input::placeholder {
	font-size: 75%;
	font-style: italic;
}

/* Stylesheet for Login Page Password */

.loginpagepass {
	display: grid;
	grid-template-columns: 80%;
	width: 60%; 
	margin-left: 20%;
	margin-right: 2%;
	font-size: 150%;
	background: #591e9c;
	font-weight: 600;
	color: whitesmoke;
	height:fit-content; 
	margin-bottom: 4%; 
	margin-top: -3%; 
	justify-content: center; 
}

.loginpagepass input {
	margin-left: 0%;
	width: 100%;
	height: 100%;
	font-size: 85%;
}

.loginpagepass input::placeholder {
	font-size: 75%;
}

loginbutton {
	margin-left: auto;
	margin-right: auto;
	width: 95%;	
	margin-top: 13%;
	margin-bottom: 8%;
	color: black;
	font-size: 90%;
}

h4.h4loginpage {
	margin-top: 2%;
	margin-bottom: -7%; 
	font-size: 95%;
	font-style: italic;
}

p.ploginpage {
	margin-bottom: -6%;
	margin-top: 4%;
	font-size: 60%;
	font-variant: small-caps;
}

.loginpagebutton {
	margin-left: 20%;
	margin-right: auto;
	width: 60%;	
	height: 65px;
	margin-top: -1%;
	margin-bottom: 2%;
	color: black;
	font-size: 140%;
	font-weight:bold;
	background-color: #b4b1b1;
}

figure.loginfig {
	margin-left: 1%;
	width: 98%;
}

/* Style Sheet for Update Page */

.updateurl {
	grid-template-columns: 70%;
	font-size: 130%;
}

a.aupdatepage {
	font-weight:normal; 
}

	/* Stylesheets for Adding titles */
	
.addtitleinfo {
	display:grid;
	grid-template-columns: 90%;
	background: #591e9c;
	color: white;
	width: 70%;
	text-align: center;
	margin-top: 4%;
	margin-left: 17%;
	justify-content:center;
	margin-bottom: 4%;
}

.addtitleinfo p {
	font-size: 140%;
	margin-top: 4%;
	margin-left: 5%;
	color:ivory;
	font-style:italic;
}

.addtitleinfo input {
	font-size: 120%;
	margin-top: -1%;
	margin-left: 5%;
	margin-bottom: 8%;
}

.addtitleinfo input::placeholder{
	font-size: 70%;	
	font-weight: 600;
}

.addtitlename {
	display:grid;
	grid-template-columns: 95%;
	background: #591e9c;
	color: white;
	width: 70%;
	text-align: center;
	margin-top: 2%;
	margin-left: 17%;
	justify-content:center;
	margin-bottom: 4%;
}

.addtitlename p {
	font-size: 140%;
	margin-top: 4%;
	color:ivory;
	font-style:italic;
}

.addtitlename input {
	font-size: 120%;
	margin-top: -1%;
	margin-left: 1%;
	margin-bottom: 8%;
}

textarea.adddescription {
	width: 80%;
	margin-left: 9%;
	font-size: 120%;
	min-height: 200px;	
}

.displayreview {
	width: 80%;
	margin-left: 10%;
	font-size: 130%;
	border: 8px ridge gray;
	background-color:#cdd0dc;
	padding: 3px;
	margin-bottom: 12%;
}

.addtitlename input::placeholder{
	font-size: 80%;
	font-weight: 600;
}

.formsubject {
	display: grid;
	grid-template-columns: 60%; 
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 150%;
	font-weight: 600;
	color: black;
	height:max-content;
	margin-bottom: 8%; 
	margin-top: 6%; 
	justify-content: center;
	text-align: center;
}

div.formsubject select {
	background-color:#98999c;
	color: black;
	margin-left: 7%; 
	text-align: center;
}

.formsubject p {
	margin-top: -7%;
	font-size:75%;
	font-style:normal;
	font-weight: 400;
	font-variant: small-caps;
	margin-left: 8%; 
}

.formsubject button {
	margin-left: 5%;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 3%;
	height: 95%;
	color: black;
	font-size: 90%;
	background-color:#b7bac0;
}

h3.differentupdate {
	font-size: 120%;
}
	
	/* style sheet for when new record is added */
	
h3.addtitlepage {
	margin-top: 1%;
}

h3.alreadyexists {
	margin-top: 1%;
	font-size: 350%;
}

.recorddisplaynew {
	display: grid;
	grid-template-columns: 15% 85%;
	text-align: center;
	width: 75%;
	justify-content: center;	
	margin-left: 12%; 
	height:max-content; 
	border:3px solid black;	
	margin-bottom: 3%;
}

.recorddivhnew {
	border: 2px solid black;
	border-bottom: 1px solid black;
	font-variant:normal;
	font-size: 115%;
	text-align: left;
	background: #b0b7d0;
	padding-left: 5px;
}

.recorddivnew { 
	font-weight: 500; 
	font-size: 115%; 
	font-style:normal;
	border: 2px solid black;
	border-bottom: 1px solid black;
	background: #e1e1f0;
	text-align: left;
	padding-left: 5px;
}

.bookcheckin {
	display: none;
	margin-bottom: 2%;
} 

.recorddisplayreturn {
	display: grid;
	grid-template-columns: 30% 70%;
	text-align: center;
	justify-content: center;	
	height: 100%; 	
}

.recorddivhreturn {
	border-right: 3px solid black;
	font-size: 105%;
	text-align: left;
	background-color: #b0b7d0;
	padding-left: 20px;
	border-right: 3px solid black;
}

.recorddivhreturnauthor {
	border-right: 3px solid black;
	font-size: 125%;
	text-align: left;
	background-color: #b0b7d0;
	padding-left: 20px;
}

.recorddivhreturntitle {
	border-right: 3px solid black;
	font-size: 125%;
	text-align: left;
	background-color: #b0b7d0;
	padding-left: 20px;
	border-top: 0px;
}

.recorddivhreturncheckin {
	border-right: 3px solid black;
	font-size: 125%;
	text-align: left;
	background-color: #b0b7d0;
	padding-left: 20px;
	border-top: 0px solid black;
}

.recorddivhreturncheckinlink {
	display:list-item;
	border-right: 3px solid black;
	font-size: 105%;
	text-align: left;
	background-color: #b0b7d0;
	padding-left: 20px;
	border-top: 0px solid black;
	border-bottom: 3px solid black;
}

.recorddivreturn {
	font-weight: 500; 
	font-size: 125%; 
	font-style:normal;
	text-align: left;
	padding-left: 6px;
	border: 3px solid black;
}

.recorddivreturnauthor {
	font-weight: 500; 
	font-size: 125%; 
	font-style:normal;
	text-align: left;
	padding-left: 6px;
	border: 3px solid black;
	border-left: 0px;
	border-right: 0px;
	height: fit-content;
}

.recorddivreturntitle {
	font-weight: 500; 
	font-size: 125%; 
	font-style:normal;
	text-align: left;
	padding-left: 6px;
	border: 3px solid black;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.recorddivreturncheckin {
	font-weight: 500; 
	font-size: 125%; 
	font-style:normal;
	text-align: left;
	padding-left: 15px;
	border: 3px solid black;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	background-color: #e1e1f0;
}

.checkbox {
	margin-top:2%;
	margin-bottom: 2%;
	margin-left: 40%;
	height:calc(3vh);
	width: 130px; 
	cursor:context-menu;
	text-align: center;
	border: 0px solid black;
	accent-color: black;
	font-size: 50px;
}

.returnbutton {
	margin-left: 25%;
	margin-top: 3%;
	margin-bottom: 3%;
	background-color:#b7bac0;
	height: 50px;
	width: 50%;
	font-size: 150%;
	font-weight: 600;
}

.returnbuttondelete {
	margin-left: 25%;
	margin-top: 3%;
	margin-bottom: 3%;
	background-color:#b7bac0;
	height: 50px;
	width: 50%;
	font-size: 150%;
	font-weight: 600;
}
	
	/* Stylesheets for Checkin Page */
	
.recorddivcheckinauthor { 
	font-size: 105%; 
	font-style:normal;
	text-align: left;
	padding-left: 6px;
	border-top: 2px solid black;
}

.markcheckinpage {
	margin-top: 4%;
}

.checkinpage {
	margin-top: 3%;
}

select.subjectchange {
	height: 70%;
	margin-top: -1%;
}

.selectsubjectchange.optionsubjectchange {
	display:grid;
	grid-template-columns: 48% 48%;
	justify-content: center;
	margin-bottom: -1%;
	margin-top: 3%;
	font-size: 120%;
}

.selectsubjectchange.optionsubjectchange input {
	margin-top: -1%;
	height: 71%;
	background-color: #bfbfbd;
	color: black;
}

.optionsubjectchange {
	margin-top: 2%; 
	height: 71%;
}

.recordheadingreturn {
	display: grid;
	grid-template-columns: 6% 20% 41% 14% 18%;
	margin-bottom: -7px;
	font-size: 90%;
	justify-content: center;
	padding: 3px;
}

.recordheadingreturn div {
	border: 2px solid black;
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
	font-size: 90%;
}

.recordfulldisplayreturn {
	display: grid;
	grid-template-columns: 6% 20% 41% 14% 18%;
	padding: 3px;
	justify-content: center;
	margin-bottom: -10px;
	word-wrap:break-word;
	word-break:normal;
}

.recordfulldivreturn {
	border: 2px solid black;
	margin-bottom: 0%;
	justify-content: center;
	padding-left: 5px; 
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
/*	max-height: fit-content; */
	font-size: 70%;
	background-color: #e1e1f0;
}

.recordfulldivreturnnum {
	border: 2px solid black;
	margin-bottom: 0%;
	justify-content: center;
	padding-left: 2px; 
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
/*	max-height: fit-content; */
	font-size: 70%;
	background-color: #e1e1f0;
	text-align: right;
}

.authorpagereturn {
	height: 3px;
	margin-bottom: 2%;
	margin-top: 1%;
}

.recordheadingcheckin {
	display: grid;
	grid-template-columns: 26% 54% 16%;
	margin-bottom: -7px;
	font-size: 110%;
	justify-content: center;
	padding: 3px;
}

.recordheadingcheckin div {
	border: 2px solid black;
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}

.recordfulldisplaycheckin {
	display: grid;
	grid-template-columns: 26% 54% 16%;
	padding: 3px;
	justify-content: center;
	margin-bottom: -10px;
	word-wrap:break-word;
	word-break:normal;
}

.recordfulldiv {
	border: 2px solid black;
	margin-bottom: 0%;
	justify-content: center;
	padding-left: 5px; 
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
/*	max-height: fit-content; */
	font-size: 90%;
	background-color: #e1e1f0;
}

.updateurldate {
	grid-template-columns: 80%;
	font-size: 130%;
}

.updateurldate div {
		background-color: #b1b1d1;
		border: 2px solid black;
		padding-left: 2%; 
		padding-top: 3px;
		padding-bottom: 3px;
}

.selectdate.optiondate select {
	margin-top: 1%;
	height: 72%;
}

.recordheadingdelete {
	display: grid;
	grid-template-columns: 6% 25% 38% 16% 14%;
	margin-bottom: -7px;
	font-size: 100%;
	justify-content: center;
	padding: 3px;
}

.recordheadingdelete div {
	border: 2px solid black;
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}

.recordfulldeletedetail {
	display: grid;
	grid-template-columns: 6% 25% 38% 16% 14%;
	padding: 3px;
	justify-content: center;
	margin-bottom: -10px;
	word-break:break-all;
}

.recordfulldelete {
	border: 2px solid black;
	margin-bottom: 0%;
	justify-content: center;
	padding-left: 5px; 
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
	max-height: fit-content; 
	hyphens:manual;
	font-size: 90%;
	background-color: #e1e1f0;
}

.checkboxdelete {
	margin-top:2%;
	margin-bottom: 2%;
	margin-left: 45%;
	height:calc(4vh);
	width: 130px; 
	cursor:context-menu;
	text-align: center;
	border: 0px solid black;
	accent-color: black;
	font-size: 50px;
}

}

@media screen and (min-width: 1200px) {

body {
	border: 0px;
}

header h1{	
	margin-top: 1%;
}

a.hovthis:hover {
	background-color: #e4dc66; 
}

hr {
	width: 96%;
	margin-top: 1%;
}

hr.return {
	display: none;
}

.authorpagereturn {
	height: 3px;
	margin-bottom: 2%;
}

.form {
	margin-top: 3%;
	width: 83%;
	margin-left: auto;
	margin-right: auto; 
	margin-bottom: 3%;
}

.dateform {
	margin-top: 3%;
	width: 83%;
	font-size: 180%;
	margin-left: auto;
	margin-right: auto; 
	margin-bottom: 3%;
}

div.dateform select {
	margin-top: 2%;
}

div.dateform input{
	margin-left: auto;
	margin-right: auto; 
}

div.selectdate.optiondate input {
	font-size: 110%;
}

.form input {
	margin-left: auto;
	margin-right: auto; 
}

div.dateform select {
	margin-top: 1%;
}

div.dateform input{
	margin-left: auto;
	margin-right: auto; 
}

div.selectdate.optiondate input {
	font-size: 110%;
}

.selectdate.optiondate select {
	height: 72%;
}

.input.button {
	display: grid;
	grid-template-columns: 60% 35%;
	font-size: 85%;
	margin-left: -3%;
	justify-content: center;
	margin-top: auto; 
}

button {
	margin-bottom: 0%;
	margin-top: 9%;
	margin-left: -3%;
	font-size: 120%;
	height: 56%;
}

.select.option {
	margin-top: 3%;
	margin-bottom: 0%;
	font-size: 120%;
}

select {
	height: 70%;
	margin-bottom: 7%;
	margin-left: 5%;
	margin-top: 1%;
}

select.authorlist {
	height: 70%;
	margin-bottom: 7%;
	margin-left: 5%;
	margin-top: 1%;
}

.select.option input{
	margin-top: 1%;
	margin-bottom: 1%;
	height: 70%;
}

h4 {
	margin-bottom: 0;
	font-size: 110%;
}

.link {
	margin-top: 3%;
	margin-bottom: 3%;
	align-content: center;
}

footer {
	margin-top: 2%;
	margin-bottom: 5px;
}

h4.figure2 {
	margin-top: 0%;
	margin-bottom: 3%;
	font-size: 90%;
}

h3.review {
	font-size: 250%;
	margin-top: -3%;
}

h4.review {
	text-align: center;
	font-size: 180%;
	margin-top: 0;
	margin-bottom: 4%;
}

p.review {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6%;
	padding-left: 5px;
	padding-right: 5px;
	border: 3px solid black;
	font-size: 28px;
}

/* Books by Author Page */

.headingauthor {
	display: grid;
	grid-template-columns: 15% 80%;
	font-size: 95%;
	margin-top: 3%; 
	padding-left: 2%;
}

.headingauthor p {
	margin-top: -1%;
}

.headingauthor h2 {
	font-size: 200%;
	margin-top: 3px;
	margin-bottom: 0%;
	text-align: center;
}

.headingauthor h3 {
	font-size: 200%;
	margin-top: -2%;
	margin-bottom: 1%;
	margin-left: 26%;
	text-align: left;
}

.headingauthor h3.h3alldates {
	text-align:left;
	margin-left: 8%;
	margin-top: -1%;
}

.headinginventoryremoval {
	display: grid;
	grid-template-columns: 20% 80%;
	font-size: 95%;
	margin-top: 1%;
	padding-left: 2%; 
}

.headinginventoryremoval p {
	margin-top: 1%;
	font-size: 105%;
	text-align: center;
}

.headinginventoryremoval h2 {
	font-size: 200%;
	margin-top: -1%;
	margin-bottom: 0%;
	margin-left: 8%;
	text-align: left; 
}

.headingauthorsubject {
	display: grid;
	grid-template-columns: 15% 80%;
	font-size: 95%;
	margin-top: 1%;
	padding-left: 2%; 
}

.headingauthorsubject p {
	margin-top: 1%;
}

.headingauthorsubject h2 {
	font-size: 200%;
	margin-top: -1%;
	margin-bottom: 0%;
	margin-left: 23%;
	text-align: left; 
}

.headingauthorsubject h3 {
	font-size: 200%;
	margin-top: -1%;
	margin-bottom: 1%;
	margin-left: 26%;
	text-align: left;
}


.recordheading {
	display: grid;
	grid-template-columns: 6% 20% 54% 16%;
	margin-bottom: -7px;
	font-size: 110%;
	justify-content: center;
	padding: 3px;
}

.recordheading div {
	border: 2px solid black;
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}

.recordheadingdvd {
	display: grid;
	grid-template-columns: 5% 55%;
	margin-bottom: -7px;
	font-size: 110%;
	justify-content: center;
	padding: 3px;
}

.recordheadingdvd div {
	border: 2px solid black;
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}

.recorddisplay {
	display:none;
}

.recorddiv {
	display: none;
}

.recorddivh {
	display: none;
}

.blankline {
	display: none;
}
	
.recordfulldisplay {
	display: grid;
	grid-template-columns: 6% 20% 54% 16%;
	padding: 3px;
	justify-content: center;
	margin-bottom: -10px;
	word-wrap:break-word;
	word-break:normal;
}

.recordfulldiv {
	border: 2px solid black;
	margin-bottom: 0%;
	justify-content: center;
	padding-left: 5px; 
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
/*	max-height: fit-content; */
	font-size: 125%;
	background-color: #e1e1f0;
}

.recordfulldisplaydvd {
	display: grid;
	grid-template-columns: 5% 55%;
	padding: 3px;
	justify-content: center;
	margin-bottom: -10px;
	word-wrap:break-word;
	word-break:normal;
}

.recordfulldivdvd {
	border: 2px solid black;
	margin-bottom: 0%;
	justify-content: center;
	padding-left: 5px; 
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
	max-height: fit-content; 
	font-size: 110%;
	background-color: #e1e1f0;
}

/* Stylesheet for Login Page */

h2.h2loginpage {
	margin-top: -1%;
	text-align: center;
	font-size: 180%;
	margin-bottom: 1%;
}

/* Stylesheet for Login Page UserID */

.loginpage {
	display: grid;
	grid-template-columns: 35% 37% 10%;
	width: 55%;
	margin-left: 20%;
	margin-right: 10%;
	font-size: 150%;
	background: #591e9c;
	font-weight: 600;
	color: whitesmoke;
	margin-bottom: 4%; 
	margin-top: 8%; 
	height: 105px;
}

.loginpage p {
	color: beige;
	font-style: italic;
	margin-left: -18%;
	margin-top: 10%;
	font-size: 95%;
	text-align: left;
}

.loginpage input {
	margin-left: -10%;
	margin-top: 10%;
	margin-bottom: 0%;
	width: 95%;	
	height: 45%;
	font-size: 100%;
	justify-content: center;
}

.loginpage input::placeholder {
	font-size: 60%;
	font-style: italic;
}

.loginpage .loginrequired {
	font-size: 70%;
	color:#e1e6e8;
	margin-top: 45%;
	font-style: normal;
	margin-left: -15%;
	font-variant: small-caps;
}
		
		/* Stylesheet for Login Page Password */
		
.loginpagepass {
	display: grid;
	grid-template-columns: 40% 37% 10%;
	width: 55%;
	margin-left: 20%;
	margin-right: 10%;
	font-size: 150%;
	background: #591e9c;
	font-weight: 600;
	color: whitesmoke;
	margin-bottom: 4%; 
	margin-top: -3%; 
	height: fit-content;
}

.loginpagepass p {
	color: beige;
	font-style: italic;
	margin-left: -10%;
	font-size: 95%;
	margin-top: 6%;
	text-align: left;
}

.loginpagepass input {
	margin-left: -17%;
	margin-top: 6%;
	margin-bottom: 8%;
	width: 93%;	
	height: 50%;
	font-size: 105%;
	justify-content: center;
}

.loginpagepass input::placeholder {
	font-size: 65%;
	font-style: italic;
}

.loginpagepass .loginrequired {
	font-size: 70%;
	color:#e1e6e8;
	margin-top: 40%;
	font-style: normal;
	margin-left: -40%;
	font-variant: small-caps;
}
		
		/* End Login Page Password */
		
loginbutton {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;	
	margin-top: 1%;
	margin-bottom: 8%;
	color: black;
	font-size: 80%;
}

p.ploginpage {
	margin-bottom: -6%;
	margin-top: 4%;
	font-size: 50%;
	font-variant: small-caps;
}

.loginpagebutton {
	margin-left: 20%;
	margin-right: 10%;
	width: 55%;	
	height: 65px;
	margin-top: -10%;
	margin-bottom: 2%;
	color: black;
	font-size: 140%;
	font-weight:bold;
	background-color: #b4b1b1;
	text-align: center;
}

figure.loginfig {
	margin-left: 2%;
	width: 91%;
}

/* Style Sheet for Update Page */

h3 {
	font-size: 160%;
}

h2.updatepage {
	margin-bottom: 2%;
}

h3.updatepage {
	margin-top: 2%;
	padding-left: 5%; 
	padding-right: 1%;
	text-align: center;
	font-size: 160%;
}

.updateurl {
	font-size: 160%;
	grid-template-columns: 45%;
}

a.aupdatepage {
	font-weight: 500;
}

/* Stylesheets for Adding titles */

.addtitleinfo {
	display:grid;
	grid-template-columns: 90%;
	background: #591e9c;
	color: white;
	width: 60%;
	text-align: center;
	margin-top: 1%;
	margin-left: 20%;
/*	justify-content:center; */
	margin-bottom: 1%;
}

div.addtitleinfo p {
	font-size: 150%;
	margin-top: .1em;
	text-align: center;
	color: rgb(234, 162, 68);
	font-style: italic;
	margin-bottom: .6em;
}

div.addtitleinfo input {
	font-size: 120%;
	height:55px;
	margin-top: -2%;
	width: 60%;
	margin-bottom: .5em;
	margin-left: 20%;
}

.addtitleinfo input::placeholder{
	font-size: 75%;
	font-weight: 500;
}

.addtitlename {
	display:grid;
	grid-template-columns: 90%;
	background: #591e9c;
	color: white;
	width: 60%;
	margin-left: 20%;
	margin-top: 1%;
}

div.addtitlename p {
	font-size: 150%;
	margin-top: .1em;
	color: rgb(234, 162, 68);
/*	color: rgb(178, 235, 94); */
	text-align: center;
	font-style: italic;
	margin-bottom: .2em;
}

div.addtitlename input {
	font-size: 120%;
	height:55px;
	margin-top: 0%;
	width:90%;
	margin-bottom: 2%;
	margin-left: 5%;
}

.addtitlename input::placeholder{
	font-size: 75%;
	font-weight: 500;
}

.formsubject {
	display: grid;
	grid-template-columns: 60%;
	justify-content: center;
	margin-left: -3%;
	margin-top: -3%;
	
}

div.formsubject select {
	font-size: 130%;
	text-align: center;
	font-weight: 600;
	margin-left: 9%;
	height: 52%;
}

.formsubject p {
	margin-top: -4%;
	font-size: 65%;
}

.formsubject button {
	margin-left: 9%;
	margin-top: -4%;
	height: 150%;
	margin-right: 7%;
	width: 92%;
}

h3.differentupdate {
	font-size: 150%;
}
		
/* Section for Checking in Books */
		
.bookcheckin {
	margin-bottom: 2%;;
}

.recordheadingreturnlink {
	display: grid;
	grid-template-columns: 26% 54% 16%;
	margin-bottom: 0px;
	font-size: 110%;
	justify-content: center;
}

.recordheadingreturnauthor {
	border: 2px solid black;
	border-right: 0px;
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}

.recordheadingreturntitle {
	border: 2px solid black;
	border-right: 0px;
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}

.recordheadingreturncheckin {
	border: 2px solid black;
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}

.recorddisplayreturn {
	grid-template-columns: 26% 54% 16%;
	height:100%;
}

.recorddivhreturnauthor {
	display: none;
}

.recorddivhreturntitle {
	display: none;
}

.recorddivhreturncheckin {
	display: none;
}

.recorddivhreturncheckinlink {
	display: none;
}

.recorddivreturnauthor {
	border-left: 2px solid black;
	border-top: 0px;	
}

.recorddivreturntitle {
	border-left: 2px solid black;
	border-top: 0px;	
}

.recorddivreturncheckin {
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-top: 0px;	
	text-align: center;
	background-color: #e1e1f0;
}

.checkbox {
	margin-top:2%;
	margin-bottom: 2%;
	margin-left: 20%;
	height:calc(3vh);
	width: 130px; 
	cursor:context-menu;
	text-align: center;
	border: 0px solid black;
	accent-color: black;
	font-size: 50px;
}

.checkboxdelete {
	margin-top:2%;
	margin-bottom: 2%;
	margin-left: 4%;
	height:calc(3vh);
	width: 130px; 
	cursor:context-menu;
	text-align: center;
	border: 0px solid black;
	accent-color: black;
	font-size: 50px;
}

/* Stylesheet for Checkin Page */

.recordheadingcheckin {
	display: grid;
	grid-template-columns: 26% 54% 16%;
	margin-bottom: -7px;
	font-size: 110%;
	justify-content: center;
	padding: 3px;
}

.recordheadingcheckin div {
	border: 2px solid black;
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}

.recordfulldisplaycheckin {
	display: grid;
	grid-template-columns: 26% 54% 16%;
	padding: 3px;
	justify-content: center;
	margin-bottom: -10px;
	word-wrap:break-word;
	word-break:normal;
}

.recorddivcheckinauthor {
	display: none;
}

.markcheckinpage {
	margin-top: 3%;
}

.checkinpage {
	margin-top: 3%;
}


.recordheadingreturn {
	display: grid;
	grid-template-columns: 4% 20% 43% 14% 18%;
	margin-bottom: -7px;
	font-size: 110%;
	justify-content: center;
	padding: 3px;
}

.recordheadingreturn div {
	border: 2px solid black;
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}

/* /* Stylesheets for Book Returns Headers for Titles */

.recordtitleheadingreturn {
	display: grid;
	grid-template-columns: 4% 10% 51% 16% 18%;
	margin-bottom: -7px;
	font-size: 110%;
	justify-content: center;
	padding: 3px;
}

.recordtitleheadingreturn div {
	border: 2px solid black;
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}

.recordfulldisplayreturn {
	display: grid;
	grid-template-columns: 4% 20% 43% 14% 18%;
	padding: 3px;
	justify-content: center;
	margin-bottom: -10px;
	word-wrap:break-word;
	word-break:normal;
}

.recordfulldivreturn {
	border: 2px solid black;
	margin-bottom: 0%;
	justify-content: center;
	padding-left: 5px; 
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
/*	max-height: fit-content; */
	font-size: 110%;
	background-color: #e1e1f0;
}

.recordfulldivreturnnum {
	border: 2px solid black;
	margin-bottom: 0%;
	justify-content: center;
	padding-left: 2px; 
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
/*	max-height: fit-content; */
	font-size: 95%;
	background-color: #e1e1f0;
	text-align: right;
}

/* Stylesheets for Book Returns for Titles */

.recordtitlereturn {
	display: grid;
	grid-template-columns: 4% 10% 51% 16% 18%;
	padding: 3px;
	justify-content: center;
	margin-bottom: -10px;
	word-wrap:break-word;
	word-break:normal;
}

.recordtitledivreturn {
	border: 2px solid black;
	margin-bottom: 0%;
	justify-content: center;
	padding-left: 5px; 
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
/*	max-height: fit-content; */
	font-size: 110%;
	background-color: #e1e1f0;
}

.recordtitledivreturnnum {
	border: 2px solid black;
	margin-bottom: 0%;
	justify-content: center;
	padding-left: 2px; 
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
/*	max-height: fit-content; */
	font-size: 95%;
	background-color: #e1e1f0;
	text-align: right;
}

/* Stylesheets for Book Returns for Titles */

.returnedbooks {
	margin-top: 5%;
}
		
/* Stylesheet for change subject page */
		
select.subjectchange {
	height: 70%;
	margin-top: -1%;
}

.selectsubjectchange.optionsubjectchange {
	display:grid;
	grid-template-columns: 48% 48%;
	justify-content: center;
	margin-bottom: -1%;
	margin-top: 3%;
	font-size: 120%;
}

.selectsubjectchange.optionsubjectchange input {
	margin-top: -1%;
	height: 71%;
}

.optionsubjectchange {
	margin-top: 2%; 
	height: 71%;
}

.recordheadingsubjectsearch {
	display: grid;
	grid-template-columns: 22% 48% 16% 13%;
	font-size: 110%; 
	justify-content: center;
}

.recordheadingsubjectsearch div {
	border: 2px solid black; 
	text-align: center;
	font-weight: 600; 
	background-color: #b0b7d0; 
}

.recordfullsubjectsearch {
	display: grid;
	grid-template-columns: 22% 48% 16% 13%;
	justify-content: center;
	margin-bottom: 0px;
	word-wrap:break-word;
	word-break:normal;
	margin-left: 0%;
}

.recordfullsubjectsearch div {
	border: 2px solid black;
	padding-left: 5px; 
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 3px; 
	margin-top: 0%; 
	font-size: 125%; 
	background-color: #e1e1f0;
}

.checkboxsubject {
	margin-top:2%;
	margin-bottom: 2%;
	margin-left: 12%;
	height:calc(3vh);
	width: 130px; 
	cursor:context-menu;
	text-align: center;
	border: 0px solid black;
	accent-color: black;
	font-size: 50px;
}

.changesubject {
	display: grid;
	grid-template-columns: 30%  30%;
	justify-content: center;
	margin-top: 5%;
}

.changesubject select {
	font-size:xx-large;
	height:90%;
	font-weight: bold;
}

.changesubject button {
	height:90%;
	margin-top: 0%;
}

.recorddivhsubjectsearch {
	display: none;
}

.recorddisplaysubjectsearch {
	display:none;
}

.delinput.delbutton {
	display: grid;
	grid-template-columns: 60%;
	font-size: 110%;
	margin-bottom: 3%;
	margin-left: 12%;
	height:max-content;
	justify-content: center;
}

.deletebutton {
	height:120%;
	margin-left: 10%;
	width: 60%;
}

a {
	font-weight: 500;
}

textarea.adddescription {
	width: 70%;
	margin-left: 15%;
	font-size: 120%;
	min-height: 200px;	
}

.adddescriptionbutton {
	width: 50%;
	margin-left: 25%;
	margin-top: 4%;
	font-size: 200%;
	background-color:#b0b7d0;
}

.displayreview {
	width: 50%;
	margin-left: 25%;
	font-size: 130%;
	border: 8px ridge gray;
	background-color:ivory;
	padding: 5px;	
	margin-bottom: 2%;
}

.updateurldate {
	grid-template-columns: 52%; 
	justify-content: center; 
	margin-bottom: 4%;
	font-size: 150%;
}

.updateurldate div {
	background-color: #b1b1d1;
	border: 2px solid black;
	padding-left: 2%; 
	padding-top: 3px;
	padding-bottom: 3px;
}

.recordheadingdelete {
	display: grid;
	grid-template-columns: 6% 21% 46% 12% 11%;
	margin-bottom: -7px;
	font-size: 110%;
	justify-content: center;
	padding: 3px;
}

.recordheadingdelete div {
	border: 2px solid black;
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}

.recordfulldeletedetail {
	display: grid;
	grid-template-columns: 6% 21% 46% 12% 11%;
	padding: 3px;
	justify-content: center;
	margin-bottom: -10px;
	word-wrap:break-word;
	word-break:normal;
}

.recordfulldelete {
	border: 2px solid black;
	margin-bottom: 0%;
	justify-content: center;
	padding-left: 5px; 
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
	max-height: fit-content; 
	font-size: 125%;
	background-color: #e1e1f0;
}


/* Stylesheets for pages showing lists of totals including by subjects and authors */

h2.lists {
	margin-bottom: 1%;
	font-size: 150%;
}

h2.authorlists {
	margin-bottom: 2%;
	font-size: 175%;
}

.recordheadinglists {
	display: grid;
	grid-template-columns: 6% 27% 14%;
	margin-bottom: -7px;
	margin-left: 35%;
	font-size: 110%;
/*	justify-content: center; */
	padding: 3px; 
/*	border: 10px solid purple; */
}

.recordheadinglists div {
	border: 2px solid black;
/*	border-left: 0px; */
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}

.recordfulldisplaylists {
	display: grid;
	grid-template-columns: 6% 27% 14%;
	margin-left: 35%;
	padding: 3px;
/*	justify-content: center; */
	margin-bottom: -10px;
	word-wrap:break-word;
	word-break:normal;
}

.recordfulldivlists {
	border: 2px solid black; 
/*	border-left: 0px; */	
	margin-bottom: 0%;
	justify-content: center;
	padding-left: 5px; 
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
/*	max-height: fit-content; */
	font-size: 125%;
	background-color: #e1e1f0;
}

.recordheadinglistsauthor {
	display: grid;
	grid-template-columns: 8% 40% 12%;
	margin-bottom: -7px;
	margin-left: 28%;
	font-size: 110%;
/*	justify-content: center; */
	padding: 3px; 
/*	border: 10px solid purple; */
}

.recordheadinglistsauthor div {
	border: 2px solid black;
/*	border-left: 0px; */
	text-align: center;
	font-weight: 600;
	background-color: #b0b7d0;
}

.recordfulldisplaylistsauthor {
	display: grid;
	grid-template-columns: 8% 40% 12%;
	margin-left: 28%;
	padding: 3px;
/*	justify-content: center; */
	margin-bottom: -10px;
	word-wrap:break-word;
	word-break:normal;
}

.recordfulldivlistsauthor {
	border: 2px solid black; 
/*	border-left: 0px; */	
	margin-bottom: 0%;
	justify-content: center;
	padding-left: 5px; 
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 0%; 
	word-wrap:break-word;
	word-break:keep-all;
	overflow-wrap: normal;
/*	max-height: fit-content; */
	font-size: 125%;
	background-color: #e1e1f0;
}

.blanklinelistsauthor {
	display: none;
	border-top: 0px;
	margin-bottom: 3%;
	border-right: 0px;
}

.blanklinelistsauthorbottom {
	display: none;
	border-top: 0px;
	margin-bottom: 3%;
	border-right: 0px;
}

/*
Bootstrap Information
*/

.bshead {
/*	background-color: #e1e1f0; */
	background-color: #b0b7d0;
/*	flex: 0 0 13%; max-width: 13%; */
}

.bsdetail {
		background-color: #e1e1f0; 
/*		background-color: #b0b7d0; */
/*		flex: 0 0 13%; max-width: 13%; */
}

.hrline {
	border: 2px solid black !important;
	opacity: 1 !important;
}

}