/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/**
 * Red: #FC0014
 * Gold: #FEFCC7
 * Gray: #777777
 */

/**
 * H styles to deal with
 * Book/main news titles (h2)
 * Block titles (h2.block)
 * Smaller node titles for events (h3)
 * Tiny node titles for pinata block (h4)
 */

/** elements **/
a {
  text-decoration: none;
  color: #FC0014;
}

a:hover {
  text-decoration: underline;
}

h3 {
  font-size: 110%;
}

h3.kl {
  font-size: 133%;
}

h4, a.more-link {
  font-size: .85em;
  color: #FC0014;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  margin-bottom: 0em;
  margin-top: 0em;
}

h4 a {
  color: #FC0014;
}

/* Plain black title */
h6 a {
  color: #000;
}

table td {
  vertical-align: top;
}

tbody {
  border-top: 0px solid #fff;
}

p {
  margin-top: 0em;
}

input {
  background-color: #E0E0E1;
  border: 1px solid #ADAEB0;
  padding: 2px 3px;
  line-height: 2em;
}

input.btn {
  margin-left: 3px;
}


.mceEditorIframe body {
  background-color: #fff;
  background-image: none;
}

/** general text styles **/
a.strong {
  font-weight: bold;
  color: #FC0014;
}

.intro {
  color: #777777;
  margin-top: 1em;
  line-height: 1.4em;
}

.subtitle,
.subtitle a {
  color: #777777;
}

.subtitle {
  font-size: 85%;
}

.body {
  font-size: 85%;
  color: #000;
}

ul.plain li {
  list-style-type: none;
}

ul.plain li a {
  color: #000;
  font-weight: bold;
}

.quote {
  font-size: 85%;
}

.quote p {
  margin-bottom: 0em;
}

.citation {
  font-weight: bold;
  font-style: italic;
  font-size: 85%;
}

.red {
  color: #FC0014;
}

.black {
  color: #000;
}

.center, center * {
  text-align: center;
}

/** body **/
  body
  {
    margin: 0;
    background: white url(images/bg_body.jpg) repeat scroll top left;
    font-family: "Times New Roman", serif;
    font-size: .85em;
  }

  #page
  {
  }

  #page-inner
  {
  }

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
/*    background: transparent url(images/corner_trans_bl.gif) no-repeat scroll bottom left;
*/  }

  #main-inner
  {
/*    background: white url(images/corner_trans_br.gif) no-repeat scroll bottom right;
*/  }

/** content **/
  #content
  {
    background-color: #fff;
  }

  .two-sidebars #content {
    background-color: #FEFCC7;
    margin-bottom: -40px;
  }

  #content-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2,
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h2.title a,
  h3.title, /* Comment title */
  h3.title a
  {
    margin: 0;
    color: #FC0014;
    font-weight: normal;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
    background: transparent url(images/menu_banner.png) no-repeat top center;
    text-align: center;
  }
  
  #navbar ul.primary-links li {
    position: relative;
    list-style-type: none;
  }
  
  #navbar ul.primary-links li a {
    color: #fff;
    text-decoration: none;
    font-size: .85em;
  }

  ul#pinata-drop-down {
    display: none;
    font-size: .9em;
    position: absolute;
    top: 30px;
    width: 220px;
    padding: 1em;
    background-color: #D22F2A;
    text-align: left;
    line-height: 1.2em;
    text-transform: none;
  }
  
  #navbar ul.primary-links li:hover ul#pinata-drop-down {
    display: block;
  }
  
  ul#pinata-drop-down li {
    float: none;
    padding: .3em 0em;
  }
  
  ul#pinata-drop-down li a {
    
    background-color: #D22F2A;
  }
  
  ul#pinata-drop-down li {
    display: block;
  }
  
  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
    text-transform: uppercase;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
