﻿html, form {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 10px;
    font-family: Trebuchet MS, Tahoma, Helvetica, Verdana, Arial, sans-serif;
    font-size: 16px;
}

table.collapsed {
    border-collapse: collapse
}

    table.collapsed td {
        padding: 0;
    }

.notification {
    padding: 5px;
    margin-bottom: 6px;
    border: solid 1px #000;
    background-color: #eee;
    font-size: 13px;
}

    .notification .page-synonym {
        border: solid 1px #999;
        padding: 0;
    }

        .notification .page-synonym input {
            border: 0;
            padding: 0;
            margin: 0;
        }

.pros {
    border: solid 1px #006;
    background-color: #eef;
}

.edit {
    border: solid 1px #884;
    background-color: #ffa;
}

.footer {
    font-size: 13px;
    text-align: center;
    margin-top: 40px;
    padding: 15px 0;
    border: solid 1px #000;
    background-color: #eee;
    overflow: auto;
}

    .footer p {
        margin: 5px 0;
    }

    .footer table {
        margin: 0 auto;
    }

        .footer table td, .footer table th {
            text-align: left;
            vertical-align: top;
            padding: 5px 20px 20px 20px;
        }

    .footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer li {
        margin: 7px 0;
    }

    .footer .menu {
        font-size: 15px;
    }

.main {
    text-align: center;
}

    .main .stable p.cost-reminder {
        background-color: palegoldenrod;
        border: groove 2px #d3b564;
        padding: 2px 5px;
        box-sizing: border-box;
        margin: 15px 0 5px 0;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        border-left-width: 0;
        border-right-width: 0;
    }

.changes-history {
    text-align: right;
    margin: 2px 0 0 0;
    font-size: 11px;
}

.middle-content {
    margin: 10px 0;
    display: inline-block;
    text-align: center;
}

.data, .data-large, .data-adaptive {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: left;
    margin: 0;
}

.data {
    width: 560px;
}

.data-large {
    max-width: 1120px;
}

.data-large-static {
    width: 1120px;
}

.data-adaptive {
    min-width: 560px;
}

.data-medium {
    max-width: 560px;
    text-align: left;
}

.deleted-item {
    margin-left: 6px;
    background-color: #900;
    padding: 5px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.person-info {
    text-align: left;
}

.editor-button {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    margin: 22px 5px 0 0;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 2px 5px;
    font-size: 13px;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: #B3B3B3 3px 3px 3px;
    -moz-box-shadow: #B3B3B3 3px 3px 3px;
    box-shadow: #B3B3B3 3px 3px 3px;
    border: solid 2px #0f0;
    background-color: #000;
    z-index: 10;
}

.description-item .editor-button {
    margin: -2px 0 0 0;
}

.description-item .middle-line {
    vertical-align: middle;
}

.reviews .description-item {
    display: inline-block;
    vertical-align: middle;
    max-width: 560px;
}

    .reviews .description-item blockquote {
        border: groove 2px #d3b564;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        padding: 10px;
        margin: 10px 20px;
        position: relative;
        background-image: url('/img/quote_start.png');
        background-repeat: no-repeat;
        background-position: left top;
    }

        .reviews .description-item blockquote div {
            background-color: palegoldenrod;
            z-index: -1;
            position: absolute;
            width: 100%;
            height: 100%;
            background-image: url('/img/quote_end.png');
            background-repeat: no-repeat;
            background-position: right bottom;
            top: 0;
            left: 0;
        }

    .reviews .description-item .review-author {
        text-align: right;
        margin: 10px 20px;
    }

.editor-button.remove-button {
    border: solid 2px #f00;
}

.editor-button.approve-button {
    border: solid 2px #0f0;
}

.editor-button.move-button {
    border: solid 2px #ff0;
}

.editor-button.move-button, .editor-button.approve-button {
    right: 25px;
}

.history-changelog {
    font-size: 13px;
}

.history div h3 {
    padding: 0;
}

.history .stable div {
    border-top: solid 2px #009921;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    border-bottom-left-radius: 5px;
}

.history .beta div {
    border-top: solid 2px #ff6a00;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    border-bottom-left-radius: 5px;
}

.history div h3 > span {
    padding: 4px 6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}

.history .stable h3 > span {
    background-color: #009921;
}

.history .beta h3 > span {
    background-color: #ff6a00;
}

.screenshots #nailsPanel {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 15px;
}

    .screenshots #nailsPanel div {
        width: 7px;
        height: 7px;
        background-color: #fff;
        border: solid 2px #000;
        margin: 4px;
        display: inline-block;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-box-shadow: #B3B3B3 2px 2px 2px;
        -moz-box-shadow: #B3B3B3 2px 2px 2px;
        box-shadow: #B3B3B3 2px 2px 2px;
        cursor: default;
        font-size: 1px;
        user-select: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

        .screenshots #nailsPanel div.current {
            background-color: #09f;
        }

