﻿@charset "utf-8";

.mainscene {
    top: -1px;
    height: 200px;
    width: 350px;
    text-align: center;
}

.topWindow > * {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.topWindow {
    display: inline-block;
    height: 60%;
    width: 90%;
}

#tutorialTitle {
    margin: 13px auto 4px auto;
 }

.topMargin { margin-top: 20px; }

.splashBackground {
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    -webkit-transform: scale(.8);
}

.splashAnimationContainer {
    -moz-transform: scale(1, .9);
    -ms-transform: scale(1, .9);
    -o-transform: scale(1, .9);
    -webkit-transform: scale(1, .9);
}
