body {
    background-color:black;
    color:white;
    text-align:center;
}

div.section {
    background-color:#003300;
    color: white;
    float: left;
    text-align: left;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
    width: 45%
}

img.section {
    height: auto;
    max-height: auto;
    width: 100%;
}

div.section * {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

div.section-header {
    background: #320;
    padding: 10px;
}

div.thumbnail-section {
    background-color:#003300;
    color: white;
    float: left;
    text-align: left;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 22%;
}

div.thumbnail-section:nth-of-type(4n+1) {
    background-color:#003300;
    color: white;
    float: left;
    text-align: left;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 22%;
    clear: both;
}

div.thumbnail-section * {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

div.section-header {
    background: #320;
    padding: 10px;
}

.media-links {
    position: relative;
    float: right;
    right: 0px;
}

img.media-links {
    width: 32px;
    max-width: 32px;
    height: 32px;
}

img.blocks {
    width: 50%;
    height: auto;
    position: relative;
    float: right;
    right: 0px;
}

.link-button {
    position: relative;
    float: right;
    right: 0px;
    border-radius: 5px;
    background: #ff0000;
    padding: 2px;
    color: white;
}

a {
    color: white;
}
