body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

div#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #40b06b;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #40b06b;
}

div#logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    height: 76px;
}

div#content {
    position: absolute;
    left: 100px;
    top: 110px;
    width: 80%;
}

h1 {
    font-size: 48px;
    color: white;
    text-align: center;
}

/*table {
    border-collapse: collapse;
    border-style: none;
    width: 80%;
}*/

/*td {
    padding: 10px;
    width: 10%;
}

td img {
    height: 80px;
}*/

.table-nomargin {
	margin-bottom: 0;
}

.td-img {
	width: 150px;
}

hr {
    color: sienna;
}

.card {
    height: 100%;
}
