body{
    max-width:480px;
    margin:0 auto;
}
#container{
    margin:0;
    background:#fff;
}
#btnBack{
    z-index:20;
}
#languages{
    display:none;
}
#intro{
    max-width:480px;
    position:absolute;
    background-color:#808F83;
}
#intro small{
    color:#E9E8D9;
}
@media (min-width: 481px) {
    #intro{
        max-width:none;
        width:100%;
        position:fixed;
    }
}
#palette{
    width:100%;
    max-width:480px;
    margin-top:60px;
}
#palette a{
    width:20px;
    height:20px;
}
#palette li:not(:last-child){
    margin-right:15px;
}
#tools{
    max-width:480px;
    position:absolute;
    bottom:10%;
    left:0;
    transform: none;
    -webkit-transform:none;
    -moz-transform:none;
    -ms-transform:none;
    -o-transform:none;
}
#tools .prompt{
    left:0;
}