body {
    min-height: 75rem;
    padding-top: 4.5rem;
}

h1 {
    color: #585858;
}

img.screenshot {
    height: 360px;
    width: auto;
    float: right;
    margin: 10px 10px 10px 10px;
}

img.teamlead {
    height: 200px;
    width: auto;
    float: left;
    margin: 10px 10px 10px 10px;
}

img.author {
    height: 160px;
    width: auto;
    float: left;
    margin: 10px 10px 10px 10px;
}

a:link {
    color: #2c2c2c;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: #582c2c;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: #842c2c;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: #ababab;
    background-color: transparent;
    text-decoration: underline;
}

.author-row {
    background: rgba(255, 231, 184, 0.5);
}

.design-row {
    background: rgba(255, 192, 184, 0.5);
}

.methodics-row {
    background: rgba(237, 255, 184, 0.5);
}

.ckeditor-container {
    width: 100px;
}