.screenshots div {
    opacity: 0.2;
    transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

    .screenshots:hover div, .screenshots div#nailsPanel {
        opacity: 1;
    }

.screenshots img {
    max-width: 530px;
    max-height: 550px;
}

.screenshots .editor-button {
    right: 270px;
}

    .screenshots .editor-button.remove-button {
        right: 50px;
    }

    .screenshots .editor-button.move-button {
        right: 75px;
    }

.interactive .description-item .editor-button.remove-button, .interactive .description-item .editor-button.move-button, .interactive .description-item .editor-button.approve-button {
    visibility: hidden;
}

.interactive .description-item:hover .editor-button.remove-button, .interactive .description-item:hover .editor-button.move-button, .interactive .description-item:hover .editor-button.approve-button {
    visibility: visible;
}

.interactive {
    position: relative;
}

    .interactive:hover .editor-button, .data:hover .editor-button, .data-large:hover .editor-button, .data-adaptive:hover .editor-button {
        visibility: visible;
    }

.description-item {
    margin: 2px 0;
    padding: 0;
    position: relative;
    text-align: justify;
}

    .description-item blockquote {
    }

.links a {
    max-width: 300px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.image-holder {
    width: 520px;
    height: 300px;
    background-image: url('/img/ss_bg.png');
    text-align: center;
}

.empty {
    color: #666;
    font-style: italic;
    font-size: 13px;
}

.main-save, .main-cloud {
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
}

.main-save {
    background-image: url('../img/main-save.svg');
}

.main-cloud {
    background-image: url('../img/main-cloud.svg');
}

.file {
    display: inline-block;
    position: relative;
}

    .file .ext {
        font-size: 10px;
        line-height: 10px;
        bottom: -2px;
        right: -2px;
        position: absolute;
        padding: 0 1px;
        background-color: #fff;
        border: solid 1px #000;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

.file-ext {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    vertical-align: middle;
}

h1 {
    text-align: left;
    font-size: 24px;
    margin: 0 0 15px 0;
}

h2 {
    text-align: left;
    font-size: 20px;
}

h3 {
    margin: 20px 0 0 0;
    padding: 3px 3px 5px 0;
    border-bottom: solid 2px #fff;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    text-align: left;
}

.license h3 {
    margin: 5px 0;
    padding: 0;
    border: 0;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    font-size: 16px;
}

.license p {
    text-align: justify;
}

.details {
    padding-top: 20px;
}

    .details h3 {
        margin-top: 0;
    }

.list div {
    padding: 5px 2px 5px 10px;
    border-left: solid 7px #fff;
}

.stable div, .beta div, .pages div {
    padding: 5px 2px 5px 10px;
    background-image: url('/img/ss_bg.png');
    border-left: solid 7px #fff;
    border-bottom-left-radius: 5px;
}

.stable div, .beta div {
    border-top: solid 2px #fff;
}

    .stable div > span, .beta div > span {
        margin-top: -19px;
        margin-bottom: 5px;
        display: block;
        font-size: 12px;
        color: #fff;
    }

.stable h3, .beta h3 {
    padding: 0;
}

    .stable h3 > span, .beta h3 > span {
        margin: 0;
        font-size: 14px;
        color: #fff;
        padding: 0;
    }

    .stable h3 > span, .beta h3 > span {
        padding: 4px 6px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .stable h3 > span {
        background-color: #009921;
    }

    .beta h3 > span {
        background-color: #ff6a00;
    }

.stable div, .list div, .donate h3 {
    border-color: #009921;
    text-align: left;
}

.beta div {
    border-color: #ff6a00;
    text-align: left;
}

.pages div {
    border-top: solid 2px #fff;
    border-color: lightblue;
}

.user-review-section div {
    padding: 5px 2px 5px 10px;
    border-left: solid 7px #fff;
    border-top: solid 2px #fff;
    border-color: #00ff21;
    font-size: 13px;
}

.list div a, .stable div a, .beta div a {
    font-weight: bold;
}

.list div p, .stable div p, .beta div p, .pages div .buttons {
    margin: 2px;
    padding: 0;
}

.list div p {
    background-color: #fafafa;
}

    .list div p:hover {
        background-color: #fff;
    }

.list div {
    background-color: #f4f4f4;
}

    .list div p, .stable div p, .beta div p {
        line-height: 32px;
        display: inline-block;
        width: 100%;
    }

        .list div p .additional, .stable div p .additional, .beta div p .additional {
            float: right;
            font-size: 13px;
            margin: 0px;
            padding: 0 4px;
        }

.stars-on-0, .stars-on-1, .stars-on-2, .stars-on-3, .stars-on-4, .stars-on-5, .stars-off {
    width: 24px;
    height: 24px;
    margin: 2px 0;
    background-repeat: repeat-x;
}

.stars-on-0, .stars-on-1, .stars-on-2, .stars-on-3, .stars-on-4, .stars-on-5 {
    margin-top: 1px;
    background-image: url('/img/star-on-big.png');
    float: left;
}

.stars-on-1 {
    width: 24px;
}

.stars-on-2 {
    width: 48px;
}

.stars-on-3 {
    width: 72px;
}

.stars-on-4 {
    width: 96px;
}

.stars-on-5 {
    width: 120px;
}

.stars-off {
    background-image: url('/img/star-off-big.png');
    width: 120px;
    float: right;
}

a {
    color: #00a;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

.dialog-content input, .dialog-content textarea {
    width: 350px;
}

.dialog-content textarea {
    height: 200px;
}

.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;
    -moz-user-select: none;
    -ms-user-select: none;
}

nav h2 {
    cursor: default;
    color: #000;
    display: inline;
    font-size: 16px;
    font-weight: normal;
}

.footer-hr {
    padding: 8px 0;
}

    .footer-hr div {
        border-bottom: solid 1px #000;
    }

.qa-section {
    margin: 15px 0 0 0;
    padding: 6px;
}

    .qa-section div {
        margin: 6px;
        padding: 0;
        font-size: 15px;
        line-height: 18px;
    }

        .qa-section div .code {
            background-color: #eee;
            border: solid 1px #bbb;
            padding: 0px 2px;
        }

.reviews-section {
    background-color: palegoldenrod;
    border-top: groove 2px #d3b564;
    border-bottom: groove 2px #d3b564;
    margin: 15px 0 0 0;
    padding: 0;
    vertical-align: middle;
    overflow-x: auto;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
}

    .reviews-section.donate-section {
        margin: 15px 0;
    }

    .reviews-section .user-review, .reviews-section .donate-review {
        list-style-type: none;
        display: inline-block;
        padding: 0 15px;
        margin: 10px;
        vertical-align: middle;
        background-image: url('/img/quote_start.png');
        background-repeat: no-repeat;
        background-position: left top;
    }

    .reviews-section .user-review {
        width: 260px;
    }

        .reviews-section .user-review blockquote, .reviews-section .donate-review blockquote {
            display: inline-block;
            overflow: hidden;
            margin: 0;
            padding: 0;
            position: relative;
            background-image: url('/img/quote_end.png');
            background-repeat: no-repeat;
            background-position: right bottom;
        }

        .reviews-section .user-review blockquote {
            max-height: 108px;
        }

            .reviews-section .user-review blockquote .review-more {
                background-color: palegoldenrod;
                position: absolute;
                bottom: 0;
                right: 0;
                padding-left: 10px;
                background-image: url('/img/quote_end.png');
                background-repeat: no-repeat;
                background-position: right bottom;
            }

        .reviews-section .user-review p {
            text-align: right;
            margin: 4px 0 0 0;
            padding: 0;
        }

.user-review-section table {
    width: 100%;
}

    .user-review-section table .input-box {
        border: solid 1px #ccc;
        width: 300px;
    }

    .user-review-section table textarea.input-box {
        height: 60px;
    }

.rating {
    overflow: hidden;
    vertical-align: bottom;
    display: inline-block;
    width: 150px;
    height: 30px;
}

    .rating > input {
        opacity: 0;
        margin-right: -100%;
    }

    .rating > label {
        position: relative;
        display: block;
        float: right;
        background: url('/img/star-off-big.png');
        background-size: 30px 30px;
    }

        .rating > label:before {
            display: block;
            opacity: 0;
            content: '';
            width: 30px;
            height: 30px;
            background: url('/img/star-on-big.png');
            background-size: 30px 30px;
            transition: opacity 0.2s linear;
        }

        .rating > label:hover:before, .rating > label:hover ~ label:before, .rating:not(:hover) > :checked ~ label:before {
            opacity: 1;
        }

@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;
    }
}

.stable div:hover, .beta div:hover, .pages div:hover {
    animation: animatedBackground 10s linear infinite;
    -moz-animation: animatedBackground 10s linear infinite;
    -webkit-animation: animatedBackground 10s linear infinite;
}

.about-user {
    text-align: left;
}

.extension-item {
    text-align: left;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

    .extension-item p {
        padding: 0;
        margin: 0;
    }

.donate .donate-types {
    margin: 20px 0;
}

.donate .donate-type-item h3 {
    margin-top: 5px;
}

.donate h2 {
    margin-top: 0;
    text-align: center;
}

.donate .donate-type-item div {
    padding: 5px 15px 5px 50px;
    background-position: 10px 7px;
    background-repeat: no-repeat;
    border-left: solid 7px #00ff21;
}

    .donate .donate-type-item div .qr-button {
        float: right;
        cursor: pointer;
        background-image: url('/img/qr.png');
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 20px;
    }

    .donate .donate-type-item div a {
        font-style: italic;
    }

.donate .donate-type-item .paypal_32 {
    background-image: url('/img/paypal_32.png');
}

.donate .donate-type-item .bitcoin_32 {
    background-image: url('/img/bitcoin_32.png');
}

.donate .donate-type-item .yamoney_32 {
    background-image: url('/img/yamoney_32.png');
}

.donate .donate-type-item .qiwi_32 {
    background-image: url('/img/qiwi_32.png');
}

.donate .donate-type-item .webmoney_32 {
    background-image: url('/img/webmoney_32.png');
}

.data.donate {
    padding: 0 10px;
    vertical-align: top;
}

    .data.donate table {
        width: 100%;
        border-left: solid 7px #ff6a00;
        border-top: solid 2px #ff6a00;
        margin-bottom: 15px;
    }

    .data.donate tbody td {
        padding: 2px;
    }

    .data.donate tfoot td {
        background-color: #ff6a00;
        color: #fff;
        padding: 5px;
        text-align: right;
    }

    .data.donate tbody .donation-info-add {
        color: #ff6a00;
        font-size: smaller;
    }

    .data.donate .donation-table tbody {
        display: block;
        height: 260px;
        overflow: auto;
    }

.main .stable p.ext-badges {
    padding: 0;
    line-height: 0;
}

    .main .stable p.ext-badges img {
        border: 0;
        text-decoration: none;
    }

    .main .stable p.ext-badges a {
        margin-top: 10px;
        margin-right: 10px;
        display: inline-block;
    }

        .main .stable p.ext-badges a:last-child {
            margin-right: 0;
        }

#supportNotificationNumber {
    color: #fff;
    background-color: #d43;
    border-radius: 15px;
    margin: 0 0 0 5px;
    padding: 2px 7px;
    text-decoration: none;
    font-size: 12px;
    vertical-align: middle;
}

.download-links {
    font-size: 15px;
    list-style: none;
    background-color: #eee;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 6px 10px 6px 50px;
    background-image: url('/img/documents.png');
    background-repeat: no-repeat;
    background-position: 5px 6px;
    background-size: 40px;
    min-height: 45px;
    display: inline-block;
    text-align: left;
}

    .download-links li {
        display: block;
        padding: 0;
        margin: 3px;
    }

@media (max-width: 590px) {
    .data, .data-large-static, .data-adaptive, .reviews-section .user-review {
        max-width: 560px;
        min-width: auto;
        width: auto;
    }

    #screenshotPlaceholder {
        width: 100%;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}
