.postid-8118859 {font-family: 'Rubik', sans-serif; font-weight: 300;} /* Deciphering Jewish Gravestones */
.rubik300 { font-family: 'Rubik', sans-serif; font-weight: 300; }

/* Main Column Width */

.entry-header,
.entry-content,
.entry-summary,
.entry-meta { margin: 0 auto; max-width: 900px; width: 100%; }

/* Link Underlining */

.entry-content a:link { box-shadow: 0px -4px 0px 0px #4ddbff inset; -webkit-transition: background .15s cubic-bezier(.33,.66,.66,1); transition: background .15s cubic-bezier(.33,.66,.66,1);} 

.entry-content a:active,a:hover { text-decoration: none; }

/* Justify Post Content */

.entry-summary, .entry-content{
text-align:justify;
}

/* Changes the site font */

body {
color: #000;
font-family: raleway, sans-serif;
font-weight: 400;
line-height: 1.625;
}

/* Reduces the space between nav menu items to allow more of them */

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 30px 0 0;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 15px;
	text-decoration: none;
}

/* Tooltip */

.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

/* Remove the top image from blog posts */

.entry-thumbnail { display:none; }

.single-featured-image-header {
display: none !important;
}

/* Allow larger text in specific columns in the Table Block */
.large-col1 td:nth-child(1) { font-size: 160%; }
.large-col2 td:nth-child(2) { font-size: 160%; }
.large-col3 td:nth-child(3) { font-size: 160%; }
.large-col4 td:nth-child(4) { font-size: 160%; }
.large-col5 td:nth-child(5) { font-size: 160%; }
.large-col6 td:nth-child(6) { font-size: 160%; }

.med-col1 td:nth-child(1) { font-size: 130%; }
.med-col2 td:nth-child(2) { font-size: 130%; }
.med-col3 td:nth-child(3) { font-size: 130%; }
.med-col4 td:nth-child(4) { font-size: 130%; }
.med-col5 td:nth-child(5) { font-size: 130%; }
.med-col6 td:nth-child(6) { font-size: 130%; }
.med-col7 td:nth-child(7) { font-size: 130%; }
.med-col8 td:nth-child(8) { font-size: 130%; }
.med-col9 td:nth-child(9) { font-size: 130%; }
.med-col10 td:nth-child(10) { font-size: 130%; }
.med-col11 td:nth-child(11) { font-size: 130%; }
.med-col12 td:nth-child(12) { font-size: 130%; }
.med-col13 td:nth-child(13) { font-size: 130%; }
