table {margin: 0;padding: 0;clear: left;}

/* RASP_TABLE */
table.rasp_table {
    width: 100%;
    margin: 0 0 14px 0;
    border-collapse: collapse;
}

table.rasp_table caption {
    margin: 0px;
    width: 100%;
    text-align: left;
    color: #1999ce;
    font-weight: normal;
    text-align: left;
    padding: 8px 0 0 8px;
}

table.rasp_table th {
    background: #1999ce;
    color: #1999ce;
    font-weight: normal;
    text-align: left;
    padding: 2px 3px;
}

table.rasp_table tr {
    background: #F0F0F0;
}

table.rasp_table tr.noborder {background: none;}

table.rasp_table tr.noborder td {border: none}

table.rasp_table td{
    vertical-align: top;
}

table.rasp_table td.col_1{
    width: 30%;
    border-bottom: 1px solid #dedede;
    padding: 9px 0px 0px 9px;
}

table.rasp_table td.col_2{
    padding: 8px 0px;
    width: 70%;
    border-bottom: 1px solid #dedede;
}

table.rasp_table td.col_2 .elem_2 {
    width: 90%;
    float: left;
}

table.rasp_table td.value span.smalltext{
    clear: left;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

table.rasp_table tr.last td{
    margin: 0;
    padding: 0;
    border: none;
}
table.rasp_table td.special{
    padding: 0 6px;
}


table#depts_choice {
    width: 100%;
    /*border: 1px solid red;*/
}

table#depts_choice td.col_1{
    width: 3%;
    text-align: center;
}

table#depts_choice td.col_2{
    width: 27%;
    padding: 7px 0px;
}


table#areaofwork_choice {
    width: 100%;
    /*border: 1px solid red;*/
}

table#areaofwork_choice td.col_1{
    width: 3%;
    text-align: center;
}

table#areaofwork_choice td.col_2{
    width: 27%;
    padding: 7px 0px;
}

table#pers_qualities {
    width: 100%;
    /*border: 1px solid red;*/
}

table#pers_qualities td.col_1{
    width: 3%;
    text-align: center;
}

table#pers_qualities td.col_2{
    width: 27%;
    padding: 7px 0px;
}


table#knowledge_skills {
    width: 98%;
    margin: 0 auto;
    /*border: 1px solid red;*/
}

table#knowledge_skills th {
    padding: 4px 2px;
    background: #CCC;
}

table#knowledge_skills th.col_1{
    width: 24%;
}

table#knowledge_skills th.col_2{
    width: 19%;
}

table#knowledge_skills th.col_3{
    width: 19%;
}

table#knowledge_skills th.col_4{
    width: 19%;
}

table#knowledge_skills th.col_5{
    width: 19%;
}

