body {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("/images/background_vertical.jpg");
    background-repeat: repeat-y;
    background-position: 0px -1000px;
    background-size: 100%;
}

#main {
    background-color: rgba(255,255,255,0.85);
    width: 800px;
    margin: 0 auto;
    font: 18px Helvetica, sans-serif;
}

#main h3 {
    margin: 0px;
    font-size: 40px;
}

#title {
    padding: 10px;
}

#search_box {
    float: right;
    padding-right: 10px;
}

.table1 {
    width: 100%;
}

.table1 tr th:last-child,
.table1 tr:not(.puzzle_details) td:last-child {
    text-align: right;
}

tr.no_photo td {
    color: #999;
}

.table1 td, .table1 th {
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.table1 tr:not(.puzzle_details):hover td {
    font-weight: bold;
    background-color:rgba(255,255,255,1.0);
}

.table1 th {
    text-align: left;
    font-size: 20px;
}

/* details row */

/* .puzzle_details td {
/*     background-color:rgba(255,255,255,1.0);
/*     padding-bottom: 10px;
/* }

#puzzle_details {
    position: absolute;
    top: 0px;
    left: 0px;
}
 */

#puzzle_details {
    margin: 0 auto;
    background: #FFF;
    
    font: 1.7vw Helvetica, sans-serif;
    font-weight: bold;
    
    height: 80%;
    padding: .5vw;
}

#puzzle_details .detail_images img {
    margin-top: .2vw;
}

#full_image {
    width: 100%;
}

#full_image img {
    width: 100%;
}

.large_image {
    width: 50%;
}

.large_image img {
    width: 50%;
}

.close_button {
    float: right;
    font-weight: normal;
    position: relative;
    top: -.3vw;
}
.close_button:hover {
    cursor: pointer;
}

