body {
    margin: 0;
    padding: 10px;
    padding-top: 0;
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
}

h1, h2, p {
    margin: 0;
}

td {
    width: 50%;
    padding: 10px;
}

.resource {
    clear: left;
    margin-top: 30px;
    min-height: 80px;
    height: auto;
}

/*\*/
* html .resource {
    height: 80px;
}
/**/

.resource img {
    float: left;
    border: none;
}

.description {
    margin-left: 150px;
}

.description h1 {
    font-size: 1.25em;
}

.description h2 {
    font-size: 0.8em;
}

.description p {
    font-size: 0.8em;
}

.footer {
    clear: left;
}
