.td.ctrDiv{
    text-align: center;
    color: red;
}
#create_participant, #create_thesis{
    color: #006699;
    font_weight: bold;
    font_size: 13px;
}
#add_participant{
    font-weight:bold;
    color: 333399;
    font-size: 17px;
}
.selectWidth{
    width: 185px;
}
.selectWidthRank{
    width: 280px;
}
.selectWidthCountry{
    width: 690px;
}
.sci{
    font-size: 15px;
    font-weight:bold;
}
.blockTable{
    background: #FAFDF4;
    border: 0px solid rgb(250, 253, 244);
    padding: 2px 10px;
    margin-left: 10px;
    /* Скругленные уголки */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* Тень вокруг блока */
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}
.bText{
    font-weight:bold;
}
.bText{
    font-weight:bold;
}
#background {
    left: 0;
    top: 0;
    position: fixed;
    background: #000;
    opacity: 0.7;
    z-index: 1;
    display: none;
    height: 100%;
    width: 100%;
}
#thesis{
    border:4px solid black;
    width: 21cm;
/*    height: 29.7cm;*/
    display: none;
    z-index: 2;
    position: relative;
    background-color: #FFFFFF;
    margin:0;
}
#inThesis{
    margin: 0cm 2cm 2cm 2cm;
}
#headingThesis{
    line-height: 1; /* Одинарный межстрочный интервал */
    margin: 0;
}
#headingThesisName{
    font-size: 14pt;
    text-transform: uppercase; /* Заглавные буквы */
    font-family: Arial;
    font-weight: bold;
}
#headingThesisContent{
    font-family: "Times New Roman","Times","serif";
    font-size: 12pt;
    font-style: italic;
    text-align: center;
}
#contentThesis{
    line-height: 1; /* Одинарный межстрочный интервал */
    font-size: 12pt;
    font-family: "Times New Roman","Times","serif";
    text-indent: 1.25 cm; /* Отступ первой строки абзаца 1,25 см */
    margin: 0;
}
.classButton{
    color: #fff;
    font: bold 12px Verdana;
    background: rgb(117, 150, 241);
    border: 1px solid rgb(117, 150, 241);
    padding: 0 40px;
    /* Скругленные уголки */
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    height: 21px;
}
.classButtonDel{
    color: #fff;
    font: bold 12px Verdana;
    background: #CC3300;
    border: 1px solid #CC3300;
    padding: 0 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    height: 21px;
}