/* Puzzle Hunt Solve Counts Page -- Styles */

body {
    background-color: black;
}

h1.topdash {
  border-top: 1px dotted #5a8;
  border-bottom: none;
  padding: 8px 0;
  margin-top: 90px;
}

h1.counts {
  padding: 8px 0;
  margin-top: 10px;
  color: #dd9;
}

iframe {
    border: 1px solid black;
}

h1.subhead {
  border-top: none;
  border-bottom: 1px dotted #5a8;
  padding: 8px 0;
}

h1.subhead i {
    color: #dd9;
}

h2 {
    color: #dd9;
    font-size: 1.4em;
    border-top:  1px dotted #5a8;
    padding-top: 4px;
}

h3 {
    margin: 0;
    color: #dd9;
    font-size: 1.9em;
}

h4 {
    margin: 0 0 12px 0;
    font-size: 0.8em;
}

h4 i {
    color: #dd9;
}

a {
    color: #6ab;
}

p {
    margin: 10px 0px;
}
.spacer {
    min-height: 20px;
}
.date {
    font-size: 120%;
    font-weight: bold;
}

.solv {
    color: white;
    padding: 4px;
}

.desc {
    v-align: top;
}

/* Summary Table */
#summary-wrapper {
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    /* align-items: center; */
    margin: 0 10px;
    background-color: #112;
    padding: 4px;
}

#flavour img {
    margin: 0 20px;
    padding: 40px 2px;
    width: 200px;
/*    box-shadow: 0 0 15px 10px #445; */
}
#3b464c
#summary-table {
    margin: 8px 10px;
    padding: 4px;
}

#summary-table ul {
    display: flex;
    margin: 0;
    padding: 4px;
}

#summary-table li {
    display: block;
    margin: 2px;
    padding: 0;
}


/* set summary table column widths here... */
#summary-table li:nth-child(1) {
    width: 40px;
    text-align: right;
    padding: 0 12px 0 0;
}
#summary-table li:nth-child(2) {
    width: 140px;
}
#summary-table li:nth-child(3) {
    width: 130px;
    text-align: right;
}
#summary-table li:nth-child(4) {
    width: 120px;
    text-align: right;
}
#summary-table li:nth-child(5) {
    width: 40px;
    text-align: right;
}
#summary-table li:nth-child(5) img {
    width: 20px;
}
.yt-grey {
    opacity: 0.2;
}

.multicol {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.multicol > div {
    margin: 20px;
    /*border: 1px dashed goldenrod;*/
}

.img-link {
    width: 200px;
    height: 200px;
    cursor: pointer;
}

#title img {
    clear: both;
}

#splash img {
    float: right;
    margin: 20px;
}

.quote {
    font-size: 70%;
    font-style: italic;
    color: #4ba;
}

.runes {
    font-size: 3em;
    font-style: italic;
    color: #154;
    padding-left: 40px;
}

li.author {
	font-size: 12px;
	color: #555555;
 }
span.author {
 	color: #5485b1;
}

.section {
    margin-top: 20px;
    color: royalblue;
}
