.card {
    max-width: 1200px;
    margin: 20px auto;
}

@media (max-width: 650px) {
    .headertime {
        display: none;
        /*display: inline-block;*/
        /*width: 25%;*/
        /*line-height: 0.9;*/
        /*font-size: 60%;*/
    }
}

@media (max-width: 1200px) {
    .card {
        margin: 20px 10px;
    }
}

.tabs-top > .tabs, .tabs.tabs-top {
    padding: 9px;
}

timer {
    line-height: 35px;
}

.question-title-wrap {
    position: relative;
}

.question-flag {
    float: left;
    color: #bbb;
}

.question-flag i {
    cursor: pointer;
}

.question-flag .active {
    color: #ffc900;
}

.question-flag button {
    width: 50px;
}

.question-flag button i {
    font-size: 18px;
}

.question-title, .question-body {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.question-menu .title {
    font-size: 18px;
    font-weight: bold;
    padding: 14px 15px 14px 15px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #b2b2b2;
}

.question-menu .item {
    padding: 12px 45px 12px 15px;
}

.question-menu .item:first-child {
    border-top: 0;
}

.question-menu .item.active {
    background-color: #f0f0f0;
}

.question-menu .item .number {
    display: inline-block;
    width: 30px;
    font-weight: bold;
}

.question-menu .item .icons {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

.question-menu .item .icons .icon {
    float: left;
    font-size: 18px;
}

.question-menu .item .icons .icon + .icon {
    margin-left: 9px;
}

.pagination {
    padding: 12px 45px 12px 15px;
}

input[disabled='disabled'] {
    background-color: transparent !important;
}

.modal-full-screen {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.tab-nav i {
    font-size: 15px;
    margin-right: 3px;
    margin-left: 3px;
}

.tumsorular-baslik {
    text-align: center;
    padding: 10px 0;
}

.all-questions-modal-content {
    max-width: 1200px;
    margin: 0 auto;
}

.all-questions-modal-content .all-question-title {
    font-size: 14px;
}

.all-questions-modal-content .item {
    font-size: 14px;
}

ol {
    list-style-type: decimal;
}

ul {
    list-style-type: disc;
}

ol, ul {
    margin: 0 0 0 40px;
}

ol li, ul li {
    color: #666;
    font-size: 14px;
    margin: 0 0 2px;
}

video, audio {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.scroll-content {
    overflow-y: scroll;
}

.item .text-danger {
    color: #861515;
}

/*# sourceMappingURL=main.css.map */
.fullscreen-image {
    max-width: 100%;
}
