﻿body {
    overflow-x: hidden;
}

#question {
    width: 903px;
    margin: 5px auto 50px;
    padding-left: 11px;
    padding-right: 11px;
    border: 1px solid #ccc;
    background-color: white;
    direction: rtl;
    overflow: hidden;
    padding-bottom: 10px;
}

    #question h1 {
        color: #1F527B;
        font-size: 14px;
        font-family: 'amer';
        position: relative;
        top: -6px;
    }

.qu {
    font-family: 'amer';
    font-size: 14px;
    margin: 0;
    display: inline-block;
}

.circle {
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: 4px;
}

.red {
    font-family: 'roya';
    font-size: 16px;
    display: block;
}

.cc {
    border: 1px solid #ccc;
    padding: 5px;
    overflow: hidden;
}

.ticket {
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 10px;
    overflow: hidden;
}

    .ticket:nth-child(even) {
        background-color: #F2F2F2;
    }

.t0 {
    margin-top: 5px;
}

.bd {
    padding: 5px;
    margin: 0;
    font-family: 'roya';
    font-size: 16px;
}

.like {
    border: 1px solid #CCC;
    width: 7%;
    position: relative;
    text-align: center;
    margin-right: 1px;
    height: 24px;
    display: inline-block;
    float: left;
    background-color: white;
}

.mgtop {
    text-align: center;
    position: relative;
    top: 2px;
}

.like button {
    border: 0px none;
    background-color: transparent;
    padding: 0px;
    margin-top: -1px;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.size {
    font-size: 20px;
}

.tit {
    width: 100%;
    height: 360px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

    .tit img {
        height: 200px;
        float: left;
        padding: 5px;
        width: 300px;
    }

.question {
    float: right;
    width: 541px;
    text-align: justify;
    font-family: iransans;
    margin: 0px;
    padding: 5px;
    position: relative;
    line-height: 36px;
    font-size: 14px;
}


.tit2 {
    height: 180px;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    float: right;
    width: 219px;
    box-sizing: border-box;
    margin-right: 5px;
    background-color: rgba(204, 204, 204, 0.2);
}

.tit p {
    margin: 10px;
}

.mr0 {
    margin-right: 0;
}

.tit2 img {
    height: 115px;
    width: 216px;
}

.tit2 h2 {
    font-size: 11px;
    font-family: Tahoma;
    color: #00F;
    display: table-cell;
    vertical-align: middle;
    height: 48px;
    width: 220px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}

.quest {
    position: absolute;
    border: 1px solid #CCC;
    width: 120px;
    text-align: center;
    height: 34px;
    background-color: #920000;
    left: 0px;
    display:none;
}

@media screen and (min-width:0px) and (max-width:880px) {

    .question {
        width: 100%;
    }

    .tit {
        text-align: center;
        border:0;
    }

        .tit img {
            float: none;
            text-align: center;
            padding: 15px;
        }
}

@media screen and (min-width:0px) and (max-width:300px) {
    .tit img {
        width: 100%;
    }
}
