
/* -------------------------------------------------------------------------- */

/**
 * @author Martin Svoboda <martin.svoboda@matfyz.cuni.cz>
 * @copyright Charles University, Faculty of Mathematics and Physics
 */

/* -------------------------------------------------------------------------- */

div#content div.block-department-info-members h2 {
    font-size: 30px;
}

div#content div.block-department-info-members ul {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: normal;
}

div#content div.block-department-info-members ul li {
    display: inline-block;
    padding: 5px 10px;
}

/* -------------------------------------------------------------------------- */

div#content div.box-department-texts {
    display: inline-block;
    width: 900px;
}

div#content div.box-department-texts p {
    padding: 5px 0px;
    font-size: 20px;
}

/* -------------------------------------------------------------------------- */

div#content div.box-person-portrait {
    width: 315px; /* local 275px | mff 315px */
    text-align: center;
}

div#content div.box-person-portrait-full {
    min-height: 34em; /* local 31em | mff 34em */
}
div#content div.box-person-portrait-simple {
    min-height: 12.25em; /* local 8em | mff 12.25em */
}
div#content div.box-person-portrait-medium {
    min-height: 25.50em;
}
div#content div.box-person-portrait-extended {
    min-height: 29.50em; /* local 27em | mff 29.50em */
}

div#content div.box-person-portrait:hover {
    background-color: #EEECE1; /* #E8F3D8 */
}

div#content div.box-person-portrait h3 {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
}
div#content div.box-person-portrait h3 a:link, div#content div.box-person-portrait h3 a:visited {
    color: #000000;
}
div#content div.box-person-portrait h3 a:hover, div#content div.box-person-portrait h3 a:active {
    color: #A21F16;
}

div#content div.box-person-portrait h3 span.degrees {
    font-size: 12px;
    font-weight: normal;
}

div#content div.box-person-portrait div.email, div#content div.box-person-portrait div.web, div#content div.box-person-portrait div.phone, div#content div.box-person-portrait div.office {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div#content div.box-person-portrait div.separator {
    margin-top: 10px;
}
div#content div.box-person-portrait h3.separator {
    margin-top: 10px;
}

div#content div.box-person-portrait div.photo {
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
}

div#content div.box-person-portrait div.photo img {
    width: 200px;
    height: 250px;
    border: 1px solid #DDD9C4;
    border-radius: 5px; /* 10px */
}

div#content div.box-person-portrait div.keywords {
    margin-top: 10px;
}

/* -------------------------------------------------------------------------- */

div#content div.box-department-card {
    width: 675px;
}

div#content div.box-department-card:hover {
    background-color: #EEECE1; /* #E8F3D8 */
}

div#content div.box-department-card h3 {
    margin: 0px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 24px;
}
div#content div.box-department-card h3 a:link, div#content div.box-department-card h3 a:visited {
    color: #000000;
}
div#content div.box-department-card h3 a:hover, div#content div.box-department-card h3 a:active {
    color: #A21F16;
}

div#content div.box-department-card div.functions {
    margin: 25px 0px 0px 0px;
}

div#content div.box-department-card div.function {
    margin: 10px 0px 10px 40px;
}

div#content div.box-department-card p {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
div#content div.box-department-card p.type {
    width: 230px;
}
div#content div.box-department-card p.person a {
    font-size: 20px;
    font-weight: bold;
}

div#content div.box-department-card p.person a span.degrees {
    font-size: 16px;
    font-weight: normal;
}

/* -------------------------------------------------------------------------- */
