body {
    background-color:#FFFFFF;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 18px;
}

.jumbotron, #contactbox {
    background-color:#d2eaf9;
}

p.footerbox {
    color:#CCCCCC;
}

p.footerbox a:link {
    color: #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
    text-decoration: none;
}

p.footerbox a:visited {
    color: #CCCCCC;
}

p.footerbox a:active {
    color: #CCCCCC;
}


h1,h2,h3,dt {
    font-family: 'Calibri Light', Helvetica, sans-serif;
}

.card-title {
    font-weight: bold;
}

.card-subtitle::before {
  content: "with ";
}

/*h1 {
    color: #660000;
}*/
h2 {
    color: #122757;
}
h3 {
    color: #324777;
}
 
/*a { 
    font-weight: bold; 
}*/
/*
a:link { 
    color: #3366FF;
}
*/
a:visited { 
    color: #339999; 
}
/*
a:active {
    color: #FF0000;
}
*/

pre,code {
    background: none;
    font-family: 'Inconsolata', monospace;
}

/*
a[href $='.pdf'] { 
   padding-right: 16px;
   background: transparent url(pdf.gif) no-repeat center right;
}
*/


/*
  dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    color: green;
  }

*/


#current-service dd {
    margin-inline-start: 40px;
}

#current-service dt:after {
    content: "";
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

.dl-horizontal dd:before,
.dl-horizontal dd:after, {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

  dt:after {
    content: ":";
  }

  #pubs dt:after {
    content: "";
  }

  /*
  dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
  }
 */

  /* FOR BIB-BASE */
.bibbase_group {
  background-color: #E9E7BA;
}

span.bibbase_icon_text {
  display: inline;
}

.nav-pills > li.dropdown > a:hover,
.nav-pills > li.dropdown > a:focus
{
  background-color: #E9E7BA;
}

.list-inline{display:block; margin-left:15px; }
.list-inline li{display:inline-block; padding-left:0; padding-right:0; }
.list-inline li:not(:last-child):after{content:'\25AA'; color:#668800; margin-left:15px; margin-right:10px; }

#jumbotron a:link {
    color: #000000;
    border-bottom: 1px dotted #000;
    text-decoration: none;
}

#jumbotron a:visited {
    color: #000000;
}

#jumbotron a:active {
    color: #000000;
}

.btn-success {
    border-color: #122757;
    background-color: #122757;
    color: #FFFFFF;
    margin-top: 4pt;
}
