@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&display=swap&subset=greek,greek-ext');

body {
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	margin: 0;
}

h1 {
        font-size: 24px;
        font-weight: bold;
        margin: 30px 0;
	padding: 10px;
	background-color: #ccc;
	color: #fff;
}

h2 {    
        font-size: 20px;
}

h3 {    
        font-size: 16px;
}

p.dfhg {
	top: 0px;
    	font-size: 14px;
    	position: fixed;
    	left:0;
    	right:0;
	margin: 0px;
	background: rgba(0,0,0,0.8);
    	padding: 15px;
    	box-shadow: 0px 0px 10px rgb(0, 0, 0);
    	text-align: center;
    	color: #fff;
	z-index: 14;
}

.dfhg span {
	color: #ff5959;
}

p.love {
    bottom: 0px;
    font-size: 12px;
    position: fixed;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    background: #000;
    padding: 20px;
    margin-bottom: 0px;
    box-shadow: 0px 0px 10px rgb(0, 0, 0);
    text-align: center;
    color: #fff;
    z-index: 100;
}

p.love a:visited,
p.love a:link {
    color: #fff;
}

p.love a:hover, 
p.love a:active {
    color: #d0d0d0;
}

.help {
	font-size: 14px;
	padding: 10px;
	margin: 0 auto 100px auto;
	max-width: 1200px;
	line-height: 1.5em;
}

#vision tbl {
        display: table;
	width: 100%;
}

#vision row {
        display: table-row;
        padding: 20px;
}

#vision cell,
#vision fr_n,
#vision wit,
#vision fr_t,
#vision tra,
#vision com {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
}

#vision c_g,
#vision c_l {
        display: table-cell;
        padding: 20px;
        vertical-align: middle;
        border: 2px solid #fff;
}

#vision c_g {
        background: #eee;
}

#vision s_c {
        display: table-cell;
        white-space: nowrap;
        vertical-align: middle;
	text-align: center;
}

#vision intro,
#vision nota {
        line-height: 1.5em;
}

#vision nota {
        color: #ff0202;
	cursor: default;
}

#vision fr_n {
        background: #000;
        color: #fff;
        border-top: 2px solid;
        vertical-align: middle;
        text-align: center;
	font-size: 12px;
}

#vision fr_n a{
	color:#fff; 
}

#vision .work_desc,
#vision .addendum {
        text-align: center;
        border-bottom: 1px dashed;
        border-top: 1px dashed;
        padding: 10px;
        margin: 10px 0;
}

#vision p_n {
	background: #eee;
	border-bottom: 5px solid #fff;
	color: #c0c0c0;
	font-weight: bold;
	text-align: center;
	min-width: 50px;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}

#vision p_n:hover {
	background: #ccc;
	cursor:zoom-in;
	color: #fff;
}

#vision wit {
	width: 10%;
        border: 2px solid #fff;
}

#vision fr_t,
#vision tra,
#vision com {
        width: 30%;
        border: 2px solid #fff;
}

#vision fr_t,
#vision com {
        background: #eee;
}

#vision .urn_cite {
	display: none;
        font-size: 12px;
        padding-bottom: 10px;
}

#vision .book_note {
        text-align: justify;
}

#vision {
        margin: 70px 0 200px 0;
}

#index_volumes {
        margin: 20px 20px 70px 20px;
}

#vision h1,
#vision h2,
#vision h3,
#vision h4 {
        text-align: center;
}

#vision h2,
#vision h3 {
        padding: 20px 0;
        border-bottom: 1px solid;
}

#vision h4 {
        padding: 10px;
        border: 1px solid;
}

clm div {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-rule-style: solid;
        -moz-column-rule-style: solid;
        column-rule-style: solid;
        -webkit-column-rule-width: 1px;
        -moz-column-rule-width: 1px;
        column-rule-width: 1px;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
}
.tooltip {
        display:none;
        position:absolute;
        border:1px solid #333;
        background-color:#161616;
        border-radius:5px;
        padding:10px;
        color:#fff;
        font-size:12px;
}

a {
        color: #333;
}

#index_volumes h3 {
        padding-left:20px;
}

#index_volumes h4 {
        padding-left:40px;
}

#index_volumes h5 {
        padding-left:60px;
}

#index_volumes h6 {
        padding-left:80px;
}


.highlight { 
	background-color: #ffcf00;
}


#edit_fragment {
	margin-bottom: 100px;
}


/********************/
/* Markdown         */
/********************/


.markdown {
	margin: 0 10px 100px 10px;
}

.markdown th, .markdown td {
	padding: 5px 20px;
}

.markdown th {
	white-space: nowrap;
}

/********************/
/* Scroll Top       */
/********************/

#scrollToTop {
    cursor: pointer;
    font-size: 0.9em;
    position: fixed;
    text-align: center;
    z-index: 9999;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background: #121212;
    color: #ffffff;
    border-radius: 3px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    right: 20px;
    bottom: 70px;
}

#scrollToTop:hover {
        background: #0088cc;
        color: #ffffff;
}

#scrollToTop > img {
        display: block;
        margin: 0 auto;
}

/********************/
/* tables       */
/********************/

.addendum table,
.addendum th,
.addendum td,
intro table,
intro th,
intro td,
row table,
row th,
row td,
.markdown table,
.markdown th,
.markdown td,
.help table,
.help th,
.help td {
    max-width: 100%;
    border: 1px solid #333;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 9px;
}

intro th,
intro td,
.addendum th,
.addendum td,
row th,
row td,
.markdown th,
.markdown td,
.help th,
.help td {
    padding: 2px;
    text-align: left;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    word-break: break-all;
    hyphens: auto;
}

.help table {
	margin: 40px auto;
}
.help th,
.help td,
.help caption {
    padding: 5px;
    font-size: 14px;
}

td.right {
        text-align: right;
}

td.middle {
        text-align: center;
}

#vision .concordance_table {
	display: table;
	margin: 0 auto;
}
 
/********************/
/* code       */
/********************/

pre {
	max-width: 1000px;
	margin: 2em auto;
}

.hljs {
    white-space: normal;
    text-align: left;
}
