img {
	margin-right: 32px;
	vertical-align: middle;
}

table {
	width: 100%;
	border-collapse: collapse;
	clear: both;
}

th {
	border: 1px solid rgb(159, 175, 190);
	background-color: rgb(112, 128, 144);
	color: rgb(255, 255, 255);
	padding: 10px;
}
th:nth-child(5) {
	text-align: left;
}

tr {
	border: 1px solid rgb(233, 233, 233);
}
tr:nth-child(odd) {
	background-color: rgb(247, 247, 247);
}
tr:hover {
	background-color: rgb(240, 240, 240);
}

td {
	padding: 10px;
	color: rgb(28, 28, 28)
}

a {
	padding: 5px;
	color: rgb(70, 130, 180);
    text-decoration: none;
}
a:hover {
	color: rgb(50, 90, 120);
    text-decoration: none;
}

.complete {
    color: rgb(81, 134, 81);
	background-color: rgb(224, 241, 217);
	font-size: small;
    padding: 5;
}

.partial {
    color: rgb(182, 124, 37);
	background-color: rgb(241, 238, 196);
	font-size: small;
    padding: 5;
}

a.button {
	border: none;
	color: rgb(255, 255, 255);
	background-color: rgb(112, 128, 144);
  	padding: 12px 24px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
  	margin: 4px 12px 4px 0;
  	cursor: pointer;
}
a.button:hover {
	background-color: rgb(119, 136, 153);
	color: rgb(255, 255, 255);
}

.header {
	padding: 40px;
	text-align: center;
	background: linear-gradient(40deg, rgb(215, 223, 226) 0%, rgb(230, 236, 239) 60%);
	color: rgb(68, 68, 68);
	font-size: 30px;
	margin-bottom: 15px;
}
.header b {
	font-size: 24px;
}
.header p {
	font-size: 14px;
	padding: 10px;
}

.os {
	margin: auto;
	margin-bottom: 30px;
	width: 75%;
	text-align: center;
	color: rgb(65, 78, 90)
}
.os p {
	font-weight: bold;
}

.chip {
	display: inline-block;
	padding: 3px 10px;
	margin: 3px 5px 3px 0;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 5px;
	background-color: #f1f1f1;
}
