/* Main content */
.main {
    margin-top: 30px; /* Add a top margin to avoid content overlay */
}

body {
    max-width: 750px;
    margin: auto;
    padding-top: 50px;
    font-family: 'Open Sans Condensed', sans-serif;
    /*background-color: #fefefe;*/
}
h1 {
    margin-top: 10px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
h2 {
    margin-top: 50px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
h3 {
    letter-spacing: 1px;
}
h4 {
    color: forestgreen;
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
a {
    text-decoration: none;
    color: forestgreen;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px;
}

tr {
    border-bottom: 1px solid #ddd;
    text-align: center
}

img {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
img.small {
    width: 50%;
    height: auto;
}
img.narrow {
    width: 25%;
    height: auto;
}
