div.event {
    padding-top: 1em;
}

img.event {
    float       : right;
    margin-left : 5px;
}

img#contact {
    float: none;
}

img.building,
div.building {
    border      : 0px;
    font-style  : italic;
    text-align  : center;
    padding     : 3px;
    float       : right;
    margin-left : 10px;
}

.date {
    font-style: italic;
}

.location {
    font-weight: bold;
}

.summary {
    margin-left: 50px;
}

column {
    width       : 45%;
    margin-left : 1em;
}

left {
    float : left;
    clear : left;
}

right {
    float : right;
    clear : right;
}

box {
    height : 150px;
}

.title {
    margin-left: 50px;
}

/* Puzzle Page */

.puzzle {
    margin: 15px 0 15px 0;
    padding: 20px;
    border: 1px solid black;
    border-radius: 20px;
    font-size: 1.1em;
}

.puzzle .title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    text-align: center;
    padding-bottom: 10px;
}

.puzzle .problem {
    margin-bottom: 10px;
}

.puzzle#p1 {
    background: #B6CAD9;
}

.puzzle#p1 .problem {
    text-align: center;
}

.puzzle#p2 {
    background: #EDDDC7;
}

.puzzle#p3 {
    background: #CAEBD3;
}

.puzzle .clickable:hover {
    color: white;
    cursor: pointer;
}

/* Classes Page */

.classes-banner {
    margin: 10px 0 10px 0;
}

.classes-past,
.classes-empty {
    margin: 2em 0 0 0;
}

.class-details {
    margin: 1.5em 0 0.5em 0;
}

.class-title {
    font-size: 1.3em;
}

.class-info {
    margin: 0 0 0 15px;
    font-weight: bold;
}

.class-tag {
    margin: 4px 0 0 15px;
}

.class-tagline {
    margin: -5px 0 1em 0;
    font-style: italic;
}

.class-confirm-thanks {
    margin: 1em 0 1em 0;
}

.class-confirm-text {
    margin: 1em 0 0 0;
}
