﻿body {
}

.newslogo {
}

    .newslogo img {
        width: 40px;
        position: absolute;
        z-index: 2000;
        left: 20px;
        top: 20px;
    }

.ask {
    position: absolute;
    background-color: #002222;
    color: #fff;
    left: 10px;
    padding: 5px 10px 5px 10px;
    bottom: 20px;
    z-index: 3000;
    display: none;
    overflow: hidden;
    font-weight: bold;
    border-radius: 12px 12px 12px 0;
    font-size: 28px;
}

.reply {
    position: absolute;
    background-color: #d26438;
    color: #fff;
    right: 10px;
    bottom: 20px;
    z-index: 3000;
    padding: 5px 10px 5px 10px;
    display: none;
    border-radius: 12px 12px 0 12px;
    overflow: hidden;
    font-weight: bold;
    font-size: 28px;
}

.combo {
    position: relative;
}

.combotitle {
    width: 300px;
    display: block;
    border: 2px solid #00a8ff;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    margin: 0 10px 10px 0;
    height: 50px;
    position: relative;
    color: #fff;
}

    .combotitle:hover {
        /* color: #fff;*/
    }

    .combotitle img {
        position: absolute;
        right: 10px;
        top: 15px;
        width: 40px;
    }

.combooptions {
    background-color: #000;
    min-width: 300px;
    display: none;
    border: 2px solid #00a8ff;
    border-top: none;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 500;
}

.comboitem {
    display: block;
    padding: 10px 20px 10px 40px;
    font-weight: bold;
}

    .comboitem:hover {
        background-color: #00a8ff;
    }

.cat {
    float: left;
    border: 2px solid #00a8ff;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    margin: 0 10px 10px 0;
}

.question {
    position: relative;
    width: 100%;
    color: #00a8ff;
    display: block;
    cursor: pointer;
    padding: 10px 60px 10px 20px;
    border: 2px solid #00a8ff;
    border-radius: 10px;
    margin: 0 0 0px 0;
    font-weight: bold;
}

    .question:hover {
        color: #fff;
    }

    .question img {
        position: absolute;
        right: 10px;
        top: 15px;
        width: 40px;
    }

.answer {
    width: 100%;
    overflow: hidden;
    padding: 10px 10px 10px 30px;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
}

.faqsettings {
    display: block;
    background-color: #000;
    position: fixed;
    right: 0px;
    bottom: 0px;
    border-radius: 20px 0 0 0;
    cursor: pointer;
    z-index:2000;
}

    .faqsettings img {
        width: 60px;
        padding: 12px;
    }
