/*
 Theme Name:   Atlas v2
 Description:  Atlas - Twenty Fourteen Child Theme
 Author:       Jonas Hornblad
 Template:     twentyfourteen
 Text Domain:  atlas
*/
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}



body.home .mfn-pagination,
body.home .mfn-preamble,
body.home .mfn-tags-list,
body.home .mfn-attachments,
body.home .mfn-toolbar {
    display: none;
}

body.home .mfn-title-wrapper,
h3.h3-in-tabpanel {
    font-size: 1.4em;
    font-weight: strong;
    margin-top: 0;
    line-height: 1.3;
}
body.home .mfn-title-wrapper a,
h3.h3-in-tabpanel a,
h4.h3-in-tabpanel a {
    color: #000;
}
body.home .mfn-title-wrapper {
    font-size: 1em !important;
    font-weight: 500;
    margin-bottom: 10px;
}
body.home .mfn-title-wrapper a:hover,
body.home .mfn-title-wrapper a:focus,
h3.h3-in-tabpanel a:hover,
h3.h3-in-tabpanel a:focus
{
    color: #666;
    text-decoration: none;
}
body.home .mfn-date,
.tabpanel-date {
    font-size: 0.85em;
    font-weight: strong;
    color: #999;
}
