@import url(../font/noto/noto.css);
body {
    //font-family: 'Noto Sans', sans-serif;
    font-family: "Helvetica Neue", Helvetica,Arial,sans-serif;
    font-size: 1em;

}
.year {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    background: red;
    color: white;
}
.full-width {
    max-width:1000px;
    margin:0 auto;
    background-color:#CFCFC4;
    border-left:1px solid #85857e;
    border-right:1px solid #85857e;
    border-top:1px solid #85857e;
}

#head {
    background-color: #fff;
    height: 78px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    max-width:1000px;
    margin: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}
#footer {
    text-align: center;
    max-width:1000px;
    margin-bottom: 16px;
    font-size: 90%;
}
.container {
    width: 1000px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
h1, h2, h3 {
    padding:20px;
}
h1 {
    font-size:200%;
    color:#c23b22;    
}
h2 {
    padding:10px;
    font-size:110%;
}
h3 {
    padding: 0;
}
a {
    color: black;
}
.active h3 {
    font-size: 1.1em;
}
h4 {
    padding:10px;
    font-size:100%;
    color:#c23b22;
}
p {
    padding-left:10px;
}
.section {
    font-size: 90%;
}
.center {
    text-align: center;
}
#timeline a {
    padding-right: 4px;
}

.timeline-content h3:hover {
    cursor: pointer;
}
.details {
    transition: opacity 1s;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}
.details.active {
    opacity: 1;
    height: auto;
    padding-bottom: 10px;
}

.details h4 {
    padding: 0px;
    padding-bottom: 10px;
    font-size: 100%;
    //font-weight: bold;
}
.details .section {
    padding: 8px;
    padding-left: 0px;
}
.details ul {
    margin: 0;
    padding-left: 18px;
}
.details li {
    padding-bottom: 4px;

}

.event {
    background-color:#efe !important;
}

.leak {
    background-color:#fee !important;
}

.session {
    background-color:#eef !important;
}

.timeline-icon-text {
    font-weight: bold;
}

blockquote {
    padding: 8px;
    font-style: italic;
    white-space: pre;
}
input::-webkit-calendar-picker-indicator {
      display: none;
}

.protocols {
    margin-left: -24px !important;
    clear: both;
}
.protocols li {
    margin-left: 24px;
    float: left;
}

.tags {
    //list-style: none;
}

.tags li {
    margin-left: 24px;
    float: left;
}

.section {
    clear: both;
}

.summary {
    clear: none;
    text-align: justify;
}

.image {
    padding: 8px 8px 0 0;
    float: left;
    max-width: 320px;
}

#logo {
    float:left;
    padding: 4px;
    padding-top: 8px;
}
#logo:hover {
    cursor: pointer;
}
#logo span {
    margin-left: 4px;
}
#logo div {
    padding: 2px;
}

#logo, #logo td {
    font-weight: bold;
    font-size: 18px;
}
#logo table {
    border: 0;
    padding: 0;
    margin: 0;
    border-collapse:collapse;
}
#logo td {
    padding: 2px;
}
#logo .black {
    background-color: black;
    color: black;
}
#logo .white {
    color: white;
    background: white;
    opacity: 0;
}

#logo_2,
#logo_3
{
    transition-property: margin-top;
    transition-duration: 1s;
}
#logo_url {
    display: none;
}

#page {
    width: 100%;
    max-width:1000px;
    text-align: justify;
    line-height: 1.4em;
    margin: auto;
    margin-top: 110px;
}
#page > div {
    padding: 4px;
}

#page p {
    padding-bottom: 1em;
}
#page li {
    padding-bottom: 4px;
}
#page h2 {
    font-weight: 400;
    font-size: 1.5em;
}

#select {
    padding-top: 8px;
    text-align: right;
    width: 680px;
    position: absolute;
    right: 5px;
    z-index: 100;
    line-height: 1.25em;
    font-size: 90%;
}

#select a {
    padding-right: 4px;
    text-decoration: underline;
}
#select a:hover {
    cursor: pointer;
}
.black {
    background: black;
}

#select input[type=text] {
    width: 320px;
    background: #eee;
    border: 1px;
    padding: 4px;
    margin-bottom: 4px;
    height: 22px;
}
#select input[type=button] {
    height: 22px;
}

#noresults {
    padding-top: 240px;
    text-align: center;
    max-width:1000px;
    height: 400px;
}
