﻿@charset "utf-8";

body {
    height: 540px;
    /* width: 350px; */
    text-align: center;
}

.specimenWindow > * {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.specimenWindow {
    position: relative;
    display: inline-block;
    padding: 4px;
}

.controlPanelBack {
    display: inline-block;
    height: 80px;
    margin: 12px 3px;
    width: 230px;
}

#sldr {
    display: inline-block;
    position: relative;
    width: 120px;
}

#lBtn, #rBtn {
    display: inline-block;
    height: 30px;
    position: absolute;
    top: 34px;
    width: 36px;
}

#lBtn { left: 53px; }

#rBtn { left: 220px; }

.leftTriangle, .rightTriangle {
    border-style: solid;
    bottom: 3px;
    left: 10px;
    position: absolute;
    z-index: 4;
}

.rightTriangle {
    border-color: transparent transparent transparent #002545;
    border-width: 10px 0 10px 11px;
}

.leftTriangle {
    border-color: transparent #002545 transparent transparent;
    border-width: 10px 11px 10px 0;
}

#specCan {
    height: 326px;
    width: 150px;
}

.tutorialTitle { width: 80%; }

.splashBackground {
    -moz-transform: scale(0.81);
    -ms-transform: scale(0.81);
    -o-transform: scale(0.81);
    -webkit-transform: scale(0.81);
}

.controlPanelText {
    margin-top: 10px;
}

#specFadeBot {
    background: white; /* no support for gradient */
    background: -webkit-linear-gradient(white, rgba(255, 255, 255, 0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, rgba(255, 255, 255, 0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, rgba(255, 255, 255, 0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, rgba(255, 255, 255, 0)); /* Standard syntax */
}

