/* titles */

h3 {
    position: relative;
    padding-right: 80px;
}

    h3 a {
        position: absolute;
        top: 2px;
        right: 0px;
        font-weight: normal !important;
        font-size: 0.8em !important;
    }

    h2 a,
    h3 a {
        color: #000000;
    }

    h2 a:hover,
    h3 a:hover{
        text-decoration: none;
    }

h4 {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 1em !important;
}

/* comments */

.nothing {
    font-weight: bold;
    text-align: center;
    padding: 30px 0px;
}

.komentar {
    position: relative;
    width: 100%;
    min-height: 90px;
    margin: 10px 0px;
    background-color: #F0F0F0;
    border: 1px solid #D0D0D0;
    overflow: hidden;
}

.uroven-1 {
    width: 98%;
    margin-left: 2%;
}

.uroven-2 {
    width: 96%;
    margin-left: 4%;
}

.uroven-3 {
    width: 94%;
    margin-left: 6%;
}

.uroven-4 {
    width: 92%;
    margin-left: 8%;
}

.uroven-5 {
    width: 90%;
    margin-left: 10%;
}

.uroven-6,
.uroven-7,
.uroven-8,
.uroven-9,
.uroven-10,
.uroven-11,
.uroven-12 {
    width: 88%;
    margin-left: 12%;
}

    .komentar h4 {
        position: relative;
        font-weight: normal;
        margin: 0px 10px 7px 10px !important;
        padding: 10px 0px 3px 0px;
        border-bottom: 1px solid #D0D0D0;
    }

        .komentar h4 a {
            color: #000000;
        }

        .komentar h4 a:hover {
            text-decoration: none;
        }

        .komentar h4 span {
            position: absolute;
            right: 10px;
        }

    .komentar img {
        position: absolute;
        left: 10px;
        top: 38px;
        width: auto !important;
    }

    .komentar p,
    .komentar ul,
    .komentar ol {
        margin-left: 110px;
        padding-bottom: 10px !important;
    }

    .komentar li {
        list-style: disc;
        margin-left: 30px;
    }

        .komentar li p {
            margin-left: 0px;
        }

    .komentar h5 {
        margin-left: 110px;
        margin-bottom: 10px;
    }

/* question */

.otazka {
    margin-top: 20px;
    background-color: #DBDBDB;
    border-color: #C4C4C4;
}

    .otazka h4 {
        border-color: #C4C4C4;
    }

/* reply form */

#answer {
    margin-top: 15px;
}

    #answer form {
        position: relative;
        color: #000000;
        padding: 20px;
        margin-bottom: 15px;
        margin-bottom: 25px\9;
        background: #FAF7E6;
        border: 1px solid #DDDBCC;
        overflow: hidden;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #answer label {
            position: relative;
            display: inline-block;
            width: 100%;
            line-height: 18px;
            margin-bottom: 10px;
        }

        #answer label.half {
            width: 48.5%;
        }

        #answer label.half + label.half {
            margin-left: 2%;
        }

            #answer label span {
                display: block;
            }

            #answer label input {
                width: 100%;
                font-size: 15px;
                line-height: 1.2em;
                padding: 8px 15px;
                margin: 0;
                font-family: Arial, Helvetica, sans-serif;
                border: 1px solid #ccc;
                background: #ffffff;
                outline: none;

                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

            #answer label textarea {
                height: 150px;
                width: 100%;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 1em;
                padding: 8px 15px;
                overflow-y: hidden;
                background: #ffffff;
                border: 1px solid #ccc;

                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

/* buttons */

#cancel-reply {
    display: none;
}

#add-topic {
    margin-bottom: 10px !important;
}

.add-answer {
    float: right;
    margin: 10px;
}

/* tabulka for a tem */

#forums,
#topics {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    background: #FFFFFF;
}

    #forums th,
    #topics th {
        color: #FFFFFF;
        text-align: left;
        padding: 6px 8px;
        border: 1px solid #333333;
        background: #333333;
    }

    #forums td,
    #topics td {
        vertical-align: top;
        padding: 6px 8px;
    }

        #forums h4 {
            font-size: 1.1em !important;
        }

        #forums td p,
        #topics td p {
            padding-bottom: 0px;
        }

    #forums .topics,
    #topics .replies {
        text-align: right;
    }

    table .title {
        min-width: 70%;
    }

    table .actual {
        width: 150px !important;
    }
