@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

html,
body {
            user-select: none;
        -ms-user-select: none;
       -moz-user-select: none;
    -webkit-user-select: none;
    font-size: 1.5em;
}

body {
    background: #4295e8;
    padding: 3rem 0;
    padding-bottom: 0;
    font-family: Roboto, sans-serif;
    color: white;
}

h1 {
    margin: 0;
    margin-bottom: 50px;
    font-size: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    text-align:     center;
}

main {
    max-width: 960px;
    margin:  auto;
    padding: 0;
}

a.back,
div.back-dummy {
    display: block;
    width:  50px;
    height: 50px;
    margin: 15px auto;
    margin-top: -35px;
    padding-top: 8px;
    text-align: center;
}

a.back {
    cursor: pointer;
    background-color: white;
    font-size: 1rem;
    text-decoration: none;
    color: #4295e8;
}

.view {
    display: none;
}

.view-default {
    display: block;
}

table {
    margin: auto;
    margin-bottom: 35px;
    font-size: 1rem;
    text-align: center;
}

table td {
    height: 150px;
    border: 1px solid white;
    padding: 25px;
}

table td[onclick] {
    cursor: pointer;
}

table td p {
    margin-top: 10px;
    font-size: 0.6rem;
    text-transform: uppercase;
}

table.snakkemaskine td {
    height: 75px;
    padding: 15px 25px;
}

iframe {
    display: block;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
    margin: auto;
}

iframe + iframe {
    margin: 25px auto;
}

.icon {
    font-size: 2rem;
}

.bastian-face {
    position: relative;
    z-index: 1;
    left: calc(50% - 95px);
    width:  191px;
    height: 250px;
    margin: 25px 0;
}

.bastian-face .mouth-closed,
.bastian-face .mouth-open,
.bastian-face .mouth-closed-wink {
    pointer-events: none;
    position: absolute;
    top:  0;
    left: 0;
}

.bastian-face .mouth-open,
.bastian-face .mouth-closed-wink {
    display: none;
}