/*    background-color: #fff;
*/  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
/*    background-color: #fff;
*/  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
    text-align: center;
    font-size: 80%;
    padding: 2em 0em 5em 0em;
    font-family: Arial, Helvetica, sans-serif;
  }

  #footer-inner
  {
  }

  #footer .block {
    background-color: transparent;
    padding: 0px;
  }
  
  #footer ul.menu {
    color: #fff;
    padding: 0em;
    margin: 0em;
  }
  
  #footer ul.menu, #footer p {
    text-align: center;
    margin-bottom: .5em;
  }

  #footer ul.menu li {
    margin: 0em;
    padding: 0em;
    display: inline;
  }

  #footer ul.menu li a {
    color: #fff;
    font-weight: bold;
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
    margin-bottom: 1em;
  }

  .node-type-podcast .play-button {
    float: left;
    width: 50px;
    text-align: center;
  }

  .node-type-podcast .content,
  .section-podcasts h2.title {
    margin-left: 50px;
    margin-bottom: 1.5em;
  }

  .node-type-podcast h3 {
    margin-bottom: .5em;
  }

/* Video nodes/views */

  a.video-title,
  .view-video .views-field-title a,
  .view-jacobus .views-field-title a {
    font-size: 85%;
    color: #000;
    margin-bottom: 1em;
  }
  
  .view-video .views-field-title,
  .view-jacobus .views-field-title {
    text-align: center;
  }
  
  .views-field-field-video-embed-1 {
    text-align: center;
  }

  .node h2.title /* Node title */
  {
    font-weight: normal;
    margin-bottom: .75em;
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

.field-field-publisher {
  font-size: .85em;
  margin-top: -1.5em;
}

/** NODE TYPES **/
.node-type-comedy-thing {
  clear: both;
  margin-bottom: 1em;
  position: relative;
}

.icon {
  float: left;
  width: 70px;
}

.node-type-comedy-thing .content {
  margin-left: 80px;
}

.node-type-comedy-thing .content p {
  margin-bottom:  0em;
}

.node-type-book {
  margin-bottom: 2em;
  clear: both;
}

.node-type-book h2.title {
  margin-bottom: 0em;
}

.node-type-book .cover {
  float: left;
  width: 218px;
  text-align: center;
}

.node-type-book .content {
  margin-left: 218px;
}

.node-type-book.node-teaser .content {
  margin-left: 0px;
}

.node-type-book .buy-book {
  position: relative;
}

.node-type-book .buy-book:hover .book-buy-links {
  display: block;
}

.node-type-book .book-buy-links {
  display: none;
  width: 300px;
  border: 2px solid #777777;
  position: absolute;
  left: 115px;
  top: -25px;
  padding: .5em .5em 0em .5em;
  background-color: #fff;
  z-index: 10;
}

.node-type-book .book-buy-links fieldset {
  border-width: 0px;
}

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Rounded corners **/
.corner-tl {
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent url(images/corner_tl.gif) no-repeat scroll top left;
  width: 14px;
  height: 14px;
}

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    position: relative;
    padding: 39px;
    background-color: #fff;
  }
  
  #sidebar-right .block {
    padding: 30px;
    margin-top: -1px;
  }


  #sidebar-right .region-count-1,
  #sidebar-left .region-count-1 {
    padding-top: 60px;
    margin-top: 0px;
  }
  
  .block.yellow {
    background-color: #FEFCC7;
  }
  
  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }
  
  /** Evil rounded corners **/
  .rounded-br {
    -moz-border-radius-bottomright:3ex;
    -webkit-border-bottom-right-radius:3ex;
  }
  .rounded-bl {
    -moz-border-radius-bottomleft:3ex;
    -webkit-border-bottom-left-radius:3ex;
  }
  .rounded-tr {
    -moz-border-radius-topright:3ex;
    -webkit-border-top-right-radius:3ex;
  }
  .rounded-tl {
    -moz-border-radius-topleft:3ex;
    -webkit-border-top-left-radius:3ex;
  }
  
  h1.title,
  h2.block-title /* Block title */
  {
    font-size: .85em;
    font-color: #FC0014;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  
  .block-description {
    float: right;
    font-size: .85em;
    margin-bottom: .5em;
  }
  
  #block-views-books-block_1 {
    color: #777777;
    padding-bottom: 0em;
    margin-bottom: 0em;
  }
  
  #block-block-5 {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    width: 150px;
  }
  
  
  #block-block-11 {
    text-align: center;
    
  }
  
  #block-kasperhauser_custom-0 .block-title,
  #block-views-video-block_1 .block-title,
  #block-views-podcast-block_1 .block-title {
    margin-bottom: .5em;
  }
  
  body.front #emvideo-youtube-flash-wrapper-1 {
    height: 205px;
    margin-top: .5em;
  }
  
  .audio-player {
    height: 42px;
    margin-top: .5em;
  }
  
  /** Press block for about page **/
  #block-block-4,
  #block-block-6 {
    padding-top: 0px;
    background: #FEFCC7;
    -moz-border-radius-bottomleft:3ex;
    -webkit-border-bottom-left-radius:3ex;
    margin-right: -20px;
  }
  
  #block-block-6 {
    padding-top: 39px;
    -moz-border-radius-topleft:3ex;
    -webkit-border-top-left-radius:3ex;
  }
  
  #block-views-books-block_1 h2.block-title {
    background: white url(images/icon_crown.gif) no-repeat top center;
    float: left;
    vertical-align: bottom;
    padding-top: 20px;
    margin-top: -20px;
  }
  
  #block-views-Press-block_1 {
    background-color: #FEFCC7;
    -moz-border-radius-bottomleft:3ex;
    -webkit-border-bottom-left-radius:3ex;
  }
  
  #block-views-Press-block_1 a {
    color: #000;
  }
  
  .block .content /* Block's content wrapper */
  {
  }


  #block-block-1 /* First administrator-defined block */
  {
  }


  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

