@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
	font-size: 26px;
	font-weight: 500;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 1.3;
	background-color: #363b4f;
	color: white;
}

#logo {
    width: 100px;
    padding: 20px 0;
}

#logo svg {
    max-width: 100%;
    height: auto;
}

.date {
    padding-top: 20px;
}

.no-padding {
	padding: 0;
}

thead {
	background-color: #4f5778;
	color: white;
	font-weight: 900;
}

tbody {
	background-color: #4f5778;
	color: white;
}

.small {
	display: block;
	margin-top: 0px;
	font-size: 14px;
}

.table {
    margin-bottom: 0;
}

.table tbody td {
	border-top: 1px solid #7d7d7d;
	padding: 3px 10px;
}

.table thead th {
	padding: 10px 10px;
}
