/*


STUDENT.CSS


*/



/* company profile */
div.company_profile {
    text-align: left;
}

div.company_profile h2.company {
    font-size: 20px;
    font-weight: bold;
    color: #4a78d8;
}

div.company_profile h3.sub {
    color: #474747;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 15px;
}

div.company_profile img.kununu_rating_bar {
    font-weight: normal;
    position: relative;
    top: -3px;
}


div.company_profile p { line-height: 18px; }
/*
div.company_profile p.description {
    padding-bottom: 50px;
}*/

div.company_profile div.right {
    float: right;
    width: 450px;
    text-align: left;
}

div.company_profile div.left {
    float: left;
    margin-bottom: 25px;
    width: 430px;
    text-align: left;
    overflow: hidden;
    clear: left;
}

div.company_profile p.left {
    padding-bottom: 25px;
}

div.company_profile table.grey {
    width: 100%;
    text-align: left;
}

table.grey td {
    height: 27px;
    background-color: #f0f0f0;
    padding-left: 7px;
    border-bottom: 3px solid #ffffff;
}

table.grey th {
    height: 27px;
    width: 150px;
    background-color: #f0f0f0;
    padding-left: 7px;
    line-height: 27px;
    border-bottom: 3px solid #ffffff;
}

table.grey th.dyn { width: 35px; }
table.grey th.border { border-left: 3px solid #ffffff; }


table.grey td.small {
    width: 270px;
    height: 27px;
    background-color: #f0f0f0;
}

/* company profile */
div.company_profile td.specialisation {
    background-image: url(../img/site/arrow_grey.gif);
    background-repeat: no-repeat;
    background-position: 13px 50%;
    padding-left: 25px;
    height: 30px;
    font-weight: bold;
}

div.company_profile div.logo {
    float: right;
    margin-bottom: 20px;
    margin-top: -17px;
    margin-left: 20px;
}























/*

COMPANY.CSS


*/


/* company profile */
div.company_profile {
    text-align: left;
}
/* company profile */
div.company_profile td.specialisation {
    background-image: url(../img/site/arrow_grey.gif);
    background-repeat: no-repeat;
    background-position: 13px 50%;
    padding-left: 25px;
    height: 30px;
    font-weight: bold;
}

div.company_profile div.logo {
    float: right;
    margin-bottom: 20px;
    margin-top: -17px;
    margin-left: 20px;
}
div.company_profile h2.company {
    font-size: 20px;
    font-weight: bold;
    color: #4a78d8;
}

div.company_profile h3.sub {
    color: #474747;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 15px;
}



div.company_profile p { line-height: 18px; }

div.company_profile p.description {
    padding-bottom: 50px;
}

div.company_profile div.right {
    float: right;
    width: 450px;
    text-align: left;
}


div.company_profile img.kununu_rating_bar {
    font-weight: normal;
    position: relative;
    top: -3px;
}

div.company_profile div.left {
    clear: left;
    float: left;
    margin-bottom: 25px;
    width: 430px;
    text-align: left;
}

div.company_profile p.left {
    padding-bottom: 25px;
}

div.company_profile table.grey {
    width: 100%;
    text-align: left;
}

table.grey td {
    height: 28px;
    background-color: #f0f0f0;
    padding-left: 7px;
    border-bottom: 3px solid #ffffff;
}

table.grey th {
    height: 28px;
    width: 150px;
    background-color: #f0f0f0;
    padding-left: 7px;
    line-height: 28px;
    border-bottom: 3px solid #ffffff;
}

table.grey th.dyn { width: 35px; }
table.grey th.border { border-left: 3px solid #ffffff; }


table.grey td.small {
    width: 270px;
    height: 28px;
    background-color: #f0f0f0;
}








td.specialisation .specialisation {
    width: 405px;
}

td.specialisation .specialisation span {
    width: 390px;
}



/* company_profile/functions */
div.special_actions {
    float: right;
}

div.special_actions a { background-position: bottom left; }

div.special_actions a.print {
    font-size: 14px;
    color: #767676;
    font-weight: normal;
    margin-bottom: 9px;
    background-image: url(../img/site/icons/print.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin-right: 20px;
    float: left;
}

div.special_actions a.pdf {
    font-size: 14px;
    color: #767676;
    font-weight: normal;
    margin-bottom: 9px;
    background-image: url(../img/site/icons/pdf.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
}

div.special_actions a.edit {
    font-size: 14px;
    color: #767676;
    font-weight: normal;
    margin-bottom: 9px;
    background-image: url(../img/site/icons/edit.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    margin-right: 20px;
}
