.stopmotionstudio
{
    margin: 50px auto 150px;
    width: 280px;
    text-align:center !important;
    position: relative;
}

.stopmotionstudio .sm_title
{
    font-size:2em;
    margin:5px 0px 10px;
}

.stopmotionstudio .sm_disclaimer
{
    text-align:left;
    font-size: 14px;
    margin: 10px auto;
    padding: 0px 10px;
    max-width: 600px;
    min-width: 300px;
    width: calc(100% - 20px);
}

.stopmotionstudio.touchconfirmed .sm_instructions
{
    display:none;
}

.stopmotionstudio .sm_downopt
{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    margin-top: 20px;
    transform: translate(-50%, -10%);
    position: absolute;
    left: 50%;
    width:100%;
    cursor:pointer;
    visibility: hidden;
}

.stopmotionstudio .sm_downopt.sm_vis
{
    transform: translate(-50%, 0%);
    opacity: 1;
    visibility: visible;
}

.stopmotionstudio .sm_downopt img, .stopmotionstudio .sm_downsel img
{
    width: 100%;
    vertical-align: middle;
    display: block;
    margin-bottom: 5px;
}

.stopmotionstudio .sm_downopt a, .stopmotionstudio .sm_downsel a
{
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 5px;
}

.stopmotionstudio .sm_logo
{
    margin-top: 10px;
}

.stopmotionstudio .sm_openitwith
{
    font-size:1.5em;
    margin: 20px 0px;
}

.stopmotionstudio .sm_key
{
    width: 250px;
    margin: 20px auto 0px;
    font-size: 1.3em;
    line-height: 2.5em;
}

.stopmotionstudio .sm_logo img
{
    width:200px;
}

.stopmotionstudio.touchconfirmed .sm_downsel.needconf .sm_opt_appstore, .stopmotionstudio .sm_downsel.needconf .sm_opt_macos
{
    display:inline-block;
}

.stopmotionstudio .sm_downsel.needconf .sm_opt_appstore, .stopmotionstudio.touchconfirmed .sm_downsel.needconf .sm_opt_macos, .stopmotionstudio.touchconfirmed .sm_downsel.needconf .sm_key
{
    display:none;
}

.stopmotionstudio .sm_opt_macos
{
    border:1px solid #000;
    border-radius: 10px;
}

.stopmotionstudio a:hover
{
    text-decoration: none;
}

.stopmotionstudio .sm_mainbutton
{
    margin-bottom:10px;
}

.stopmotionstudio .sm_mainbutton h3
{
    font-size: 20px;
}