.page-selector {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: white;
    z-index: 99;
}

.funny-page {
    /* background-image: url("img/gifs/watermoving.gif"); */
    background-color: beige;
}

aside {
    width: 20%;
    display: block;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    padding: 40px;
    border-left: 2px solid rgb(140 140 140);
    overflow: scroll;
    text-align: center;
}

.main-column {
    width: 80%;
    float: left;
    display: block;
    height: 100%;
}

table {
    text-align: left;
    border: 2px solid rgb(140 140 140);
}

th,
td {
  border: 1px solid rgb(160 160 160);
  padding: 8px 10px;
}

table b{
    color: cyan;
}

section {
    margin-bottom: 50px;
}

footer {
    text-align: center;
    background-image: url("img/gifs/flowerpatch.gif");
    background-repeat: repeat-x;
    display: block;
    height: 20px;
    width: 100%;
}


/* photo page */
.photo-page {
    font-family: times, sans-serif;
    font-size: 13px;
}

.photo-page .sidebar {
    float: left;
    width: 30%;
    position: static;
    height: 100px;
}

.photo-page .photo-body {
    float: left;
    width: 70%;
    overflow: scroll;
    height: 100vh;
}

/* Status cafe */
#statuscafe {
    padding: .5em;
    background-color: azure;
    border: 1px solid midnightblue;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}