﻿html, body {
    padding: 0;
    margin: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 20px;
}

.linen {
    background: url(../img/linen.jpg);
}

.tt-header {
    padding: 5px;
    background-color: #4F4C4C;
}

    .tt-header img {
        height: 50px;
        vertical-align: middle;
    }

.tt-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    border-top: white 1px solid;
    background-color: #f0f0f0;
    color: #888;
    font-size: 12px;
    padding-top: 4px;
    box-sizing: content-box;
}

.tt-footer div {
    text-shadow: 1px 1px 1px white;
}

.powered-by {
    text-align: right;
}

@media (max-width: 767px) {
    body {
        margin-bottom: 40px;
    }

    .tt-footer {
        height: 40px;
    }

    .powered-by, .version-number {
        text-align: center;
        margin-bottom: 3px;
    }
}

.log-content {
    color: #ccc;
}
