#konkurs #konkurs-table {
    max-width     : 98%;
    font-size     : .7em;
    margin-bottom : 2em;
}

#konkurs #button-speciality-clear {
    cursor : pointer;
}

#konkurs-table td {
    border : 1px solid steelblue;
}

#konkurs-table thead {
    position         : sticky;
    top              : 0;
    background-color : ghostwhite;
}

#konkurs-table caption {
    caption-side : top;
}

#konkurs-table thead td {
    font-weight : bold;
    text-align  : center;
}

#konkurs-table > tbody > tr {
    height : 3em;
}

#konkurs-table .GovernanceName {
    text-align     : center;
    font-weigth    : bold;
    text-transform : uppercase;
    font-size      : 1.2rem;
    max-width      : 60rem;
    margin         : .2em auto;
    color          : darkblue;
}

#konkurs-table .RegionName {
    width : 12em;
}

#konkurs-table .UniversityName {
    min-width : 20em;
}

#konkurs-table .QualificationName {
    width       : 3em;
    text-align  : center;
    font-weight : bold;
}

#konkurs-table .QualificationName.Qualification1 {
    color : blue;
}

#konkurs-table .QualificationName.Qualification2 {
    color : orangered;
}

#konkurs-table .SpecialityName {
    min-width : 12em;
}

#konkurs-table .SpecializationName {
    color : steelblue;
}

#konkurs-table .EducationBaseName {
    width       : 4em;
    text-align  : center;
    font-weight : bold;
}

#konkurs-table .EducationFormName {
    width       : 3em;
    text-align  : center;
    font-weight : bold;
}

#konkurs-table .EducationFormName.EducationForm1 {
    color : forestgreen;
}

#konkurs-table .EducationFormName.EducationForm2 {
    color : darkgoldenrod;
}

#konkurs-table .requests {
    width      : 6em;
    max-width  : 6em;
    text-align : center;
}

#konkurs-table .orders {
    width      : 7em;
    max-width  : 7em;
    text-align : center;
}

#konkurs-table .balls {
    width      : 5em;
    max-width  : 5em;
    text-align : center;
}

#konkurs-table .recommended {
    width      : 9em;
    max-width  : 9em;
    text-align : center;
}

#konkurs-table > tbody > tr > td:empty {
    background-color : #dddddd;
}