body {
    font-size: 2.2em;
}

.front > div img {
    width: 100%;
    height: 100%;
}

.top h1 {
    font-size: 2.2em;
    margin-top: 2em;
}

.selfphoto {
    position: absolute;
    right: 0;
}

.center {
    text-align: center;
}

.spread {
    font-size: 2em;
}

h3 {
    margin-bottom: 0;
    color: #ff9b22;
    font-size: 1.1em;
}

table {
    background: #EEE;
    color: #000;
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8em;
}

th {
    background: #DDD;
}

td, th {
    text-align: center;
    border: 1px solid #000;
    padding: 5px;
}

.table1 tbody td {
    width: 11.5em;
}

.table2 {
    font-size: 0.78em;
}

.table2 thead th {
    white-space: nowrap;
}

.table2 tbody td {
    width: 7.8em;
}

.table2 tbody td:nth-child(4) {
    background: rgba(255, 171, 199, 0.4);
}

.table3 {
    font-size: 0.68em;
}

.table3 thead th {
    white-space: nowrap;
}

.table3 tbody td {
    width: 6.8em;
}

.table3 tbody td:nth-child(5) {
    background: rgba(255, 171, 199, 0.4);
}

.right {
    float: right;
}

.selfurl {
    padding: 1.2em 0 0 0 !important;
    font-size: 2.2em;
    text-align: center;
}

.selfurl a {
    text-decoration: none;
}

.zoomPhotoList {
    margin-top: 1em;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}

.zoomPhotoList li {
    background: none;
    text-align: center;
    margin: 0;
    padding: 0;
    display: inline;
}

.zoomPhotoList li img {
    opacity: 0.4;
    -webkit-transition: all 150ms linear;
    position: relative;
}

.zoomPhotoList li img:hover {
    -webkit-transform: scale(1.5);
    opacity: 1;
    z-index: 1;
}

.zoomPhotoList img {
    width: 200px;
}

.popup {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s linear;
}

.popup.show {
    -webkit-transform: scale(1);
}

.popup > div {
    width: 80%;
    height: 80%;
    margin: 5% auto;
    background: #FFF;
    border: 5px solid #999;
    border-radius: 10px;
}

.popup .header {
    position: relative;
}

.popup h2 {
    color: #e17525;
    font-size: 1.1em;
    margin: 0;
    padding: 0.5em 3em 0.5em 1em;
}

.popup .close {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    margin: 0;
    padding: 0;
}

.popup .close img {
    width: 64px;
}

.popup .close img:hover {
    opacity: 0.8;
}

span[role="button"] {
    cursor: pointer;
}

.help {
    text-decoration: underline;
}

.help:hover {
    color: #C00;
}

.help:after {
    content: '?';
    font-size: 0.7em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: #5f9de3;
    height: 1em;
    width: 1em;
    line-height: 1em;
    margin: 0 0.3em;
    padding: 0.1em;
    position: relative;
    bottom: 0.15em;
    font-weight: bold;
}

.help:hover:after {
    background: #C00;
    color: #FFF;
}

table {
    margin-top: 2em;
}

td.important div {
    -webkit-transition: all 0.2s linear;
} 

td.important:hover div {
    background: #C00 !important;
    color: #FFF;
    -webkit-transform: scale(1.5);
}
