body {
    background-color: #fff;
    margin: 0;
    padding: 10px 0;
    font-family: Trebuchet MS,Liberation Sans,DejaVu Sans,sans-serif;
}

table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

p {
    text-align: justify;
}

img {
    vertical-align: middle;
}

h1, h2 {
    font-size: 24px;
}

h2 {
    text-align: center;
}

a, .action {
    color: #00a;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

    .action:hover {
        border-bottom: dotted 1px #00a;
    }

.main {
    text-align: center;
}

.page {
    margin: 40px 25px;
    display: inline-block;
}

.header, .footer {
    margin: 0;
    min-width: 560px;
}

.header {
    font-size: large;
}

.footer {
    font-size: small;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 388px 0;
    }
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 388px 0;
    }
}

@-ms-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 388px 0;
    }
}

@-moz-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 388px 0;
    }
}

#link-forum {
    border-left-color: #ff5151;
}

#link-live {
    border-left-color: #4eb5ff;
}

#link-wiki {
    border-left-color: #ffee6b;
}

#link-sources {
    border-left-color: #64ff3e;
}

#link-translator {
    border-left-color: #c0c0c0;
}

#link-issues {
    border-left-color: #7f51ff;
}

.header a:hover {
    animation: animatedBackground 10s linear infinite;
    -ms-animation: animatedBackground 10s linear infinite;
    -moz-animation: animatedBackground 10s linear infinite;
    -webkit-animation: animatedBackground 10s linear infinite;
}

.header a {
    margin: 10px 0 0 0;
    padding: 0 20px 0 12px;
    border-left: solid 8px #fff;
    display: inline-block;
    background-position: 0px 0px;
    background-image: url('/img/ss_bg.png');
}

.content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0;
    width: 560px;
}

.items:hover {
    animation: animatedBackground 10s linear infinite;
    -ms-animation: animatedBackground 10s linear infinite;
    -moz-animation: animatedBackground 10s linear infinite;
    -webkit-animation: animatedBackground 10s linear infinite;
}

.items {
    margin: 20px 0 20px 0px;
    padding: 0 0 0 20px;
    border-left: solid 8px #00e900;
    background-position: 0px 0px;
    background-image: url('/img/ss_bg.png');
    text-align: left;
}

.item {
    width: 100%;
    margin: 10px 0;
    text-align: left;
}

.iconHolder {
    text-align: center;
    vertical-align: middle;
    width: 64px;
    height: 64px;
}

.image {
    margin-right: 6px;
    width: 32px;
    height: 32px;
}

.title, .size {
    font-weight: bold;
}

.lock {
    background-color: Red;
    border: solid 1px #999;
    margin-right: 5px;
    font-size: small;
    padding: 1px 2px;
    color: #fff;
}

.details, .details-shown {
    width: 550px;
}

.details {
    display: none;
}

.author {
    font-style: italic;
}

.version, .size {
    width: 100px;
    text-align: right;
}

.keywords {
    font-size: small;
    color: #999;
}

.screenshots {
    position: relative;
    text-align: center;
}

.arrow-button.left-button {
    left: 0px;
    background-image: url('/img/arrow-left.png');
}

.arrow-button.right-button {
    right: 0px;
    background-image: url('/img/arrow-right.png');
}

.arrow-button.left-button:hover {
    background-image: url('/img/arrow-left-hover.png');
}

.arrow-button.right-button:hover {
    background-image: url('/img/arrow-right-hover.png');
}

.arrow-button {
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-image .5s ease-in-out;
    -o-transition: background-image .5s ease-in-out;
    -moz-transition: background-image .5s ease-in-out;
    -webkit-transition: background-image .5s ease-in-out;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

@media screen {
}

@media print {
}
