.voting_desk {
    margin: 23px 0px 5px 0px;
    clear: both;
    display: block;
}
form.quest_form {
    display: block;
    width: 100%;
}
div.radio {
    display: block;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #ebebeb;
}
div.radio label {
    display: block;
    width: 94%;
    margin-left: 3%;
    line-height: 20px;
    font-family: cambria;
    font-size: 17px;
}
div.radio label input {
    display: block;
    margin-left: 0%;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
}
div.query_result {
    display: block;
    width: 100%;
    margin: 5px auto;
    background-color: #ebebeb;
}
a.chose_query {
    display: flex;
    width: 100%;
    height: 40px;
    background-color: #2898cc;
    font-family: DINPro-Bold;
    font-size: 16px;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: 35px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
div.all_head {
    display: flex;
    width: 100%;
    height: 50px;
    font-family: GoodPro-Medium;
    font-size: 22px;
    color: #161B1F;
    background-color: #fff;
    /* border-top: 1px solid #25a8e0; */
    align-items: center;
    justify-content: center;
}
div.querryDiv {
    display: block;
    width: calc(100% - 20px);
    padding: 7px 10px 20px 10px;
    background-color: #f9f9f9;
    margin-bottom: 40px;
}
div.qryinfo {
    display: block;
    width: 100%;
    font-family: cambriab;
    font-size: 17px;
    color: #25a8e0;
    /* text-align: justify; */
    margin: 10px auto;
    line-height: 20px;
}
.alert-danger {
    color: #ffffff;
    background-color: #a94442;
    border-color: #ffffff;
    padding: 5px;
    margin: 4px 4px;
    text-align: center;
}
div.radio {
    display: block;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #ebebeb;
}
div.radio label {
    display: block;
    width: 94%;
    margin-left: 3%;
    line-height: 20px;
    font-family: cambria;
    font-size: 17px;
}
div.query_result {
    display: block;
    width: 100%;
    margin: 5px auto;
    background-color: #ebebeb;
}
div.result_pecent {
    display: block;
    width: calc(20% - 20px);
    padding: 10px;
    background-color: #25a8e0;
    font-family: DINPro-Regular;
    font-size: 12px;
    color: #fff;
    text-align: center;
}