.newtimeline {
  border-left: solid #0A2852;
}

.newtimeline ul li::before {
    left: (((@date * 0.6) + @spacing + @line + @dot + (@dotborder * 2)) * 1.5) * -1;
    content: attr(data-date);
}

.newevent {
  border-bottom: 1px solid #CCCCCC;
}

.newevent:last-of-type {
    border-bottom: none;
  }

/*pub install*/
td.pubInstallTable {
  width: 45%;
}

/*Entry page styling with dropdowns*/
details {
    padding: .5em .5em 0;
}

details[open] {
  border-bottom: 1px solid #aaa;
  padding: .5 em;
}

details summary {
    border-bottom: 1px solid #aaa;
    margin: -.5em -.5em 0;
    padding: .5em;
    cursor: pointer;
}

details > summary {
    list-style: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

details summary:focus {
	outline: none;
}

details summary:hover {
  font-weight: bold;
}

details[open] > summary {
    font-weight: bold;
}

details[open] summary {
    margin-bottom: .5em;
}

/*Entry page citation drop down styling*/
.citation details {
  border-bottom: none;
  background-color: #e7e7e7;
  padding: 1rem;
  border-radius: .5rem;
}

.citation details summary {
    background-color: #e7e7e7;
    font-style: italic;
}

.citation details summary:hover {
    font-weight: bold;
}

.citation details[open] summary {
    font-weight: bold;
}

.citation div {
  z-index: 4002;
}

mark {
  background-color: black;
}
