@charset "UTF-8";

/*
#
# Cristin plugin file. 
#
# @filename: cristin.css
# 
# @date: 2012-10-03
#
# @version: 0.0.2
#
# @description: CSS. 
#
*/

.single-publications h1 {
  font-size: 1.1em !important;
  padding-bottom: 10px;
}

.single-employees #content #tabs div a {
  //text-decoration: underline;
}

.single-employees #content #tabs .publink {
  text-decoration: underline;
}

.single-publications #content .single p a {
  text-decoration: underline;
}

.single-publications #content .single ul li {
  font-size: 12px;
  padding: 4px 0px;
}

.single-publications #content .single .catData ul{
  padding: 0px 10px;
}

.single-employees #content .single #tabs {
  clear: both;
}

.single-employees #content .single #tabs table {
  font-size: 0.8em;
  width: 100%;
}

.single-employees #content .single #tabs table tr > td{
  padding: 12px 0px;
}

.single-employees #content .single #tabs table tr:nth-child(2n+1) {
  background: #f0f0f0;
}

.single-employees #content .single .infotable {
  font-size: 0.8em;
}

.single-employees #content .single .infotable tr > td {
  padding: 5px 0px;
}

.single-employees #content .single .infotable tr:nth-child(2n+1) {
  background: #f0f0f0;
}

.single-employees #content .single .infotable tr td:nth-child(1) {
  font-weight: bold;
  padding-right: 10px;
}

.single-employees #content .single .infotable a {
  text-decoration: underline !important;
}


.single-employees #content .section-content .single .article img {
  margin-top: 16px !important;
}

.single-employees #content .single .body {
  padding: 20px 0px;
}


.single-publications #content .single .infotable {
  font-size: 0.8em;
  width: 100%;
}

.single-publications #content .single .infotable tr > td {
  padding: 5px 0px;
}

.single-publications #content .single .infotable tr td:nth-child(1) {
  padding-right: 10px;
  font-weight: bold;
}

.single-publications #content .single .infotable tr:nth-child(2n+1) {
  background: #f0f0f0;
}

.single-publications #content .single .infotable a {
  text-decoration: underline !important;
}

.single-publications #content .single .catData {
  display: none;
}
