#myInput {
  background-image: url('searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-size: 12px 14.25px;
  position: absolute;
  top: 14%;
  left: 30%;
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 60%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}
.userphoto
{
	width: 300px;
	max-height: 800px;
}
table.scroll {
	position: absolute;
	left: 30%;
	top: 20%;
    width: 60%; 
    border-collapse: collapse; 
    border-spacing: 0;
    border: 2px solid black;
}

table.scroll tbody,
table.scroll thead { display: block; }


table.scroll tbody {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

tbody { 
	border-top: 2px solid black; 
}

tbody td, thead th {
    width: 20%; 
    border-right: 1px solid black;
    border-bottom: solid 2px red;
    /* white-space: nowrap; */
}

tbody td:last-child, thead th:last-child {
    border-right: none;
}
.footer 
{
  position: absolute;
  left: 0;
  top: 65%;
  height: 30%;
  width: 100%;
  background-image: linear-gradient(#2E8B57, #20B2AA);
  padding: 3%;
 }
 #logo
 {
 	position: absolute;
 	width: 20%;
 	margin-left: 10%;
 }
.twitter-timeline
{
	margin-left: 10%;
}
#contact
{
	margin-right: 10%;
}
#bottomphoto
{
  width: 100%;
  position: absolute;
  top: 95%;
  right: 0px;
  height: auto;
}
#about
{
	position: absolute;
	right: 10%;
	top: 50%;
 	width: 30%;
 	font-family: "Courier New", Courier, monospace;
 	text-align: center;
}
#contact
{
	position: absolute;
	top: 57%;
	left: 60%;
 	width: 30%;
 	font-family: "Courier New", Courier, monospace;
 	text-align: center;
}







body 
{
	background-color: FFFFFF;
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-height: 30%;
  max-width: 40%;
  padding-top: 6%;
  padding-left: 20%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 10px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

