
body {
	background: #322E2E url(../images/bg.png) no-repeat center center fixed;
	font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #fff;
    text-align: center;
	height:100vh;
}

p {
	text-align: left;
}
.table-container {
	width:600px;
	margin: auto;
	padding: 5px 50px 0 50px;
}
table {
	font-size:12px;
	color:#333333;
	width:100%;
	border-width: 1px;
	border-radius: 5px;
	border-color: #729ea5;
	border-spacing: 0;
	box-shadow: 3px 3px 5px #CACCE3;
	
	}
table th {
	font-size:12px;
	background-color:#acc8cc;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #729ea5;
	text-align:left;
	cursor:pointer;
	}
table tr {
	background-color:#d4e3e5;
	}
table td {
	font-size:12px;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #729ea5;
	position: relative;
	}
table tr:hover {
	background-color:#ffffff;
	}

	



table td span {
	
	border: thin solid black;
	padding: 8px;
	background-color: #ffffff;
	position: absolute;
	top: -10px;
    right: 20px;
	
}

table td:hover span {
	
}
caption {
	display: table-caption;
  text-align: left;
  color: white;
}

.logo {    
    margin: 2rem auto 6rem;
    width: 300px;
}
#new-user-div {
	position: absolute;
	width:100%;
	padding:15px 0;
	bottom: 0;
	
}
#new-user-div form {	  
	text-align:center;
	}


.thumbnail {
	display:flex;
	flex-wrap: wrap;
    justify-content: space-around;
	
}

.thumbnail img {
	width: 150px;
  	height: 150px;
  	object-fit: none;
	object-position: 50% 50%;
	
	border-radius:50%;
	border: thin solid black;
	
	filter: drop-shadow( 5px 5px 5px #000 );
	margin:0 5px 5px 0;;
}

.thumbnail img:hover {
	animation-duration:5s;
 	animation-name: clickme;
 	animation-iteration-count:infinite;
}

@keyframes clickme {

5% { filter: drop-shadow( 0px 0px 0px #000 ); margin-left:5px; Margin-top:5px; margin-bottom:0px; margin-right: 0px;} 
10% { filter: drop-shadow( 5px 5px 5px #000 ); margin-left:0px; Margin-top:0px; margin-bottom:5px; margin-right: 5px;}
15% { filter: drop-shadow( 0px 0px 0px #000 ); margin-left:5px; Margin-top:5px; margin-bottom:0px; margin-right: 0px;} 
20% { filter: drop-shadow( 5px 5px 5px #000 ); margin-left:0px; Margin-top:0px; margin-bottom:5px; margin-right: 5px;}
}
