
#search_div{
    text-align: center;
    width: 375px;
    margin: 0 auto;
    border-style: dotted;
	border-color: white;
	padding: 10px
}





table.myTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-family: system-ui;
  margin: 10px auto;
}
table.myTable td, table.myTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.myTable tbody td {
  font-size: 13px;
}
table.myTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.myTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.myTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.myTable thead th:first-child {
  border-left: none;
}

table.myTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.myTable tfoot td {
  font-size: 14px;
}
table.myTable tfoot .links {
  text-align: right;
}
table.myTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}




.ft1 {
    max-width: 90%;
    width: 400px;
    margin: 20px auto;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    border: 2px solid white;
    text-align: center;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}

.footer{
	height:200px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 82%;
    overflow:scroll;
    width:400px;
    margin: 0 auto;
	text-align:left;
	background-color:transparent;
	color:white;
	
}

.ptittle {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    color:white;
	text-align:center;
	
}


body {
	background-image: url('https://images.pexels.com/photos/192136/pexels-photo-192136.jpeg');
	

}

  ::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

  ::-webkit-scrollbar-track {
  background: green;        /* color of the tracking area */
}

  ::-webkit-scrollbar-thumb {
  background-color: black;    /* color of the scroll thumb */
  border-radius: 0px;       /* roundness of the scroll thumb */
  border: 3px solid black;  /* creates padding around scroll thumb */
}


#myInput {
	border: 1px solid green;
	height: 30px;
	
}

#searchb {
	border: 1px solid green;
	height: 34px;
	
}

a#last-visited {
    color: white;
}

.last-visited-holder{
  width:375px;
  text-align: center;
  margin: 10px auto 10px auto;
  font-family: system-ui;
  font-weight: bold;
}






