

html, body {
    width: 100%;
	height: 100%;
}

body {
	overflow-x: hidden;
    background-image: url('back.jpg');
	background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

table {
	
	margin: 0px auto;
    height: 60px;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
}

th, td {
  padding: 15px;
  text-align: left;
}

td {
  /* background-color: #082234; */
  background-color: rgba(8,34,52,0.6);
  color: white;
}

tr {
  /* background-color: #082234; */
  background-color: rgba(8,34,52,0.6);
  color: white;
}

th {
background-color: rgba(8,34,52,0.8);
  color: white;
}

 /* unvisited link */
a:link {
  color: cyan;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: blue;
} 

#repo {
    width: 50%;
	padding: 80px 0;
}	

#count, #fulllist, #filter {
	color: white;
}	