.blogroll a {
  display: block;
  color: #000;
  font-size: .9em;
  font-weight: bold;
}

/** Mystery animals **/
#dog {
  display: block;
  margin-top: 50px;
  margin-left: 120px;
}

#horse {
  float: right;
  margin-top: -170px;
  margin-right: -160px;
}

#matador {
  float: right;
  margin-top: -100px;
  margin-right: -160px;
}

#dolphin {
  display: block;
  margin-top: 215px;
}

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  #navbar ul.primary-links li a.active,
  #navbar ul.primary-links li a:hover /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

/** Specific pages **/

body.page-about #sidebar-right .block .content {
  font-size: 85%;
}

table.photo-blurbs {
  margin-top: 4em;
}

table.photo-blurbs td.photo {
  width: 109px;
  text-align: center;
}

.block-views a.more-link {
  display: block;
  float: right;
  white-space: nowrap;
}

body.page-videos .panel-col-first,
body.node-type-video .panel-col-first {
  width: 115px;
  text-align: center;
}

body.page-videos .panel-col-last,
body.node-type-video .panel-col-last {
  width: 170px;
  text-align: center;
  padding-top: 85px;
}

body.page-videos .panel-col,
body.node-type-video .panel-col,
#jacobus .panel-col {
  width: 590px;
}

.view-frontpage .view-footer {
  float: left;
}

.view-frontpage .feed-icons, .feed-icon {
  float: right;
}

body.page-videos .panel-col .views-field-title,
body.page-videos-jacobus .panel-col .views-field-title,
body.node-type-video .panel-col .views-field-title {
  font-size: 1.5em;
}

body.page-videos .panel-col .views-field-title,
body.page-videos-jacobus .panel-col .views-field-title,
body.node-type-video h2.title {
  display: block;
  text-align: center;
  line-height: 3em;
  color: #000;
}

body.page-press #content-inner,
body.page-blog #content-inner {
  padding-right: 260px;
}

/** Jacobus **/

body.jacobus #content,
body.page-videos-jacobus #content {
  background: transparent url(images/Jacobus/Jacobus_Paper_Background.jpg) repeat scroll top left;
}

body.jacobus h1.title,
body.page-videos-jacobus h1.title {
  display: none;
}

body.jacobus #block-block-14 {
  background-color: inherit;
  text-align: center;
}

#jacobus .panel-col-first {
  width: 138px;
}

#jacobus .panel-col {
  text-align: center;
}

#jacobus .panel-col-last {
  width: 150px;
  text-align: center;
  padding-top: 0px;
}

#jacobus .panel-col-last  p {
  margin-top: 2em;
}

#jacobus .panel-col-last  h3 {
  margin-top: 0em;
}