#conseriestable table, #conseriestable th, #conseriestable td{
    padding: .35rem;
    line-height: 1.05;
    border-style: hidden;
    vertical-align: top;
    font-size: smaller;
}

#conseriestable tr:nth-child(even) {
  background-color: #f4f4f4;
}

#conpagetable table, #conpagetable th, #conpagetable td, #conpagetable li, #conpagetable ul{
    padding: 0.08rem;
    line-height: 1.1;
    border-style: hidden;
    vertical-align: top;
    font-size: smaller
}

#conmaintable table, #conmaintable th, #conmaintable td, #conmaintable li, #conmaintable ul{
    padding: .35rem;
    line-height: 1.05;
    background-color: #d1f1d0;
    border-style: hidden;
    vertical-align: top;
    float: left;
    font-size: smaller
}

#conmaintable row, #conmaintable col, #conmaintable col-md-9, #conmaintable col-md-3, #conmaintable col-md-8, #conmaintable col-md-2 {
    border-style: hidden
}

#considecolophon li, #considecolophon button, button {
	margin-bottom: 8px;
    border-radius: 2px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    box-sizing: border-box;
}

#randomtext {
    line-height: 1.1;
    font-size: smaller;
}

.narrowLeft {
    max-width: 650px;
    margin-left: 10px
}

a {
  color: #1a0dab;
  background-color: transparent;
}

/*conmaintable a:link,*/ a:link {
  color: #100dab;
  background-color: transparent;
}

a:visited {
  color: #8800bb;
  background-color: transparent;
  text-decoration: line-through;
}

a:hover {
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: red; /*#660099;*/
  background-color: transparent;
}