body {
    position: absolute;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

input:focus, textarea, button {
    outline: none;
}

#container {
    overflow: hidden;
    width: 300px;
    height: 250px;
}

.absolute {
    position: absolute;
    left: 0;
    top: 0;
}

.full {
    width: 100%;
    height: 100%;
}

.hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#keyline {
    cursor: pointer;
    z-index: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #666666;
    background-color: transparent;
    overflow: hidden;
}

.white {
    background-color: #FAFAFA;
}

.blue {
    background-color: #3CB9D2;
}

#gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3cb9d2+0,3cb9d2+100&0+0,1+39,1+100 */
    background: -moz-linear-gradient(left,  rgba(60,185,210,0) 0%, rgba(60,185,210,1) 39%, rgba(60,185,210,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(60,185,210,0) 0%,rgba(60,185,210,1) 39%,rgba(60,185,210,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(60,185,210,0) 0%,rgba(60,185,210,1) 39%,rgba(60,185,210,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003cb9d2', endColorstr='#3cb9d2',GradientType=1 ); /* IE6-9 */
    height: 100px;
    width: 500px;
}

#boat {
    width: 101px;
    height: auto;
    left: 25px;
    top: 95px;
}

#deskMask {
    left: 185px;
    top: 127px;
    width: 50px;
    height: 100px;
}

#steamMask {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3cb9d2+0,3cb9d2+100&1+0,1+61,0+100 */
    background: -moz-linear-gradient(top,  rgba(60,185,210,1) 0%, rgba(60,185,210,1) 61%, rgba(60,185,210,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(60,185,210,1) 0%,rgba(60,185,210,1) 61%,rgba(60,185,210,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(60,185,210,1) 0%,rgba(60,185,210,1) 61%,rgba(60,185,210,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb9d2', endColorstr='#003cb9d2',GradientType=0 ); /* IE6-9 */
    height: 30px;
    width: 30px;
    left: 185px;
    top: 90px;
}

#glassLeft {
    width: 71px;
    height: auto;
    left: 73px;
    top: 115px;
}

#glassRight {
    width: 71px;
    height: auto;
    left: 153px;
    top: 115px;
}
