body {
    background: #fff;
    font-family: Trebuchet, "Trebuchet MS", sans-serif;
}

.picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
}
    .picker h1 {
        margin: 30px 0 15px 0;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
    }
    .picker h2 {
        margin: 15px 0 15px 0;
        text-align: center;
        font-size: 20px;
    }
    .picker p {
        margin: 10px auto 10px auto;
        width: 600px;
        font-size: 90%;
        line-height: 150%;
    }
        .picker p a {
            color: #369;
        }
        .picker p.instructions {
            color: #733;
            font-size: 80%;
        }
        .picker p.footer {
            clear: both;
            color: #777;
            font-size: 80%;
            margin: 20px auto 10px auto;
            text-align: center;
        }
    .picker .stations {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        width: 824px;
        overflow: hidden;
    }
        .picker .stations li {
            float: left;
            overflow: hidden;
            margin: 10px 5px 0 5px;
            width: 380px;
            height: 40px;
            border: 1px solid #042547;
            padding: 10px 10px;
            border-radius: 3px;
            background-image: -webkit-linear-gradient(top,#fff,#eaecee);
            background-image: -moz-linear-gradient(top,#fff,#eaecee);
            background-image: -o-linear-gradient(top,#fff,#eaecee);
            background-image: -ms-linear-gradient(top,#fff,#eaecee);
            background-image: linear-gradient(top,#fff,#eaecee);
            cursor: pointer;
        }
            .picker .stations li h5 {
                margin: 0 0 5px 0;
                font-size: 110%;
            }
            .picker .stations p {
                margin: 0;
                white-space: nowrap;
                font-size: 100%;
                width: auto;
                line-height: 100%;
            }
                .picker .stations p span {
                    margin: 0 5px 0 0;
                    padding: 1px 3px;
                    border-radius: 3px;
                    color: #fff;
                    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
                    font-size: 70%;
                    font-weight: bold;
                }

.header {
    margin: 20px 0 20px 100px;
    position: relative;
}
    .header .pick {
        margin: 5px 100px 0 0;
        float: right;
        padding: 7px 12px;
        border: 1px solid #042547;
        cursor: pointer;
        background-image: -webkit-linear-gradient(top,#568abe,#0f4d8c);
        background-image: -moz-linear-gradient(top,#568abe,#0f4d8c);
        background-image: -o-linear-gradient(top,#568abe,#0f4d8c);
        background-image: -ms-linear-gradient(top,#568abe,#0f4d8c);
        background-image: linear-gradient(top,#568abe,#0f4d8c);
        border-radius: 3px;
        color: #fff;
        text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
        font-size: 90%;
    }
    .header .camera {
        margin: 15px 100px 0 0;
        float: right;
        clear: right;
        font-size: 80%;
    }
        .header .camera select {
            min-width: 150px;
        }
    .header h1 {
        font-size: 40px;
        font-weight: bold;
    }
    .header h2 {
        margin: 10px 0 0 0;
    }
        .header h2 span {
            margin: 0 10px 0 0;
            padding: 2px 5px;
            border-radius: 3px;
            color: #fff;
            text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
            font-size: 90%;
            font-weight: bold;
        }

.info {
    margin: 20px 100px 20px 100px;
}
    .info dl {
        float: right;
        width: 350px;
        margin: 0 0 0 20px;
        overflow: hidden;
    }
        .info dl dt {
            font-weight: bold;
            float: left;
            clear: left;
            width: 150px;
            color: #555;
            text-align: right;
            margin: 0 10px 10px 0;
        }
        .info dl dd {
            float: left;
            width: 190px;
            text-align: left;
            margin: 0 0 10px 0;
        }
    .info p {
        margin: 20px 0 20px 0;
        clear: left;
        line-height: 150%;
        width: 500px;
    }
    .info h2.model_notes {
        margin: 20px 0 -16px 0;
        clear: left;
        line-height: 150%;
        font-weight: bold;
        font-size: 90%;
        color: #333;
    }
    .info p.model_notes {
        margin: 20px 0 20px 0;
        clear: left;
        font-size: 80%;
        color: #444;
        line-height: 150%;
    }

#viewport {
    margin: 20px 0 20px 0;
    background: #eee;
    width: 100%;
    height: 400px;
    position: relative;
}
    .tooltip {
        position: absolute;
        display: none;
        background: #fff;
        font-size: 90%;
        padding: 5px;
        border: 1px solid #ccc;
    }
        .tooltip h6 {
            font-weight: bold;
        }
        .tooltip p {
            font-size: 90%;
            color: #444;
            margin: 2px 0 0 0;
        }
    .webgl-error {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 80%;
        font-weight: bold;
        color: #a00;
        color: rgba(150, 0, 0, 0.5);
        display: none;
    }
        .webgl-error a {
            color: #c22;
            color: rgba(250, 0, 0, 0.5);
            text-decoration: underline;
        }
    .webgl-switcher {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 80%;
        font-weight: bold;
        color: #a00;
        color: rgba(0, 50, 150, 0.5);
        display: none;
        cursor: pointer;
    }
    .copyright {
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 70%;
        color: #aaa;
        color: rgba(0, 0, 0, 0.5);
    }
