﻿.questions .box-q-hdr
{
    background-color:#2c4f78;
    width:100%;
    color:white;
    height:71px;
}
    .questions .box-q-hdr h1
    {
        font-size:18px;
        margin:0;
        padding:0;
    }
    .questions .box-q-hdr .descr
    {
        float:left;
        height:100%;
        padding-left: 10px;
    }
        .questions .box-q-hdr .descr p
        {
            margin-top: -5px;
        }

    .questions .box-q-hdr .status
    {
        float:right;
        border-left:1px solid #567293;
        height:100%;
        width: 300px;
    }
    .questions .box-q-hdr .status p
    {
        left: 10px;
        position: relative;
        top: 40%;
    }
        .questions .box-q-hdr .status p b
        {
            color: #ccde67;
        }
.questions .box-question
{
    background-color:#eee;
    margin:20px 10px;
    position:relative;
}
.questions .box-question .bullet
{
    color: #EEEEEE;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    padding: 5px 10px;
    width: 10px;
    position: absolute;
    top: 10px;
    left:10px;
}
    .questions .box-question .cnt-q
    {
        padding:17px 0 10px 55px;
    }
        .questions .box-question .cnt-q .box
        {
            margin-bottom:15px;
        }
        .questions .box-question .cnt-q .box strong
        {
            display:block;
        }

        