/*
CTC Separate Stylesheet
Updated: 2018-03-24 20:33:19
*/

* {
    font-size: 1.1em;
    line-height: 1.5;
}

a:hover {
    text-decoration: underline;
}

#content ul a {
    color: #05A9C5;
}

#content ul a:hover {
    text-decoration: underline;
}

/* For some reason the theme's CSS makes the h1.entry-header smaller than h2
or h3. */
.entry-content h2 {
    font-size: 21px;
}

.entry-content h3 {
    font-size: 18px;
}

.entry-content h4 {
    font-size: 15px;
}

/* Otherwise footer content is only 1/3 wide. However, I'm not sure
this will work if we add multiple footer "sidebar" widgets. */
#colophon .widget {
    width: auto;
}

div.sponsor-container img {
    max-width: 300px;
}

aside div.cr3_sponsor_image img {
    display: block;
}

aside.widget {
    clear: both;
}

div.schedule-container {
    display: none;
    overflow: scroll;
}

table.schedule {
    border-collapse: collapse;
}

table.schedule th {
    border: 1px solid #333;
    background-color: #111;
    color: white;
    font-size: 100%;
    font-weight: bold;
    padding: 0.2em 0.5em;
    text-transform: none;
}

table.schedule td {
    border: 1px solid #333;
    padding: 0.2em 0.5em
}

table.schedule td a {
    color: #222;
}

table.schedule .time {
    width: 12%;
}

table.schedule .plenary {
    background-color: transparent;
    text-align: center;
}

table.schedule .break {
    background-color: #ddd;
    color: black;
    text-align: center;
}

table.schedule .col-1-of-4 {
    background-color: #eee;
    width: 22%;
}

table.schedule .col-2-of-4 {
    background-color: #f7f6cf;
    color: white;
    width: 22%;
}

table.schedule .col-3-of-4 {
    background-color: #e0fce8;
    width: 22%;
}

table.schedule .col-4-of-4 {
    background-color: #edfffe;
    width: 22%;
}

table.schedule .col-1-of-5 {
    background-color: #eee;
    width: 17.6%;
}

table.schedule .col-2-of-5 {
    background-color: #f7f6cf;
    color: white;
    width: 17.6%;
}

table.schedule .col-3-of-5 {
    background-color: #e0fce8;
    width: 17.6%;
}

table.schedule .col-4-of-5 {
    background-color: #edfffe;
    width: 17.6%;
}

table.schedule .col-5-of-5 {
    background-color: #fdfff8;
    width: 17.6%;
}

table.schedule .col-1-of-6 {
    background-color: #eee;
    width: 14.67%;
}

table.schedule .col-2-of-6 {
    background-color: #f7f6cf;
    color: white;
    width: 14.67%;
}

table.schedule .col-3-of-6 {
    background-color: #e0fce8;
    width: 14.67%;
}

table.schedule .col-4-of-6 {
    background-color: #edfffe;
    width: 14.67%;
}

table.schedule .col-5-of-6 {
    background-color: #fdfff8;
    width: 14.67%;
}

table.schedule .col-6-of-6 {
    background-color: #ddfff8;
    width: 14.67%;
}
